112 Commits (master)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 5b893f7d81 git-sh-setup.sh: remove "say" function, change last users 2 years ago
Ævar Arnfjörð Bjarmason 85775255f1 git-submodule.sh: remove unused sanitize_submodule_env() 2 years ago
Johannes Schindelin 6de07229ac git-sh-setup: remove remnant bits referring to `git-legacy-stash` 3 years ago
Ævar Arnfjörð Bjarmason ebeb39faad git-sh-setup: remove "sane_grep", it's not needed anymore 3 years ago
Ævar Arnfjörð Bjarmason d7927d428c git-sh-setup: remove unused sane_egrep() function 3 years ago
Ævar Arnfjörð Bjarmason c1e10b2dce git-sh-setup: remove messaging supporting --preserve-merges 3 years ago
Ævar Arnfjörð Bjarmason be8d370e3c git-sh-setup: remove unused "pull with rebase" message 3 years ago
Johannes Schindelin 90a462725e stash: optionally use the scripted version again 6 years ago
Junio C Hamano acefe2be28 i18n: fix misconversion in shell scripts 8 years ago
Anders Kaseorg 1073094f30 git-sh-setup: be explicit where to dot-source git-sh-i18n from. 8 years ago
Eric Wong 995bc22d7f pager: move pager-specific setup into the build 8 years ago
LE Manh Cuong 01247e0299 sh-setup: enclose setting of ${VAR=default} in double-quotes 8 years ago
Vasco Almeida d323c6b641 i18n: git-sh-setup.sh: mark strings for translation 8 years ago
Junio C Hamano 71b401032b sane_grep: pass "-a" if grep accepts it 9 years ago
Nguyễn Thái Ngọc Duy 3bc518084a git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects 10 years ago
Dan Wyand 7d665f3584 git-sh-setup.sh: use dashdash with basename call 10 years ago
David Aguilar 1c7e2d23e4 git-sh-setup: move GIT_DIR initialization into a function 10 years ago
Matthieu Moy b3275838d9 pager: remove 'S' from $LESS by default 11 years ago
Nicolas Vigier 51ba8ce372 git-sh-setup.sh: add variable to use the stuck-long mode 11 years ago
Jonathan Nieder e54c1f2d25 pager: set LV=-c alongside LESS=FRSX 11 years ago
Jonathan Nieder 11d62145b9 remove #!interpreter line from shell libraries 11 years ago
Matthieu Moy 89b0230a20 die_with_status: use "printf '%s\n'", not "echo" 11 years ago
Junio C Hamano c3e2d18996 setup_reflog_action: document the rules for using GIT_REFLOG_ACTION 12 years ago
Ramkumar Ramachandra bac1ddd0f8 sh-setup: add new peel_committish() helper 12 years ago
Kevin Bracey 4549162e8d mergetools/p4merge: create a base if none available 12 years ago
David Aguilar 0b54366cdd git-sh-setup: use a lowercase "usage:" string 12 years ago
Junio C Hamano 393050c32b sh-setup: work around "unset IFS" bug in some shells 12 years ago
Jeff King ce80ca566a git-sh-setup: refactor ident-parsing functions 12 years ago
Junio C Hamano 785063e02b sh-setup: protect from exported IFS 12 years ago
Junio C Hamano 10587ce6df git-sh-setup: define workaround wrappers before they are used 13 years ago
Ramsay Jones be39048a73 git-sh-setup.sh: Add an pwd() function for MinGW 13 years ago
Junio C Hamano 2c733fb24c parse_date(): '@' prefix forces git-timestamp 13 years ago
Clemens Buchacher 87182b17ed use -h for synopsis and --help for manpage consistently 13 years ago
Fredrik Gustafsson adb231cfda git-sh-setup: add die_with_status 14 years ago
Junio C Hamano e2eb527345 require-work-tree wants more than what its name says 14 years ago
Ramkumar Ramachandra 92c62a3f4f Porcelain scripts: Rewrite cryptic "needs update" error message 14 years ago
Pat Thoyts 5e9677cbdf git-am: fix detection of absolute paths for windows 14 years ago
Uwe Kleine-König 9facb3b05b get_author_ident_from_commit(): remove useless quoting 14 years ago
Giuseppe Bilotta 7d750f0ea5 shell setup: clear_local_git_env() function 15 years ago
Gabriel Filion ab62677b14 require_work_tree broken with NONGIT_OK 15 years ago
Jonathan Nieder f6dff119d5 am: Fix launching of pager 15 years ago
Jonathan Nieder 46bac90458 Do not install shell libraries executable 15 years ago
Steven Drake 91dc602de9 Use $(git rev-parse --show-toplevel) in cd_to_toplevel(). 15 years ago
Junio C Hamano e1622bfcba Protect scripted Porcelains from GREP_OPTIONS insanity 15 years ago
Jonathan Nieder b4479f0747 add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" 15 years ago
Stephen Boyd e064c170b4 git-sh-setup: introduce say() for quiet options 16 years ago
Junio C Hamano 61dbb3c441 Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin 16 years ago
Junio C Hamano 0e0aea5a47 Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH 16 years ago
Marcel M. Cary 2c3c395e84 git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree 16 years ago
Marcel M. Cary dd6c1360b2 git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X 16 years ago