1. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  2. c6127fa builtin/help.c: speed up is_git_command() by checking for builtin commands first by Sebastian Schuberth · 11 years ago
  3. a3c5263 builtin/help.c: call load_command_list() only when it is needed by Sebastian Schuberth · 11 years ago
  4. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  5. 2ddc898 Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' by Junio C Hamano · 12 years ago
  6. 09b7e22 fix "builtin-*" references to be "builtin/*" by Phil Hord · 12 years ago
  7. 3561e60 help: mark common_guides[] as translatable by Simon Ruderich · 12 years ago
  8. 002b726 builtin/help.c: add list_common_guides_help() function by Philip Oakley · 12 years ago
  9. 65f9835 builtin/help.c: add --guide option by Philip Oakley · 12 years ago
  10. 15f7d49 builtin/help.c: split "-a" processing into two by Philip Oakley · 12 years ago
  11. 099ba55 Merge branch 'jk/config-parsing-cleanup' by Junio C Hamano · 12 years ago
  12. 4d5c6ce help: use parse_config_key for man config by Jeff King · 12 years ago
  13. 1542d4c help: include <common-cmds.h> only in one file by Junio C Hamano · 12 years ago
  14. 6891869 i18n: help: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  15. f697a27 Merge branch 'cw/help-over-network' by Junio C Hamano · 13 years ago
  16. 86272b4 Allow help.htmlpath to be a URL prefix by Chris Webb · 13 years ago
  17. 89a852e Add config variable to set HTML path for git-help --web by Chris Webb · 13 years ago
  18. d0408c0 Restore use of 'help.format' configuration property in 'git help' by Pat Thoyts · 13 years ago
  19. 1cc8af0 help: use HTML as the default help format on Windows by Vincent van Ravesteijn · 13 years ago
  20. f4ed0af Merge branch 'nd/columns' by Junio C Hamano · 13 years ago
  21. dbfae68 help: reuse print_columns() for help -a by Nguyễn Thái Ngọc Duy · 13 years ago
  22. 4470ef9 help: replace underlining "help -a" headers using hyphens with a blank line by Nguyễn Thái Ngọc Duy · 13 years ago
  23. 9665627 i18n: help: mark strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  24. 5d31475 Cast execl*() NULL sentinels to (char *) by Thomas Rast · 15 years ago
  25. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  26. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-help.c]
  27. 3caa823 help: fix configured help format taking over command line one by Christian Couder · 15 years ago
  28. af6fbf9 help: Do not unnecessarily look for a repository by David Aguilar · 15 years ago
  29. 7c3baa9 help -a: do not unnecessarily look for a repository by Johannes Schindelin · 16 years ago
  30. a29aa47 help -i: properly error out if no info viewer can be found by Gerrit Pape · 15 years ago
  31. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  32. 4e2715f Simplify some 'fprintf(stderr); return -1;' by using 'return error()' by Johannes Sixt · 16 years ago
  33. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  34. 4b25d09 Fix a bunch of pointer declarations (codestyle) by Felipe Contreras · 16 years ago
  35. 178b513 builtin-help: silently tolerate unknown keys by Johannes Sixt · 16 years ago
  36. 026fa0d Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX) by Steffen Prohaska · 16 years ago
  37. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  38. 5059a42 builtin-help: fallback to GIT_MAN_VIEWER before man by Romain Francoise · 17 years ago
  39. c7371e9 Make main_cmds and other_cmds local to builtin-help.c by Alex Riesen · 17 years ago
  40. e321180 Remove calculation of the longest command name from where it is not used by Alex Riesen · 17 years ago
  41. 3d78d1f Builtin git-help. by Miklos Vajna · 17 years ago
  42. f754fa9 builtins: Makefile clean-up by Junio C Hamano · 19 years ago
  43. 822a7d5 Remove cmd_usage() routine and re-organize the help/usage code. by Ramsay Allan Jones · 19 years ago
  44. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  45. 6acbcb9 git wrapper: add --git-dir=<path> and --bare options by Johannes Schindelin · 19 years ago
  46. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  47. 83aa18e Fix "git help -a" terminal autosizing by Linus Torvalds · 19 years ago
  48. 70827b1 Split up builtin commands into separate files from git.c by Linus Torvalds · 19 years ago