index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
help.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
help: drop usage of 'common' and 'useful' for guides
Philippe Blain
2020-08-05
1
-1
/
+1
*
Merge branch 'es/bugreport'
Junio C Hamano
2020-05-01
1
-0
/
+86
|
\
|
*
help: move list_config_help to builtin/help
Emily Shaffer
2020-04-17
1
-0
/
+86
*
|
parse_config_key(): return subsection len as size_t
Jeff King
2020-04-10
1
-1
/
+1
|
/
*
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
*
Merge branch 'rv/alias-help'
Junio C Hamano
2018-10-26
1
-3
/
+31
|
\
|
*
help: redirect to aliased commands for "git cmd --help"
Rasmus Villemoes
2018-10-11
1
-3
/
+31
*
|
help -a: improve and make --verbose default
Nguyễn Thái Ngọc Duy
2018-10-04
1
-1
/
+1
|
/
*
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
2018-05-29
1
-1
/
+8
*
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
2018-05-29
1
-0
/
+9
*
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
2018-05-29
1
-32
/
+8
|
\
|
*
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+1
|
*
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
2018-05-21
1
-32
/
+0
|
*
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+7
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
help: rename 'new' variables
Brandon Williams
2018-02-22
1
-5
/
+5
*
Merge branch 'ks/help-alias-label'
Junio C Hamano
2017-09-25
1
-1
/
+1
|
\
|
*
help: change a message to be more precise
Kaartic Sivaraam
2017-09-14
1
-1
/
+1
*
|
help: release strbuf on error return in exec_woman_emacs()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
|
help: release strbuf on error return in exec_man_man()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
|
help: release strbuf on error return in exec_man_konqueror()
Rene Scharfe
2017-09-07
1
-0
/
+1
|
/
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
help: introduce option --exclude-guides
Ralf Thielow
2016-08-31
1
-7
/
+23
*
Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknown
Junio C Hamano
2016-08-26
1
-7
/
+0
|
\
|
*
Revert "display HTML in default browser using Windows' shell API"
Johannes Schindelin
2016-08-19
1
-7
/
+0
*
|
builtin/help.c: use warning_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-4
/
+4
|
/
*
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-6
/
+3
*
convert strncpy to memcpy
Jeff King
2015-10-05
1
-2
/
+2
*
help: clean up kfmclient munging
Jeff King
2015-10-05
1
-11
/
+4
*
help: drop prepend function in favor of xstrfmt
Jeff King
2015-09-25
1
-12
/
+2
*
Merge branch 'sb/leaks'
Junio C Hamano
2015-03-20
1
-1
/
+2
|
\
|
*
builtin/help.c: fix memory leak
Stefan Beller
2015-03-11
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 caller
Junio C Hamano
2014-12-01
1
-2
/
+7
*
|
doc: add 'everyday' to 'git help'
Philip Oakley
2014-10-11
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 first
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()
Christian Couder
2013-12-05
1
-4
/
+4
*
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
Junio C Hamano
2013-06-27
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-03
1
-3
/
+33
*
|
builtin/help.c: add --guide option
Philip Oakley
2013-04-03
1
-2
/
+8
*
|
builtin/help.c: split "-a" processing into two
Philip Oakley
2013-04-03
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
[next]