aboutsummaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh
AgeCommit message (Expand)AuthorFilesLines
2022-06-28git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason1-9/+0
2022-06-28git-submodule.sh: remove unused sanitize_submodule_env()Ævar Arnfjörð Bjarmason1-7/+0
2022-01-27git-sh-setup: remove remnant bits referring to `git-legacy-stash`Johannes Schindelin1-1/+0
2021-11-29Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano1-8/+0
2021-10-21git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason1-4/+0
2021-10-21git-sh-setup: remove unused sane_egrep() functionÆvar Arnfjörð Bjarmason1-4/+0
2021-10-21git-sh-setup: remove messaging supporting --preserve-mergesÆvar Arnfjörð Bjarmason1-11/+1
2021-09-12git-sh-setup: remove unused "pull with rebase" messageÆvar Arnfjörð Bjarmason1-6/+0
2019-03-07stash: optionally use the scripted version againJohannes Schindelin1-0/+1
2016-12-27Merge branch 'va/i18n-even-more'Junio C Hamano1-2/+2
2016-12-20i18n: fix misconversion in shell scriptsJunio C Hamano1-2/+2
2016-10-30git-sh-setup: be explicit where to dot-source git-sh-i18n from.Anders Kaseorg1-3/+3
2016-08-08Merge branch 'ew/build-time-pager-tweaks'Junio C Hamano1-3/+5
2016-08-04pager: move pager-specific setup into the buildEric Wong1-3/+5
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-16/+47
2016-07-11Merge branch 'lc/shell-default-value-noexpand' into maintJunio C Hamano1-3/+3
2016-07-06Merge branch 'lc/shell-default-value-noexpand'Junio C Hamano1-3/+3
2016-06-19sh-setup: enclose setting of ${VAR=default} in double-quotesLE Manh Cuong1-3/+3
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida1-16/+47
2016-03-10sane_grep: pass "-a" if grep accepts itJunio C Hamano1-2/+2
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-1/+1
2014-12-22Merge branch 'dw/shell-basename-dashdash-before-stripping-leading-dash-from-l...Junio C Hamano1-1/+1
2014-12-01git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy1-1/+1
2014-11-25git-sh-setup.sh: use dashdash with basename callDan Wyand1-1/+1
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
2008-02-18Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli1-7/+1
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano1-1/+1
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano1-1/+2
2007-12-14git-help: add "help.format" config variable.Christian Couder1-6/+1
2007-12-12git-help -w: do not require to be in git repositoryJunio C Hamano1-19/+26
2007-11-08sh-setup: don't let eval output to be shell-expanded.Pierre Habouzit1-5/+8
2007-11-07git-sh-setup: fix parseopt `eval` string underquotingJunio C Hamano1-5/+6
2007-11-05Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit1-18/+30
2007-10-29git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy1-1/+1
2007-09-15git-sh-setup: typofix in commentsJunio C Hamano1-1/+1
2007-08-13git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup1-1/+11
2007-08-01git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup1-2/+3
2007-08-01Clean up work-tree handlingJohannes Schindelin1-2/+1
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-0/+15
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-6/+6
2007-07-02Merge branch 'js/rebase'Junio C Hamano1-0/+27
2007-06-24Move the pick_author code to git-sh-setupJohannes Schindelin1-0/+27
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-5/+1
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin1-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-12Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano1-0/+11
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano1-1/+5
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+5
2007-01-07git-fetch: allow updating the current branch in a bare repository.Junio C Hamano1-0/+8
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce1-0/+8
2006-08-11git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano1-8/+3
2006-04-14"git cmd -h" for shell scripts.Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano1-1/+1
2006-02-12Avoid using "git-var -l" until it gets fixed.Junio C Hamano1-1/+5
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen1-5/+29
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano1-7/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-6/+9
2005-10-08Create object subdirectories on demandLinus Torvalds1-1/+1
2005-10-01Add git-symbolic-refJunio C Hamano1-2/+5
2005-09-26Do not require clean tree when reverting and cherry-picking.Junio C Hamano1-11/+0
2005-09-12Fix CDPATH problem.Junio C Hamano1-0/+6
2005-09-07Big tool rename.Junio C Hamano1-0/+27