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
/
help.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
help: report on whether or not Rust is enabled
Patrick Steinhardt
1
-0
/
+6
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
1
-0
/
+1
2025-07-07
BreakingChanges: announce switch to "reftable" format
Patrick Steinhardt
1
-0
/
+2
2025-07-01
help: add a build option for default hash
brian m. carlson
1
-0
/
+1
2025-05-15
Avoid redundant conditions
Johannes Schindelin
1
-1
/
+1
2025-04-07
help: include unsafe SHA-1 build info in version
Justin Tobler
1
-0
/
+4
2025-04-07
help: include SHA implementation in version info
Justin Tobler
1
-0
/
+3
2025-03-12
Merge branch 'tc/zlib-ng-fix'
Junio C Hamano
1
-1
/
+4
2025-03-07
help: print zlib-ng version number
Toon Claes
1
-1
/
+3
2025-03-07
help: include git-zlib.h to print zlib version
Toon Claes
1
-0
/
+1
2025-02-03
help: add "show" as a valid configuration value
David Aguilar
1
-0
/
+2
2025-02-03
help: show the suggested command when help.autocorrect is false
David Aguilar
1
-2
/
+4
2025-01-13
help: interpret boolean string values for help.autocorrect
Scott Chacon
1
-12
/
+30
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-21
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt
1
-4
/
+3
2024-11-21
help: fix leaking `struct cmdnames`
Patrick Steinhardt
1
-0
/
+4
2024-11-21
help: refactor to not use globals for reading config
Patrick Steinhardt
1
-23
/
+24
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+2
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-6
/
+6
2024-07-02
Merge branch 'rb/build-options-w-lib-versions'
Junio C Hamano
1
-0
/
+13
2024-06-21
version: teach --build-options to reports zlib version information
Randall S. Becker
1
-0
/
+3
2024-06-21
version: teach --build-options to reports libcurl version information
Randall S. Becker
1
-0
/
+7
2024-06-20
version: --build-options reports OpenSSL version information
Randall S. Becker
1
-0
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
Patrick Steinhardt
1
-6
/
+6
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+3
2023-12-09
help: handle NULL value for alias.* config
Jeff King
1
-1
/
+4
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+5
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-1
/
+2
2023-02-24
help: mark unused parameter in git_unknown_cmd_config()
Jeff King
1
-1
/
+2
2023-02-23
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-12-13
help.c: fix autocorrect in work tree for bare repository
Simon Gerber
1
-1
/
+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: add missing options and labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-09-16
help: fix doubled words in explanation for developer interfaces
Fangyi Zhou
1
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-2
/
+3
2022-08-04
git docs: add a category for file formats, protocols and interfaces
Ævar Arnfjörð Bjarmason
1
-0
/
+12
2022-08-04
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
1
-0
/
+12
2022-08-04
help.c: remove common category behavior from drop_prefix() behavior
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-08-04
help.c: refactor drop_prefix() to use a "switch" statement"
Ævar Arnfjörð Bjarmason
1
-2
/
+8
[next]