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
/
t
Age
Commit message (
Expand
)
Author
Lines
2024-02-13
Merge branch 'ps/report-failure-from-git-stash' into maint-2.43
Junio C Hamano
-0
/
+52
2024-02-13
Merge branch 'jk/diff-external-with-no-index' into maint-2.43
Junio C Hamano
-0
/
+12
2024-02-13
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix' into maint-2.43
Junio C Hamano
-0
/
+6
2024-02-13
Merge branch 'en/diffcore-delta-final-line-fix' into maint-2.43
Junio C Hamano
-0
/
+24
2024-02-13
Merge branch 'tc/show-ref-exists-fix' into maint-2.43
Junio C Hamano
-2
/
+2
2024-02-08
Merge branch 'jx/sideband-chomp-newline-fix' into maint-2.43
Junio C Hamano
-5
/
+112
2024-02-08
Merge branch 'jk/t1006-cat-file-objectsize-disk' into maint-2.43
Junio C Hamano
-0
/
+36
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
-7
/
+2
2024-02-08
Merge branch 'jc/orphan-unborn' into maint-2.43
Junio C Hamano
-3
/
+3
2024-02-08
Merge branch 'rs/t6300-compressed-size-fix' into maint-2.43
Junio C Hamano
-9
/
+9
2024-02-08
Merge branch 'sp/test-i18ngrep' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-08
Merge branch 'ps/chainlint-self-check-update' into maint-2.43
Junio C Hamano
-74
/
+90
2024-02-08
Merge branch 'rs/incompatible-options-messages' into maint-2.43
Junio C Hamano
-7
/
+5
2024-02-08
Merge branch 'ps/ref-tests-update-more' into maint-2.43
Junio C Hamano
-45
/
+74
2024-02-08
Merge branch 'rs/column-leakfix' into maint-2.43
Junio C Hamano
-0
/
+1
2024-02-08
Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43
Junio C Hamano
-7
/
+7
2024-02-08
Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43
Junio C Hamano
-1
/
+2
2024-02-08
Merge branch 'jc/archive-list-with-extra-args' into maint-2.43
Junio C Hamano
-0
/
+10
2024-02-08
Merge branch 'rj/status-bisect-while-rebase' into maint-2.43
Junio C Hamano
-0
/
+28
2024-02-08
Merge branch 'jx/fetch-atomic-error-message-fix' into maint-2.43
Junio C Hamano
-39
/
+50
2024-02-08
Merge branch 'jk/mailinfo-iterative-unquote-comment' into maint-2.43
Junio C Hamano
-2
/
+24
2024-02-08
Merge branch 'rs/show-ref-incompatible-options' into maint-2.43
Junio C Hamano
-7
/
+9
2024-02-08
Merge branch 'jk/bisect-reset-fix' into maint-2.43
Junio C Hamano
-0
/
+6
2024-02-08
Merge branch 'jk/end-of-options' into maint-2.43
Junio C Hamano
-0
/
+18
2024-02-08
Merge branch 'jc/revision-parse-int' into maint-2.43
Junio C Hamano
-2
/
+27
2024-02-08
Merge branch 'jh/trace2-redact-auth' into maint-2.43
Junio C Hamano
-2
/
+134
2024-02-08
Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43
Junio C Hamano
-12
/
+12
2024-02-08
Merge branch 'ps/commit-graph-less-paranoid' into maint-2.43
Junio C Hamano
-5
/
+11
2024-02-08
Merge branch 'tz/send-email-negatable-options' into maint-2.43
Junio C Hamano
-4
/
+4
2024-02-08
Merge branch 'js/ci-discard-prove-state' into maint-2.43
Junio C Hamano
-1
/
+16
2024-02-06
builtin/stash: report failure to write to index
Patrick Steinhardt
-0
/
+52
2024-01-29
diff: handle NULL meta-info when spawning external diff
Jeff King
-0
/
+12
2024-01-20
parse-options: fully disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
René Scharfe
-0
/
+6
2024-01-18
diffcore-delta: avoid ignoring final 'line' of file
Elijah Newren
-0
/
+24
2024-01-18
builtin/show-ref: treat directory as non-existing in --exists
Toon Claes
-2
/
+2
2024-01-05
commit-graph: retain commit slab when closing NULL commit_graph
Jeff King
-1
/
+2
2024-01-03
t1006: prefer shell loop to awk for packed object sizes
René Scharfe
-6
/
+8
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-12-26
submodule-config.h: remove unnecessary include
Elijah Newren
-0
/
+1
2023-12-26
pkt-line.h: remove unnecessary include
Elijah Newren
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-6
/
+0
2023-12-21
t1006: add tests for %(objectsize:disk)
Jeff King
-0
/
+34
2023-12-21
archive: "--list" does not take further options
Junio C Hamano
-0
/
+10
2023-12-18
pkt-line: do not chomp newlines for sideband messages
Jiang Xin
-1
/
+1
2023-12-18
pkt-line: memorize sideband fragment in reader
Jiang Xin
-1
/
+1
2023-12-18
test-pkt-line: add option parser for unpack-sideband
Jiang Xin
-5
/
+112
2023-12-18
test-lib-functions.sh: fix test_grep fail message wording
Shreyansh Paliwal
-1
/
+1
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
-1
/
+1
2023-12-18
t5574: test porcelain output of atomic fetch
Jiang Xin
-39
/
+50
2023-12-15
tests: adjust whitespace in chainlint expectations
Patrick Steinhardt
-74
/
+90
[next]