| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/leaks' | Junio C Hamano | 2015-03-20 | 1 | -1/+2 |
|\ |
|
| * | builtin/help.c: fix memory leak | Stefan Beller | 2015-03-10 | 1 | -1/+2 |
* | | Merge branch 'km/bsd-shells' | Junio C Hamano | 2015-03-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | help.c: use SHELL_PATH instead of hard-coded "/bin/sh" | Kyle J. McKay | 2015-03-10 | 1 | -1/+1 |
* | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jc/exec-cmd-system-path-leak-fix' | Junio C Hamano | 2014-12-22 | 1 | -2/+7 |
|\ |
|
| * | system_path(): always return free'able memory to the callerjc/exec-cmd-system-path-leak-fix | Junio C Hamano | 2014-11-30 | 1 | -2/+7 |
* | | doc: add 'everyday' to 'git help' | Philip Oakley | 2014-10-10 | 1 | -0/+1 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
|/ |
|
* | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanup | Sebastian Schuberth | 2014-01-06 | 1 | -0/+3 |
* | builtin/help.c: call load_command_list() only when it is needed | Sebastian Schuberth | 2014-01-06 | 1 | -1/+2 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -4/+4 |
* | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 2013-06-26 | 1 | -2/+0 |
|\ |
|
| * | fix "builtin-*" references to be "builtin/*" | Phil Hord | 2013-06-18 | 1 | -2/+0 |
* | | help: mark common_guides[] as translatable | Simon Ruderich | 2013-04-12 | 1 | -7/+7 |
* | | builtin/help.c: add list_common_guides_help() function | Philip Oakley | 2013-04-02 | 1 | -3/+33 |
* | | builtin/help.c: add --guide option | Philip Oakley | 2013-04-02 | 1 | -2/+8 |
* | | builtin/help.c: split "-a" processing into two | Philip Oakley | 2013-04-02 | 1 | -1/+7 |
* | | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 2013-02-04 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | help: use parse_config_key for man config | Jeff King | 2013-01-23 | 1 | -7/+7 |
* | | help: include <common-cmds.h> only in one file | Junio C Hamano | 2013-01-18 | 1 | -18/+0 |
|/ |
|
* | i18n: help: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -5/+5 |
* | Merge branch 'cw/help-over-network' | Junio C Hamano | 2012-07-09 | 1 | -4/+15 |
|\ |
|
| * | Allow help.htmlpath to be a URL prefix | Chris Webb | 2012-06-28 | 1 | -3/+5 |
| * | Add config variable to set HTML path for git-help --web | Chris Webb | 2012-06-28 | 1 | -1/+10 |
* | | Restore use of 'help.format' configuration property in 'git help' | Pat Thoyts | 2012-06-22 | 1 | -3/+3 |
* | | help: use HTML as the default help format on Windows | Vincent van Ravesteijn | 2012-06-06 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'nd/columns' | Junio C Hamano | 2012-05-03 | 1 | -1/+6 |
|\ |
|
| * | help: reuse print_columns() for help -a | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -1/+6 |
* | | help: replace underlining "help -a" headers using hyphens with a blank line | Nguyễn Thái Ngọc Duy | 2012-04-25 | 1 | -1/+1 |
* | | i18n: help: mark strings for translation | Nguyễn Thái Ngọc Duy | 2012-04-24 | 1 | -24/+24 |
|/ |
|
* | Cast execl*() NULL sentinels to (char *) | Thomas Rast | 2010-07-25 | 1 | -6/+6 |
* | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | 1 | -1/+1 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+466 |