1. 9fac077 Merge branch 'jn/pager-lv-default-env' by Junio C Hamano · 11 years ago
  2. e54c1f2 pager: set LV=-c alongside LESS=FRSX by Jonathan Nieder · 11 years ago
  3. 11d6214 remove #!interpreter line from shell libraries by Jonathan Nieder · 11 years ago
  4. 6c2bec9 Merge branch 'jc/reflog-doc' by Junio C Hamano · 11 years ago
  5. 89b0230 die_with_status: use "printf '%s\n'", not "echo" by Matthieu Moy · 12 years ago
  6. c3e2d18 setup_reflog_action: document the rules for using GIT_REFLOG_ACTION by Junio C Hamano · 12 years ago
  7. bac1ddd sh-setup: add new peel_committish() helper by Ramkumar Ramachandra · 12 years ago
  8. 183f880 Merge branch 'kb/p4merge' by Junio C Hamano · 12 years ago
  9. 4549162 mergetools/p4merge: create a base if none available by Kevin Bracey · 12 years ago
  10. 0b54366 git-sh-setup: use a lowercase "usage:" string by David Aguilar · 12 years ago
  11. 2e3c1f7 Merge branch 'jc/maint-fbsd-sh-ifs-workaround' by Junio C Hamano · 12 years ago
  12. 393050c sh-setup: work around "unset IFS" bug in some shells by Junio C Hamano · 12 years ago
  13. ce80ca5 git-sh-setup: refactor ident-parsing functions by Jeff King · 12 years ago
  14. 72c4dbe Merge branch 'jc/maint-protect-sh-from-ifs' by Junio C Hamano · 13 years ago
  15. 785063e sh-setup: protect from exported IFS by Junio C Hamano · 13 years ago
  16. 10587ce git-sh-setup: define workaround wrappers before they are used by Junio C Hamano · 13 years ago
  17. be39048 git-sh-setup.sh: Add an pwd() function for MinGW by Ramsay Jones · 13 years ago
  18. 87cb3b8 Merge branch 'jc/parse-date-raw' into maint by Junio C Hamano · 13 years ago
  19. 3d8bc74 Merge branch 'jc/parse-date-raw' by Junio C Hamano · 13 years ago
  20. 2c733fb parse_date(): '@' prefix forces git-timestamp by Junio C Hamano · 13 years ago
  21. 87182b1 use -h for synopsis and --help for manpage consistently by Clemens Buchacher · 13 years ago
  22. adb231c git-sh-setup: add die_with_status by Fredrik Gustafsson · 14 years ago
  23. e2eb527 require-work-tree wants more than what its name says by Junio C Hamano · 14 years ago
  24. 92c62a3 Porcelain scripts: Rewrite cryptic "needs update" error message by Ramkumar Ramachandra · 14 years ago
  25. 90d6bd5 Merge branch 'uk/fix-author-ident-sed-script' by Junio C Hamano · 14 years ago
  26. 5e9677c git-am: fix detection of absolute paths for windows by Pat Thoyts · 14 years ago
  27. 9facb3b get_author_ident_from_commit(): remove useless quoting by Uwe Kleine-König · 14 years ago
  28. 9317dc4 Merge branch 'gb/maint-submodule-env' by Junio C Hamano · 15 years ago
  29. 52ebb06 Merge branch 'jn/maint-fix-pager' by Junio C Hamano · 15 years ago
  30. 8acd141 Merge branch 'gf/maint-sh-setup-nongit-ok' by Junio C Hamano · 15 years ago
  31. 7d750f0 shell setup: clear_local_git_env() function by Giuseppe Bilotta · 15 years ago
  32. ab62677 require_work_tree broken with NONGIT_OK by Gabriel Filion · 15 years ago
  33. f6dff11 am: Fix launching of pager by Jonathan Nieder · 15 years ago
  34. 46bac90 Do not install shell libraries executable by Jonathan Nieder · 15 years ago
  35. 91dc602 Use $(git rev-parse --show-toplevel) in cd_to_toplevel(). by Steven Drake · 15 years ago
  36. ad7ace7 Merge branch 'rs/work-around-grep-opt-insanity' by Junio C Hamano · 15 years ago
  37. e1622bf Protect scripted Porcelains from GREP_OPTIONS insanity by Junio C Hamano · 15 years ago
  38. b4479f0 add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" by Jonathan Nieder · 15 years ago
  39. e064c17 git-sh-setup: introduce say() for quiet options by Stephen Boyd · 16 years ago
  40. 61dbb3c Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin by Junio C Hamano · 16 years ago
  41. 0e0aea5 Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH by Junio C Hamano · 16 years ago
  42. 2c3c395 git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work tree by Marcel M. Cary · 16 years ago
  43. dd6c136 git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS X by Marcel M. Cary · 16 years ago
  44. 08fc060 git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dir by Marcel M. Cary · 16 years ago
  45. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  46. 87bddba Windows: Work around incompatible sort and find. by Johannes Sixt · 17 years ago
  47. 4d6d6d2 Simplify setup of $GIT_DIR in git-sh-setup.sh by Lars Hjemli · 17 years ago
  48. 077b725 Protect get_author_ident_from_commit() from filenames in work tree by Junio C Hamano · 17 years ago
  49. 5d29275 shell-scripts usage(): consistently exit with non-zero by Junio C Hamano · 17 years ago
  50. 70087cd git-help: add "help.format" config variable. by Christian Couder · 17 years ago
  51. 22c9071 git-help -w: do not require to be in git repository by Junio C Hamano · 17 years ago
  52. e817e3e sh-setup: don't let eval output to be shell-expanded. by Pierre Habouzit · 17 years ago
  53. cbea86f git-sh-setup: fix parseopt `eval` string underquoting by Junio C Hamano · 17 years ago
  54. bac199b Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt by Pierre Habouzit · 17 years ago
  55. 6b9ff1e git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK by Nguyễn Thái Ngọc Duy · 17 years ago
  56. e598c51 git-sh-setup: typofix in comments by Junio C Hamano · 17 years ago
  57. b2bc9a3 git-sh-setup.sh: make GIT_DIR absolute by David Kastrup · 18 years ago
  58. 0887465 git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commands by David Kastrup · 18 years ago
  59. e90fdc3 Clean up work-tree handling by Johannes Schindelin · 18 years ago
  60. ef0c2ab Add GIT_EDITOR environment and core.editor configuration variables by Adam Roben · 18 years ago
  61. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  62. f36db54 Merge branch 'js/rebase' by Junio C Hamano · 18 years ago
  63. 0cae234 Move the pick_author code to git-sh-setup by Johannes Schindelin · 18 years ago
  64. 7ae3df8 Use new semantics of is_bare/inside_git_dir/inside_work_tree by Matthias Lederhofer · 18 years ago
  65. 493c774 rev-parse: introduce --is-bare-repository by Matthias Lederhofer · 18 years ago
  66. 6d9ba67 Commands requiring a work tree must not run in GIT_DIR by Johannes Schindelin · 18 years ago
  67. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  68. 9fde940 Define cd_to_toplevel shell function in git-sh-setup by Junio C Hamano · 18 years ago
  69. 120b0df Explain "Not a git repository: '.git'". by Junio C Hamano · 18 years ago
  70. 7eff28a Disallow working directory commands in a bare repository. by Shawn O. Pearce · 18 years ago
  71. 4b441f4 git-fetch: allow updating the current branch in a bare repository. by Junio C Hamano · 18 years ago
  72. f947413 Use GIT_REFLOG_ACTION environment variable instead. by Shawn O. Pearce · 18 years ago
  73. c8769f7 git-sh-setup: do not use repo-config to test the git directory by Junio C Hamano · 19 years ago
  74. cad1ed9 "git cmd -h" for shell scripts. by Junio C Hamano · 19 years ago
  75. 4bbdfab Fix "test: unexpected operator" on bsd by Junio C Hamano · 19 years ago
  76. 4890f62 Avoid using "git-var -l" until it gets fixed. by Junio C Hamano · 19 years ago
  77. d025524 Usage message clean-up, take #2 by Fredrik Kuivinen · 19 years ago
  78. 2a1ddc5 git-sh-setup: move the repository check to a core program. by Junio C Hamano · 19 years ago
  79. ae2b0f1 git-sh-setup: die if outside git repository. by Junio C Hamano · 19 years ago
  80. 230f132 Create object subdirectories on demand by Linus Torvalds · 19 years ago
  81. 8098a17 Add git-symbolic-ref by Junio C Hamano · 19 years ago
  82. e2f5f6e Do not require clean tree when reverting and cherry-picking. by Junio C Hamano · 19 years ago
  83. 365527a Fix CDPATH problem. by Junio C Hamano · 19 years ago
  84. 215a7ad Big tool rename. by Junio C Hamano · 20 years ago[Renamed (81%) from git-sh-setup-script]
  85. 4831359 Redo "revert" using three-way merge machinery. by Junio C Hamano · 20 years ago
  86. 5f5608b [PATCH] Make .git directory validation code test HEAD by Linus Torvalds · 20 years ago
  87. e4ad5f0 [PATCH] Make git-sh-setup-script do what it was supposed to do by Linus Torvalds · 20 years ago
  88. 51cb06c Add "git-push-script" to make a more regular interface by Linus Torvalds · 20 years ago
  89. b33e966 Add "git-sh-setup-script" for common git shell script setup by Linus Torvalds · 20 years ago