summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
Commit message (Expand)AuthorAgeFilesLines
* git-sh-setup.sh: use dashdash with basename calldw/shell-basename-dashdash-before-stripping-leading-dash-from-loginDan Wyand2014-11-251-1/+1
* pager: remove 'S' from $LESS by defaultmm/pager-less-sans-SMatthieu Moy2014-05-071-1/+1
* git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier2014-02-031-0/+2
* Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-131-1/+2
|\
| * pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-1/+2
* | remove #!interpreter line from shell librariesjn/scripts-updatesJonathan Nieder2013-11-261-6/+3
|/
* Merge branch 'jc/reflog-doc'Junio C Hamano2013-10-181-0/+34
|\
| * setup_reflog_action: document the rules for using GIT_REFLOG_ACTIONjc/reflog-docJunio C Hamano2013-06-191-0/+34
* | die_with_status: use "printf '%s\n'", not "echo"mm/no-shell-escape-in-die-messageMatthieu Moy2013-08-071-1/+1
* | sh-setup: add new peel_committish() helperRamkumar Ramachandra2013-06-141-0/+12
* | Merge branch 'kb/p4merge'Junio C Hamano2013-03-261-0/+12
|\ \ | |/ |/|
| * mergetools/p4merge: create a base if none availableKevin Bracey2013-03-131-0/+12
* | git-sh-setup: use a lowercase "usage:" stringDavid Aguilar2013-02-241-3/+3
|/
* Merge branch 'jc/maint-fbsd-sh-ifs-workaround'Junio C Hamano2013-01-021-2/+5
|\
| * sh-setup: work around "unset IFS" bug in some shellsJunio C Hamano2012-12-101-2/+5
* | git-sh-setup: refactor ident-parsing functionsJeff King2012-10-181-19/+43
|/
* Merge branch 'jc/maint-protect-sh-from-ifs'Junio C Hamano2012-08-291-0/+4
|\
| * sh-setup: protect from exported IFSJunio C Hamano2012-08-081-0/+4
| * Merge branch 'jc/parse-date-raw' into maintJunio C Hamano2012-02-131-1/+1
| |\
* | | git-sh-setup: define workaround wrappers before they are usedJunio C Hamano2012-05-161-20/+21
* | | git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones2012-04-181-0/+4
* | | Merge branch 'jc/parse-date-raw'Junio C Hamano2012-02-101-1/+1
|\ \ \ | |/ / |/| / | |/
| * parse_date(): '@' prefix forces git-timestampjc/parse-date-rawJunio C Hamano2012-02-031-1/+1
* | use -h for synopsis and --help for manpage consistentlycb/do-not-pretend-to-hijack-long-helpClemens Buchacher2011-10-051-1/+1
|/
* git-sh-setup: add die_with_statusFredrik Gustafsson2011-06-131-3/+9
* require-work-tree wants more than what its name saysJunio C Hamano2011-05-241-0/+7
* Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra2010-10-281-0/+29
* Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano2010-10-061-3/+0
|\
| * get_author_ident_from_commit(): remove useless quotingUwe Kleine-König2010-09-271-3/+0
* | git-am: fix detection of absolute paths for windowsPat Thoyts2010-10-031-0/+15
|/
* Merge branch 'gb/maint-submodule-env'Junio C Hamano2010-03-071-0/+7
|\
| * shell setup: clear_local_git_env() functionGiuseppe Bilotta2010-02-241-0/+7
* | Merge branch 'jn/maint-fix-pager'Junio C Hamano2010-03-021-0/+13
|\ \
| * | am: Fix launching of pagerJonathan Nieder2010-02-141-0/+13
| |/
* | Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano2010-03-021-1/+1
|\ \
| * | require_work_tree broken with NONGIT_OKGabriel Filion2010-02-171-1/+1
* | | Do not install shell libraries executableJonathan Nieder2010-01-311-0/+0
| |/ |/|
* | Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake2010-01-111-14/+5
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-0/+8
|\ \
| * | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-0/+8
* | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-13/+6
|/ /
* | git-sh-setup: introduce say() for quiet optionsStephen Boyd2009-06-181-0/+9
* | Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano2009-06-101-1/+27
* | Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano2009-06-061-0/+2
* | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary2009-02-071-21/+8
* | git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary2009-01-051-1/+1
* | git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary2008-12-211-2/+21
* | Make usage strings dash-lessStephan Beyer2008-07-131-3/+4
* | Windows: Work around incompatible sort and find.Johannes Sixt2008-06-261-0/+13
* | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-181-7/+1