index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
help.c
Age
Commit message (
Expand
)
Author
Lines
4 days
Merge branch 'js/parseopt-subcommand-autocorrection' into jch
Junio C Hamano
-87
/
+20
2026-03-16
autocorrect: provide config resolution API
Jiamu Sun
-23
/
+17
2026-03-16
autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT
Jiamu Sun
-1
/
+1
2026-03-16
autocorrect: use mode and delay instead of magic numbers
Jiamu Sun
-4
/
+5
2026-03-16
help: move tty check for autocorrection to autocorrect.c
Jiamu Sun
-6
/
+0
2026-03-16
help: make autocorrect handling reusable
Jiamu Sun
-60
/
+4
2026-03-10
Merge branch 'jh/alias-i18n-fixes'
Junio C Hamano
-1
/
+1
2026-02-27
Merge branch 'jh/alias-i18n'
Junio C Hamano
-20
/
+19
2026-02-26
git, help: fix memory leaks in alias listing
Jonatan Holmgren
-1
/
+1
2026-02-19
alias: support non-alphanumeric names via subsection syntax
Jonatan Holmgren
-3
/
+11
2026-02-19
alias: prepare for subsection aliases
Jonatan Holmgren
-3
/
+7
2026-02-19
help: use list_aliases() for alias listing
Jonatan Holmgren
-15
/
+2
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
-1
/
+1
2026-02-05
global: constify some pointers that are not written to
Collin Funk
-1
/
+1
2026-01-29
string-list: add string_list_sort_u() that mimics "sort -u"
Amisha Chhajed
-2
/
+1
2026-01-23
Merge branch 'jx/build-options-gettext'
Junio C Hamano
-0
/
+3
2026-01-17
help: report on whether or not gettext is enabled
Jiang Xin
-0
/
+3
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
-6
/
+4
2025-10-02
help: report on whether or not Rust is enabled
Patrick Steinhardt
-0
/
+6
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-2
/
+2
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
-0
/
+1
2025-07-07
BreakingChanges: announce switch to "reftable" format
Patrick Steinhardt
-0
/
+2
2025-07-01
help: add a build option for default hash
brian m. carlson
-0
/
+1
2025-05-15
Avoid redundant conditions
Johannes Schindelin
-1
/
+1
2025-04-07
help: include unsafe SHA-1 build info in version
Justin Tobler
-0
/
+4
2025-04-07
help: include SHA implementation in version info
Justin Tobler
-0
/
+3
2025-03-12
Merge branch 'tc/zlib-ng-fix'
Junio C Hamano
-1
/
+4
2025-03-07
help: print zlib-ng version number
Toon Claes
-1
/
+3
2025-03-07
help: include git-zlib.h to print zlib version
Toon Claes
-0
/
+1
2025-02-03
help: add "show" as a valid configuration value
David Aguilar
-0
/
+2
2025-02-03
help: show the suggested command when help.autocorrect is false
David Aguilar
-2
/
+4
2025-01-13
help: interpret boolean string values for help.autocorrect
Scott Chacon
-12
/
+30
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-11-21
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt
-4
/
+3
2024-11-21
help: fix leaking `struct cmdnames`
Patrick Steinhardt
-0
/
+4
2024-11-21
help: refactor to not use globals for reading config
Patrick Steinhardt
-23
/
+24
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
-1
/
+2
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
-6
/
+6
2024-07-02
Merge branch 'rb/build-options-w-lib-versions'
Junio C Hamano
-0
/
+13
2024-06-21
version: teach --build-options to reports zlib version information
Randall S. Becker
-0
/
+3
2024-06-21
version: teach --build-options to reports libcurl version information
Randall S. Becker
-0
/
+7
2024-06-20
version: --build-options reports OpenSSL version information
Randall S. Becker
-0
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-11
builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
Patrick Steinhardt
-6
/
+6
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
-2
/
+3
2023-12-09
help: handle NULL value for alias.* config
Jeff King
-1
/
+4
[next]