1. 6a17f58 help.c::exclude_cmds(): plug a leak by Junio C Hamano · 13 years ago
  2. 4a15758 help.c::uniq: plug a leak by Jeff King · 13 years ago
  3. 816fb46 move git_version_string into version.c by Jeff King · 13 years ago
  4. c41494f Reduce cost of deletion in levenstein distance (4 -> 3) by Matthieu Moy · 13 years ago
  5. f4ed0af Merge branch 'nd/columns' by Junio C Hamano · 13 years ago
  6. dbfae68 help: reuse print_columns() for help -a by Nguyễn Thái Ngọc Duy · 13 years ago
  7. 4470ef9 help: replace underlining "help -a" headers using hyphens with a blank line by Nguyễn Thái Ngọc Duy · 13 years ago
  8. 9665627 i18n: help: mark strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  9. ad6c373 pager: find out the terminal width before spawning the pager by Zbigniew Jędrzejewski-Szmek · 13 years ago
  10. c8409e7 Merge branch 'ms/help-unknown' by Junio C Hamano · 14 years ago
  11. 823e0de help_unknown_cmd: do not propose an "unknown" cmd by Michael Schubert · 14 years ago
  12. b8a9733 help.c: Fix detection of custom merge strategy on cygwin by Ramsay Jones · 14 years ago
  13. 6612b9e help: always suggest common-cmds if prefix of cmd by Erik Faye-Lund · 14 years ago
  14. 7283bbc Remove hyphen from "git-command" in two error messages by Pete Harlan · 15 years ago
  15. 06500a0 help.autocorrect: do not run a command if the command given is junk by Johannes Sixt · 15 years ago
  16. 71064e3 Test for WIN32 instead of __MINGW32_ by Frank Li · 15 years ago
  17. 0d30ad7 Avoid declaration after statement by Frank Li · 15 years ago
  18. 2cd9c2a Merge branch 'maint-1.6.3' into maint by Junio C Hamano · 16 years ago
  19. 57f6ec0 Change mentions of "git programs" to "git commands" by Ori Avtalion · 16 years ago
  20. 0b74f5d help.c: give correct structure's size to memset() by Johan Herland · 16 years ago
  21. 98cb6f3 janitor: add DIV_ROUND_UP and use it. by Pierre Habouzit · 16 years ago
  22. 746c221 git wrapper: also use aliases to correct mistyped commands by Pieter de Bie · 17 years ago
  23. 277cd4c Merge branch 'ar/autospell' by Junio C Hamano · 17 years ago
  24. f0e9071 Add help.autocorrect to enable/disable autocorrecting by Alex Riesen · 17 years ago
  25. 8af84da git wrapper: DWIM mistyped commands by Johannes Schindelin · 17 years ago
  26. 61c5d43 list_commands: only call git_exec_path if it is needed by Alex Riesen · 17 years ago
  27. 1f08e5c Allow git help work without PATH set by Alex Riesen · 17 years ago
  28. e321180 Remove calculation of the longest command name from where it is not used by Alex Riesen · 17 years ago
  29. 3d78d1f Builtin git-help. by Miklos Vajna · 17 years ago
  30. 6e4a86d builtin-help: always load_command_list() in cmd_help() by Miklos Vajna · 17 years ago
  31. 940208a builtin-help: make some internal functions available to other builtins by Miklos Vajna · 17 years ago
  32. f5d600e Avoid chdir() in list_commands_in_dir() by Johannes Schindelin · 17 years ago
  33. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  34. 4804aab help (Windows): Display HTML in default browser using Windows' shell API by Steffen Prohaska · 17 years ago
  35. 868da8d help.c: Add support for htmldir relative to git_exec_path() by Steffen Prohaska · 17 years ago
  36. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  37. bb1ab2d Merge branch 'j6t/mingw' by Junio C Hamano · 17 years ago
  38. 2dce956 help: check early if we have a command, if not try a documentation topic by Christian Couder · 17 years ago
  39. cc3b7a9 Windows: Make 'git help -a' work. by Johannes Sixt · 17 years ago
  40. b7d9681 Print info about "git help COMMAND" on git's main usage pages by Teemu Likonen · 17 years ago
  41. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  42. a26a06a help: use "man.<tool>.cmd" as custom man viewer command by Christian Couder · 17 years ago
  43. 7b15f87 help: use man viewer path from "man.<tool>.path" config var by Christian Couder · 17 years ago
  44. 4637e47 help: Add a missing OPT_END(). by Christian Couder · 17 years ago
  45. 5fb0b3e help: warn if specified 'man.viewer' is unsupported, instead of erroring out by Christian Couder · 17 years ago
  46. 69099d6 help: implement multi-valued "man.viewer" config option by Christian Couder · 17 years ago
  47. 6494998 help: add "man.viewer" config var to use "woman" or "konqueror" by Christian Couder · 17 years ago
  48. 2156435 help: respect aliases by Jeff King · 17 years ago
  49. 41eb33b help: use parseopt by Jeff King · 17 years ago
  50. 9886ea4 help.c: use 'git_config_string' to get 'help_default_format'. by Christian Couder · 17 years ago
  51. 9907326 Merge branch 'cc/browser' by Junio C Hamano · 17 years ago
  52. b51b2bb help.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  53. 5884f1f Rename 'git-help--browse.sh' to 'git-web--browse.sh'. by Christian Couder · 17 years ago
  54. caa8771 help--browse: add '--config' option to check a config option for a browser. by Christian Couder · 17 years ago
  55. 482cce8 help: make 'git-help--browse' usable outside 'git-help'. by Christian Couder · 17 years ago
  56. d7e522c rename git-browse--help to git-help--browse by Jeff King · 17 years ago
  57. 5b4617c Rename git-browse-help helper to git-browse--help by Junio C Hamano · 17 years ago
  58. 70087cd git-help: add "help.format" config variable. by Christian Couder · 17 years ago
  59. a149a1a git-help -i: show info documentation from matching version of git by Junio C Hamano · 17 years ago
  60. 78d39f9 git-help -i: invoke info with document and node name by Junio C Hamano · 17 years ago
  61. 7be2b6e Merge branch 'master' into cc/help by Junio C Hamano · 17 years ago
  62. 5d6491c git-help: add -w|--web option to display html man page in a browser. by Christian Couder · 17 years ago
  63. 8e566f2 Let git-help prefer man-pages installed with this version of git by Sergei Organov · 17 years ago
  64. df55c9c git-help: add -i|--info option to display info page. by Christian Couder · 17 years ago
  65. 8256c6e Merge branch 'tt/help' by Junio C Hamano · 17 years ago
  66. 80bbe72 Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. by Johannes Sixt · 17 years ago
  67. 15f80a5 Remove hint to use "git help -a" by Theodore Ts'o · 17 years ago
  68. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 17 years ago
  69. 1eb0569 include $PATH in generating list of commands for "help -a" by Scott R Parish · 17 years ago
  70. 0966003 list_commands(): simplify code by using chdir() by Scott R Parish · 17 years ago
  71. edb6ddc remove unused/unneeded "pattern" argument of list_commands by Scott R Parish · 17 years ago
  72. 3d7e2d8 "git" returns 1; "git help" and "git help -a" return 0 by Scott R Parish · 17 years ago
  73. a238917 help: remove extra blank line after "See 'git --help'" message by Junio C Hamano · 17 years ago
  74. b5d21a4 On error, do not list all commands, but point to --help option by Jari Aalto · 17 years ago
  75. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  76. c6e0caa use xrealloc in help.c by James Bowes · 18 years ago
  77. 3301521 use xmalloc in git.c and help.c by James Bowes · 18 years ago
  78. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  79. 4f75b11 Avoid ugly linewrap in git help by Ren,bi(B Scharfe · 18 years ago
  80. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  81. 2d7320d Use xmalloc instead of malloc by Jonas Fonseca · 19 years ago
  82. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  83. bb266cb Merge branch 'mk/rename' by Junio C Hamano · 19 years ago
  84. 44e1d76 Merge branch 'master' into mk/rename by Junio C Hamano · 19 years ago
  85. f754fa9 builtins: Makefile clean-up by Junio C Hamano · 19 years ago[Renamed from builtin-help.c]
  86. 822a7d5 Remove cmd_usage() routine and re-organize the help/usage code. by Ramsay Allan Jones · 19 years ago
  87. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  88. 6acbcb9 git wrapper: add --git-dir=<path> and --bare options by Johannes Schindelin · 19 years ago
  89. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  90. 83aa18e Fix "git help -a" terminal autosizing by Linus Torvalds · 19 years ago
  91. 70827b1 Split up builtin commands into separate files from git.c by Linus Torvalds · 19 years ago