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
Age
Commit message (
Expand
)
Author
Lines
2024-02-08
Merge branch 'rs/column-leakfix' into maint-2.43
Junio C Hamano
-0
/
+3
2024-02-08
Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43
Junio C Hamano
-12
/
+16
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 'js/packfile-h-typofix' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-08
Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43
Junio C Hamano
-1
/
+5
2024-02-08
Merge branch 'cp/git-flush-is-an-env-bool' into maint-2.43
Junio C Hamano
-14
/
+10
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 'jc/archive-list-with-extra-args' into maint-2.43
Junio C Hamano
-0
/
+12
2024-02-08
Merge branch 'rj/status-bisect-while-rebase' into maint-2.43
Junio C Hamano
-8
/
+38
2024-02-08
Merge branch 'sh/completion-with-reftable' into maint-2.43
Junio C Hamano
-5
/
+38
2024-02-08
Merge branch 'jx/fetch-atomic-error-message-fix' into maint-2.43
Junio C Hamano
-44
/
+59
2024-02-08
Merge branch 'jk/mailinfo-iterative-unquote-comment' into maint-2.43
Junio C Hamano
-8
/
+34
2024-02-08
Merge branch 'rs/show-ref-incompatible-options' into maint-2.43
Junio C Hamano
-10
/
+12
2024-02-08
Merge branch 'jk/implicit-true' into maint-2.43
Junio C Hamano
-17
/
+85
2024-02-08
Merge branch 'jk/bisect-reset-fix' into maint-2.43
Junio C Hamano
-5
/
+10
2024-02-08
Merge branch 'jk/end-of-options' into maint-2.43
Junio C Hamano
-2
/
+25
2024-02-08
Merge branch 'jc/revision-parse-int' into maint-2.43
Junio C Hamano
-13
/
+57
2024-02-08
Merge branch 'jp/use-diff-index-in-pre-commit-sample' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-08
Merge branch 'jh/trace2-redact-auth' into maint-2.43
Junio C Hamano
-7
/
+253
2024-02-08
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
Junio C Hamano
-81
/
+81
2024-02-08
Merge branch 'ps/commit-graph-less-paranoid' into maint-2.43
Junio C Hamano
-10
/
+16
2024-02-08
Merge branch 'tz/send-email-negatable-options' into maint-2.43
Junio C Hamano
-36
/
+29
2024-02-08
Merge branch 'js/ci-discard-prove-state' into maint-2.43
Junio C Hamano
-55
/
+234
2024-02-08
t9210: do not rely on lazy fetching to fail
Junio C Hamano
-1
/
+8
2024-02-08
The fifteenth batch
Junio C Hamano
-0
/
+14
2024-02-08
Merge branch 'jh/sparse-index-expand-to-path-fix'
Junio C Hamano
-2
/
+2
2024-02-08
Merge branch 'pb/imap-send-wo-curl-build-fix'
Junio C Hamano
-0
/
+1
2024-02-08
Merge branch 'ja/doc-placeholders-fix'
Junio C Hamano
-99
/
+99
2024-02-08
Merge branch 'mh/credential-oauth-refresh-token-with-wincred'
Junio C Hamano
-6
/
+40
2024-02-08
Merge branch 'jk/unit-tests-buildfix'
Junio C Hamano
-8
/
+12
2024-02-08
Merge branch 'jc/index-pack-fsck-levels'
Junio C Hamano
-10
/
+62
2024-02-08
Merge branch 'cp/unit-test-prio-queue'
Junio C Hamano
-120
/
+99
2024-02-08
sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commands
Vegard Nossum
-0
/
+13
2024-02-07
ref-filter.c: sort formatted dates by byte value
Victoria Dye
-3
/
+57
2024-02-07
ssh signing: signal an error with a negative return value
Junio C Hamano
-1
/
+1
2024-02-07
refs/reftable: fix leak when copying reflog fails
Patrick Steinhardt
-1
/
+1
2024-02-07
bisect: document command line arguments for "bisect start"
Junio C Hamano
-1
/
+1
2024-02-07
bisect: document "terms" subcommand more fully
Junio C Hamano
-3
/
+5
2024-02-07
tag: fix sign_buffer() call to create a signed tag
Junio C Hamano
-2
/
+2
2024-02-07
t1400: use show-ref to check pseudorefs
Phillip Wood
-9
/
+9
2024-02-07
show-ref --verify: accept pseudorefs
Phillip Wood
-1
/
+9
2024-02-07
ci: add jobs to test with the reftable backend
Patrick Steinhardt
-1
/
+22
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
-6
/
+3226
2024-02-06
completion: bisect: recognize but do not complete view subcommand
Britton Leo Kerin
-4
/
+35
2024-02-06
completion: bisect: complete log opts for visualize subcommand
Britton Leo Kerin
-0
/
+19
2024-02-06
completion: new function __git_complete_log_opts
Britton Leo Kerin
-3
/
+15
2024-02-06
completion: bisect: complete missing --first-parent and - -no-checkout options
Britton Leo Kerin
-1
/
+12
2024-02-06
completion: bisect: complete custom terms and related options
Britton Leo Kerin
-2
/
+45
2024-02-06
completion: bisect: complete bad, new, old, and help subcommands
Britton Leo Kerin
-2
/
+73
2024-02-06
completion: tests: always use 'master' for default initial branch name
Britton Leo Kerin
-0
/
+5
[prev]
[next]