index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
help.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-3
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-1
/
+3
2024-11-21
builtin/help: fix leaks in `check_git_cmd()`
Patrick Steinhardt
1
-6
/
+7
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-7
/
+9
2024-09-27
builtin/help: fix leaking `html_path` when reading config multiple times
Patrick Steinhardt
1
-1
/
+2
2024-09-27
builtin/help: fix dangling reference to `html_path`
Patrick Steinhardt
1
-6
/
+7
2024-09-24
builtin: fix typos
Andrew Kreimer
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
1
-1
/
+1
2022-10-13
doc txt & -h consistency: balance unbalanced "[" and "]"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-09-02
git help: special-case `scalar`
Johannes Schindelin
1
-0
/
+2
2022-08-04
git docs: add a category for file formats, protocols and interfaces
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2022-08-04
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2022-08-04
git help doc: use "<doc>" instead of "<guide>"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-09
Merge branch 'ab/help-fixes'
Junio C Hamano
1
-10
/
+53
2022-02-23
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason
1
-2
/
+14
2022-02-23
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason
1
-6
/
+35
2022-02-23
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-02-23
help: note the option name on option incompatibility
Ævar Arnfjörð Bjarmason
1
-7
/
+8
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-2
/
+2
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-10-13
Merge branch 'ab/help-config-vars'
Junio C Hamano
1
-48
/
+83
2021-09-23
help: move column config discovery to help.c library
Ævar Arnfjörð Bjarmason
1
-6
/
+1
2021-09-23
help / completion: make "git help" do the hard work
Ævar Arnfjörð Bjarmason
1
-13
/
+41
2021-09-23
help: simplify by moving to OPT_CMDMODE()
Ævar Arnfjörð Bjarmason
1
-45
/
+36
2021-09-23
help: correct logic error in combining --all and --guides
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2021-09-23
help: correct logic error in combining --all and --config
Ævar Arnfjörð Bjarmason
1
-9
/
+22
2021-09-23
help: correct usage & behavior of "git help --guides"
Ævar Arnfjörð Bjarmason
1
-4
/
+7
2021-09-14
help: make sure local html page exists before calling external processes
Matthias Aßhauer
1
-3
/
+6
2021-09-10
help: correct the usage string in -h and documentation
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-07-06
help: convert git_cmd to page in one place
Andrei Rybak
1
-9
/
+8
2020-08-04
help: drop usage of 'common' and 'useful' for guides
Philippe Blain
1
-1
/
+1
2020-05-01
Merge branch 'es/bugreport'
Junio C Hamano
1
-0
/
+86
2020-04-16
help: move list_config_help to builtin/help
Emily Shaffer
1
-0
/
+86
2020-04-10
parse_config_key(): return subsection len as size_t
Jeff King
1
-1
/
+1
2019-02-20
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2018-10-26
Merge branch 'rv/alias-help'
Junio C Hamano
1
-3
/
+31
2018-10-11
help: redirect to aliased commands for "git cmd --help"
Rasmus Villemoes
1
-3
/
+31
2018-10-03
help -a: improve and make --verbose default
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-29
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2018-05-29
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
1
-32
/
+8
[next]