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
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-1
/
+1
|
\
|
*
doc txt & -h consistency: balance unbalanced "[" and "]"
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
*
|
git help: special-case `scalar`
Johannes Schindelin
2022-09-02
1
-0
/
+2
|
/
*
git docs: add a category for file formats, protocols and interfaces
Ævar Arnfjörð Bjarmason
2022-08-04
1
-0
/
+9
*
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
2022-08-04
1
-0
/
+9
*
git help doc: use "<doc>" instead of "<guide>"
Ævar Arnfjörð Bjarmason
2022-08-04
1
-1
/
+1
*
Merge branch 'ab/help-fixes'
Junio C Hamano
2022-03-09
1
-10
/
+53
|
\
|
*
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason
2022-02-23
1
-2
/
+14
|
*
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason
2022-02-23
1
-6
/
+35
|
*
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason
2022-02-23
1
-2
/
+3
|
*
help: note the option name on option incompatibility
Ævar Arnfjörð Bjarmason
2022-02-23
1
-7
/
+8
*
|
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2022-02-04
1
-2
/
+2
|
/
*
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-2
/
+1
*
Merge branch 'ab/help-config-vars'
Junio C Hamano
2021-10-14
1
-48
/
+83
|
\
|
*
help: move column config discovery to help.c library
Ævar Arnfjörð Bjarmason
2021-09-23
1
-6
/
+1
|
*
help / completion: make "git help" do the hard work
Ævar Arnfjörð Bjarmason
2021-09-23
1
-13
/
+41
|
*
help: simplify by moving to OPT_CMDMODE()
Ævar Arnfjörð Bjarmason
2021-09-23
1
-45
/
+36
|
*
help: correct logic error in combining --all and --guides
Ævar Arnfjörð Bjarmason
2021-09-23
1
-0
/
+4
|
*
help: correct logic error in combining --all and --config
Ævar Arnfjörð Bjarmason
2021-09-23
1
-9
/
+22
|
*
help: correct usage & behavior of "git help --guides"
Ævar Arnfjörð Bjarmason
2021-09-23
1
-4
/
+7
|
*
help: correct the usage string in -h and documentation
Ævar Arnfjörð Bjarmason
2021-09-11
1
-1
/
+2
*
|
help: make sure local html page exists before calling external processes
Matthias Aßhauer
2021-09-14
1
-3
/
+6
|
/
*
help: convert git_cmd to page in one place
Andrei Rybak
2021-07-06
1
-9
/
+8
*
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
[next]