summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Merge branch 'da/mergetool-tool-help'Junio C Hamano1-2/+6
2014-10-15git-sh-setup: move GIT_DIR initialization into a functionDavid Aguilar1-2/+6
2014-05-07pager: remove 'S' from $LESS by defaultMatthieu Moy1-1/+1
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier1-0/+2
2014-01-13Merge branch 'jn/pager-lv-default-env'Junio C Hamano1-1/+2
2014-01-07pager: set LV=-c alongside LESS=FRSXJonathan Nieder1-1/+2
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder1-6/+3
2013-10-18Merge branch 'jc/reflog-doc'Junio C Hamano1-0/+34
2013-08-07die_with_status: use "printf '%s\n'", not "echo"Matthieu Moy1-1/+1
2013-06-19setup_reflog_action: document the rules for using GIT_REFLOG_ACTIONJunio C Hamano1-0/+34
2013-06-14sh-setup: add new peel_committish() helperRamkumar Ramachandra1-0/+12
2013-03-26Merge branch 'kb/p4merge'Junio C Hamano1-0/+12
2013-03-13mergetools/p4merge: create a base if none availableKevin Bracey1-0/+12
2013-02-24git-sh-setup: use a lowercase "usage:" stringDavid Aguilar1-3/+3
2013-01-02Merge branch 'jc/maint-fbsd-sh-ifs-workaround'Junio C Hamano1-2/+5
2012-12-10sh-setup: work around "unset IFS" bug in some shellsJunio C Hamano1-2/+5
2012-10-18git-sh-setup: refactor ident-parsing functionsJeff King1-19/+43
2012-08-29Merge branch 'jc/maint-protect-sh-from-ifs'Junio C Hamano1-0/+4
2012-08-08sh-setup: protect from exported IFSJunio C Hamano1-0/+4
2012-05-16git-sh-setup: define workaround wrappers before they are usedJunio C Hamano1-20/+21
2012-04-18git-sh-setup.sh: Add an pwd() function for MinGWRamsay Jones1-0/+4
2012-02-13Merge branch 'jc/parse-date-raw' into maintJunio C Hamano1-1/+1
2012-02-10Merge branch 'jc/parse-date-raw'Junio C Hamano1-1/+1
2012-02-03parse_date(): '@' prefix forces git-timestampJunio C Hamano1-1/+1
2011-10-05use -h for synopsis and --help for manpage consistentlyClemens Buchacher1-1/+1
2011-06-13git-sh-setup: add die_with_statusFredrik Gustafsson1-3/+9
2011-05-24require-work-tree wants more than what its name saysJunio C Hamano1-0/+7
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra1-0/+29
2010-10-06Merge branch 'uk/fix-author-ident-sed-script'Junio C Hamano1-3/+0
2010-10-03git-am: fix detection of absolute paths for windowsPat Thoyts1-0/+15
2010-09-27get_author_ident_from_commit(): remove useless quotingUwe Kleine-König1-3/+0
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano1-0/+7
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano1-0/+13
2010-03-02Merge branch 'gf/maint-sh-setup-nongit-ok'Junio C Hamano1-1/+1
2010-02-24shell setup: clear_local_git_env() functionGiuseppe Bilotta1-0/+7
2010-02-17require_work_tree broken with NONGIT_OKGabriel Filion1-1/+1
2010-02-14am: Fix launching of pagerJonathan Nieder1-0/+13
2010-01-31Do not install shell libraries executableJonathan Nieder1-0/+0
2010-01-11Use $(git rev-parse --show-toplevel) in cd_to_toplevel().Steven Drake1-14/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-0/+8
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-0/+8
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder1-13/+6
2009-06-18git-sh-setup: introduce say() for quiet optionsStephen Boyd1-0/+9
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano1-1/+27
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano1-0/+2
2009-02-07git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary1-21/+8
2009-01-05git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary1-1/+1
2008-12-21git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dirMarcel M. Cary1-2/+21
2008-07-13Make usage strings dash-lessStephan Beyer1-3/+4
2008-06-26Windows: Work around incompatible sort and find.Johannes Sixt1-0/+13