summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
Commit message (Expand)AuthorAgeFilesLines
* git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason2022-06-281-9/+0
* git-submodule.sh: remove unused sanitize_submodule_env()Ævar Arnfjörð Bjarmason2022-06-281-7/+0
* git-sh-setup: remove remnant bits referring to `git-legacy-stash`Johannes Schindelin2022-01-271-1/+0
* Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano2021-11-291-8/+0
|\
| * git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason2021-10-211-4/+0
| * git-sh-setup: remove unused sane_egrep() functionÆvar Arnfjörð Bjarmason2021-10-211-4/+0
* | git-sh-setup: remove messaging supporting --preserve-mergesÆvar Arnfjörð Bjarmason2021-10-211-11/+1
|/
* git-sh-setup: remove unused "pull with rebase" messageÆvar Arnfjörð Bjarmason2021-09-121-6/+0
* stash: optionally use the scripted version againJohannes Schindelin2019-03-071-0/+1
* Merge branch 'va/i18n-even-more'Junio C Hamano2016-12-271-2/+2
|\
| * i18n: fix misconversion in shell scriptsva/i18n-even-moreJunio C Hamano2016-12-201-2/+2
* | git-sh-setup: be explicit where to dot-source git-sh-i18n from.ak/sh-setup-dot-source-i18n-fixAnders Kaseorg2016-10-301-3/+3
* | Merge branch 'ew/build-time-pager-tweaks'Junio C Hamano2016-08-081-3/+5
|\ \
| * | pager: move pager-specific setup into the buildew/build-time-pager-tweaksEric Wong2016-08-041-3/+5
| * | Merge branch 'lc/shell-default-value-noexpand' into maintJunio C Hamano2016-07-111-3/+3
| |\ \
* | \ \ Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-16/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-171-16/+47
| |/ /
* | | Merge branch 'lc/shell-default-value-noexpand'Junio C Hamano2016-07-061-3/+3
|\ \ \ | |/ / |/| / | |/
| * sh-setup: enclose setting of ${VAR=default} in double-quoteslc/shell-default-value-noexpandLE Manh Cuong2016-06-191-3/+3
* | sane_grep: pass "-a" if grep accepts itJunio C Hamano2016-03-101-2/+2
|/
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\
| * git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy2014-12-011-1/+1
* | Merge branch 'dw/shell-basename-dashdash-before-stripping-leading-dash-from-l...Junio C Hamano2014-12-221-1/+1
|\ \ | |/ |/|
| * git-sh-setup.sh: use dashdash with basename calldw/shell-basename-dashdash-before-stripping-leading-dash-from-loginDan Wyand2014-11-251-1/+1
* | Merge branch 'da/mergetool-tool-help'Junio C Hamano2014-10-211-2/+6
|\ \ | |/ |/|
| * git-sh-setup: move GIT_DIR initialization into a functionDavid Aguilar2014-10-151-2/+6
* | 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