1. 0918d08 help.c: fix autocorrect in work tree for bare repository by Simon Gerber · 2 years, 5 months ago
  2. 7b9b634 Merge branch 'ab/doc-synopsis-and-cmd-usage' by Junio C Hamano · 2 years, 5 months ago
  3. 8c9e292 doc txt & -h consistency: add missing options and labels by Ævar Arnfjörð Bjarmason · 2 years, 6 months ago
  4. 225e815 help: fix doubled words in explanation for developer interfaces by Fangyi Zhou · 2 years, 7 months ago
  5. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  6. 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 7 months ago
  7. 844739b git docs: add a category for file formats, protocols and interfaces by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
  8. d976c51 git docs: add a category for user-facing file, repo and command UX by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
  9. 936b8eb help.c: remove common category behavior from drop_prefix() behavior by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
  10. 2f8b3ea help.c: refactor drop_prefix() to use a "switch" statement" by Ævar Arnfjörð Bjarmason · 2 years, 8 months ago
  11. 439c1e6 Merge branch 'jh/builtin-fsmonitor-part2' by Junio C Hamano · 3 years ago
  12. dd77cf6 help: include fsmonitor--daemon feature flag in version info by Jeff Hostetler · 3 years ago
  13. 93de1b6 help: don't print "\n" before single-section output by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  14. 1ce5901 help: add --no-[external-commands|aliases] for use with --all by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  15. 6fb427a help.c: split up list_all_cmds_help() function by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  16. cd87ce7 help.c: use puts() instead of printf{,_ln}() for consistency by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  17. 0fc8ed1 help: make auto-correction prompt more consistent by Kashav Madan · 3 years, 4 months ago
  18. 06fa4db help: move column config discovery to help.c library by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  19. dc66e3c help.c: help.autocorrect=prompt waits for user action by Azeem Bande-Ali · 3 years, 8 months ago
  20. 644bb95 help.c: help.autocorrect=never means "do not compute suggestions" by Drew DeVault · 4 years, 4 months ago
  21. 722fc37 help: do not expect built-in commands to be hardlinked by Johannes Schindelin · 4 years, 6 months ago
  22. 0d9a8e3 Merge branch 'jk/leakfix' by Junio C Hamano · 4 years, 7 months ago
  23. f1de981 config: fix leaks from git_config_get_string_const() by Jeff King · 4 years, 8 months ago
  24. 0371a76 help: drop usage of 'common' and 'useful' for guides by Philippe Blain · 4 years, 8 months ago
  25. 39f4919 help: add shell-path to --build-options by Emily Shaffer · 4 years, 11 months ago
  26. 617d571 bugreport: gather git version and build info by Emily Shaffer · 5 years ago
  27. 709df95 help: move list_config_help to builtin/help by Emily Shaffer · 5 years ago
  28. 96c0caf Fix spelling errors in messages shown to users by Elijah Newren · 5 years ago
  29. 8e111e4 Merge branch 'rs/help-unknown-ref-does-not-return' by Junio C Hamano · 6 years ago
  30. 80e3658 help: make help_unknown_ref() NORETURN by René Scharfe · 6 years ago
  31. 8d32d25 Merge branch 'jk/help-unknown-ref-fix' by Junio C Hamano · 6 years ago
  32. 2ed2e19 help_unknown_ref(): check for refname ambiguity by Jeff King · 6 years ago
  33. 8ed51b0 help_unknown_ref(): duplicate collected refnames by Jeff King · 6 years ago
  34. 057ab54 completion: fix multiple command removals by Jeff King · 6 years ago
  35. 83b0ecf git: read local config in --list-cmds by Jeff King · 6 years ago
  36. 6195a76 help: align the longest command in the command listing by Nguyễn Thái Ngọc Duy · 6 years ago
  37. 1c4b985 help -a: handle aliases with long names gracefully by Johannes Schindelin · 6 years ago
  38. 26c7d06 help -a: improve and make --verbose default by Nguyễn Thái Ngọc Duy · 7 years ago
  39. d280170 Merge branch 'hn/highlight-sideband-keywords' by Junio C Hamano · 7 years ago
  40. c5d276c Merge branch 'mk/http-backend-content-length' by Junio C Hamano · 7 years ago
  41. bf1a11f sideband: highlight keywords in remote sideband output by Han-Wen Nienhuys · 7 years ago
  42. 6c213e8 http-backend: respect CONTENT_LENGTH for receive-pack by Max Kirillov · 7 years ago
  43. 2289880 Merge branch 'nd/command-list' by Junio C Hamano · 7 years ago
  44. e17ca92 completion: drop the hard coded list of config vars by Nguyễn Thái Ngọc Duy · 7 years ago
  45. 3ac68a9 help: add --config to list all available config by Nguyễn Thái Ngọc Duy · 7 years ago
  46. 17b3e51 Merge branch 'nd/command-list' into nd/complete-config-vars by Junio C Hamano · 7 years ago
  47. 6532f37 completion: allow to customize the completable command list by Nguyễn Thái Ngọc Duy · 7 years ago
  48. 1b81d8c help: use command-list.txt for the source of guides by Nguyễn Thái Ngọc Duy · 7 years ago
  49. 63eae83 help: add "-a --verbose" to list all commands with synopsis by Nguyễn Thái Ngọc Duy · 7 years ago
  50. 3c77776 git: support --list-cmds=list-<category> by Nguyễn Thái Ngọc Duy · 7 years ago
  51. 6bb2dc0 completion: implement and use --list-cmds=main,others by Nguyễn Thái Ngọc Duy · 7 years ago
  52. cfb22a0 help: use command-list.h for common command list by Nguyễn Thái Ngọc Duy · 7 years ago
  53. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  54. ed32b78 version --build-options: report commit, too, if possible by Johannes Schindelin · 7 years ago
  55. b228940 version --build-options: also report host CPU by Eric Sunshine · 7 years ago
  56. aca226e Merge branch 'mb/reword-autocomplete-message' by Junio C Hamano · 8 years ago
  57. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  58. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  59. 1c3d87c Merge branch 'js/alias-early-config' by Junio C Hamano · 8 years ago
  60. 968b1fe auto-correct: tweak phrasing by Marc Branchaud · 8 years ago
  61. 50ad856 Merge branch 'jk/consistent-h' by Junio C Hamano · 8 years ago
  62. 88ce3ef *.[ch] refactoring: make use of the FREE_AND_NULL() macro by Ævar Arnfjörð Bjarmason · 8 years ago
  63. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  64. 659fef1 help: use early config when autocorrecting aliases by Johannes Schindelin · 8 years ago
  65. b48cbfc version: convert to parse-options by Jeff King · 8 years ago
  66. 7d5e13f Merge branch 'bw/forking-and-threading' by Junio C Hamano · 8 years ago
  67. 6c48686 usability: don't ask questions if no reply is required by Jean-Noel Avila · 8 years ago
  68. 38124a4 run-command: expose is_executable function by Brandon Williams · 8 years ago
  69. c755015 help: improve is_executable() on Windows by Heiko Voigt · 8 years ago
  70. 9ed0d8d use QSORT by René Scharfe · 9 years ago
  71. 6b9c38e t0006: skip "far in the future" test when unsigned long is not long enough by Jeff King · 9 years ago
  72. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  73. 510ab3f Merge branch 'js/sleep-without-select' by Junio C Hamano · 10 years ago
  74. 2024d31 help.c: wrap wait-only poll() invocation in sleep_millisec() by Johannes Sixt · 10 years ago
  75. 5455ee0 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  76. 91d6e94 append_similar_ref(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  77. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  78. 2241477 help: respect new common command grouping by Sébastien Guimmara · 10 years ago
  79. 5d7f49d Merge branch 'sb/help-unknown-command-sort-fix' by Junio C Hamano · 11 years ago
  80. d333ac1 help: fix the size passed to qsort by Stefan Beller · 11 years ago
  81. 6e40947 Merge branch 'jk/strip-suffix' by Junio C Hamano · 11 years ago
  82. 26936bf use strip_suffix instead of ends_with in simple cases by Jeff King · 11 years ago
  83. 2975c77 replace has_extension with ends_with by Jeff King · 11 years ago
  84. de8118e use skip_prefix to avoid repeated calculations by Jeff King · 11 years ago
  85. 95b567c use skip_prefix to avoid repeating strings by Jeff King · 11 years ago
  86. ae021d8 use skip_prefix to avoid magic numbers by Jeff King · 11 years ago
  87. c89eb98 Merge branch 'rt/help-pretty-prints-cmd-names' by Junio C Hamano · 11 years ago
  88. d10cb3d help.c: rename function "pretty_print_string_list" by Ralf Thielow · 11 years ago
  89. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  90. f66450a cygwin: Remove the Win32 l/stat() implementation by Ramsay Jones · 12 years ago
  91. e936318 Merge branch 'rj/mingw-cygwin' by Junio C Hamano · 12 years ago
  92. e561810 help: add help_unknown_ref() by Vikrant Varma · 12 years ago
  93. 380395d mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE by Jonathan Nieder · 12 years ago
  94. f2de0b9 help.c: add a compatibility comment to cmd_version() by David Aguilar · 12 years ago
  95. 1542d4c help: include <common-cmds.h> only in one file by Junio C Hamano · 12 years ago
  96. 6a17f58 help.c::exclude_cmds(): plug a leak by Junio C Hamano · 13 years ago
  97. 4a15758 help.c::uniq: plug a leak by Jeff King · 13 years ago
  98. 816fb46 move git_version_string into version.c by Jeff King · 13 years ago
  99. c41494f Reduce cost of deletion in levenstein distance (4 -> 3) by Matthieu Moy · 13 years ago
  100. f4ed0af Merge branch 'nd/columns' by Junio C Hamano · 13 years ago