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
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2024-02-13
Merge branch 'ps/report-failure-from-git-stash' into maint-2.43
Junio C Hamano
-4
/
+4
2024-02-13
Merge branch 'jc/sign-buffer-failure-propagation-fix' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-13
Merge branch 'jc/comment-style-fixes' into maint-2.43
Junio C Hamano
-5
/
+5
2024-02-13
Merge branch 'tc/show-ref-exists-fix' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-08
Merge branch 'jk/index-pack-lsan-false-positive-fix' into maint-2.43
Junio C Hamano
-0
/
+2
2024-02-08
Merge branch 'rs/fast-import-simplify-mempool-allocation' into maint-2.43
Junio C Hamano
-2
/
+1
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
-137
/
+5
2024-02-08
Merge branch 'jc/orphan-unborn' into maint-2.43
Junio C Hamano
-4
/
+4
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
-2
/
+2
2024-02-08
Merge branch 'jc/retire-cas-opt-name-constant' into maint-2.43
Junio C Hamano
-3
/
+3
2024-02-08
Merge branch 'rs/rebase-use-strvec-pushf' into maint-2.43
Junio C Hamano
-11
/
+6
2024-02-08
Merge branch 'jk/config-cleanup' into maint-2.43
Junio C Hamano
-33
/
+25
2024-02-08
Merge branch 'rs/incompatible-options-messages' into maint-2.43
Junio C Hamano
-32
/
+26
2024-02-08
Merge branch 'rs/column-leakfix' into maint-2.43
Junio C Hamano
-0
/
+2
2024-02-08
Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43
Junio C Hamano
-2
/
+5
2024-02-08
Merge branch 'jb/reflog-expire-delete-dry-run-options' into maint-2.43
Junio C Hamano
-2
/
+2
2024-02-08
Merge branch 'jc/sparse-checkout-set-default-fix' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-08
Merge branch 'jx/fetch-atomic-error-message-fix' into maint-2.43
Junio C Hamano
-5
/
+9
2024-02-08
Merge branch 'rs/show-ref-incompatible-options' into maint-2.43
Junio C Hamano
-3
/
+3
2024-02-08
Merge branch 'jk/implicit-true' into maint-2.43
Junio C Hamano
-6
/
+22
2024-02-08
Merge branch 'jk/bisect-reset-fix' into maint-2.43
Junio C Hamano
-5
/
+4
2024-02-07
tag: fix sign_buffer() call to create a signed tag
Junio C Hamano
-1
/
+1
2024-02-06
builtin/stash: report failure to write to index
Patrick Steinhardt
-4
/
+4
2024-01-29
builtin/worktree: comment style fixes
Junio C Hamano
-5
/
+5
2024-01-18
builtin/show-ref: treat directory as non-existing in --exists
Toon Claes
-1
/
+1
2024-01-05
index-pack: spawn threads atomically
Jeff King
-0
/
+2
2023-12-26
sparse-checkout: use default patterns for 'set' only !stdin
Junio C Hamano
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-9
/
+0
2023-12-26
treewide: add direct includes currently only pulled in transitively
Elijah Newren
-0
/
+3
2023-12-26
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
-0
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-128
/
+0
2023-12-26
fast-import: use mem_pool_calloc()
René Scharfe
-2
/
+1
2023-12-20
rebase: use strvec_pushf() for format-patch revisions
René Scharfe
-11
/
+6
2023-12-19
remote.h: retire CAS_OPT_NAME
Junio C Hamano
-3
/
+3
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
-5
/
+9
2023-12-11
show-ref: use die_for_incompatible_opt3()
René Scharfe
-3
/
+3
2023-12-09
push: drop confusing configset/callback redundancy
Jeff King
-33
/
+25
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
-4
/
+7
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
-2
/
+15
2023-12-09
bisect: always clean on reset
Jeff King
-5
/
+4
2023-12-09
worktree: simplify incompatibility message for --orphan and commit-ish
René Scharfe
-2
/
+2
2023-12-09
worktree: standardize incompatibility messages
René Scharfe
-8
/
+9
2023-12-09
clean: factorize incompatibility message
René Scharfe
-1
/
+1
2023-12-09
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe
-3
/
+6
2023-12-09
repack: use die_for_incompatible_opt3() for -A/-k/--cruft
René Scharfe
-10
/
+4
2023-12-09
push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirror
René Scharfe
-8
/
+4
2023-11-27
i18n: factorize even more 'incompatible options' messages
René Scharfe
-2
/
+5
2023-11-27
column: release strbuf and string_list after use
René Scharfe
-0
/
+2
2023-11-26
builtin/reflog.c: fix dry-run option short name
Josh Brobst
-2
/
+2
2023-11-24
orphan/unborn: fix use of 'orphan' in end-user facing messages
Junio C Hamano
-4
/
+4
[next]