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-06-20
t5500: fix mistaken $SERVER reference in helper function
Jeff King
-1
/
+1
2024-06-20
mingw: drop bogus (and unneeded) declaration of `_pgmptr`
Johannes Schindelin
-1
/
+0
2024-06-20
fetch-pack: fix segfault when fscking without --lock-pack
Jeff King
-1
/
+13
2024-06-20
merge-ort: convert more error() cases to path_msg()
Elijah Newren
-13
/
+42
2024-06-20
merge-ort: upon merge abort, only show messages causing the abort
Elijah Newren
-25
/
+53
2024-06-20
merge-ort: loosen commented requirements
Elijah Newren
-1
/
+1
2024-06-20
merge-ort: clearer propagation of failure-to-function from merge_submodule
Elijah Newren
-0
/
+2
2024-06-20
merge-ort: fix type of local 'clean' var in handle_content_merge ()
Elijah Newren
-2
/
+3
2024-06-20
merge-ort: maintain expected invariant for priv member
Elijah Newren
-2
/
+43
2024-06-20
merge-ort: extract handling of priv member into reusable function
Elijah Newren
-5
/
+22
2024-06-20
unbundle: extend object verification for fetches
Xing Xin
-3
/
+76
2024-06-20
fetch-pack: expose fsckObjects configuration logic
Xing Xin
-6
/
+16
2024-06-20
bundle-uri: verify oid before writing refs
Xing Xin
-6
/
+152
2024-06-20
t1006: ensure cat-file info isn't buffered by default
Eric Wong
-0
/
+30
2024-06-20
git-gui: sv.po: Update Swedish translation (576t0f0u)
Peter Krefting
-1597
/
+1670
2024-06-18
merge: avoid write merge state when unable to write index
Kyle Zhao
-1
/
+11
2024-06-17
The fourteenth batch
Junio C Hamano
-0
/
+37
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
-366
/
+443
2024-06-17
Merge branch 'jk/imap-send-plug-all-msgs-leak'
Junio C Hamano
-1
/
+1
2024-06-17
Merge branch 'jk/am-retry'
Junio C Hamano
-32
/
+22
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
-2
/
+11
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
-82
/
+979
2024-06-17
Merge branch 'ps/check-docs-fix'
Junio C Hamano
-36
/
+122
2024-06-17
Merge branch 'ps/ci-fix-detection-of-ubuntu-20'
Junio C Hamano
-1
/
+1
2024-06-17
Merge branch 'ap/credential-clear-fix'
Junio C Hamano
-22
/
+28
2024-06-17
Merge branch 'jc/format-patch-with-range-diff'
Junio C Hamano
-47
/
+78
2024-06-17
Git.pm: use array in command_bidi_pipe example
Eric Wong
-2
/
+2
2024-06-17
attr: fix msan issue in read_attr_from_index
Kyle Lippincott
-1
/
+2
2024-06-14
pack-bitmap.c: ensure pseudo-merge offset reads are bounded
Taylor Blau
-0
/
+5
2024-06-14
Documentation/technical/bitmap-format.txt: add missing position table
Taylor Blau
-0
/
+9
2024-06-14
hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
-10
/
+16
2024-06-14
t/helper: remove dependency on `the_repository` in "proc-receive"
Patrick Steinhardt
-6
/
+3
2024-06-14
t/helper: fix segfault in "oid-array" command without repository
Patrick Steinhardt
-0
/
+22
2024-06-14
t/helper: use correct object hash in partial-clone helper
Patrick Steinhardt
-1
/
+1
2024-06-14
compat/fsmonitor: fix socket path in networked SHA256 repos
Patrick Steinhardt
-3
/
+4
2024-06-14
replace-object: use hash algorithm from passed-in repository
Patrick Steinhardt
-1
/
+1
2024-06-14
protocol-caps: use hash algorithm from passed-in repository
Patrick Steinhardt
-1
/
+2
2024-06-14
oidset: pass hash algorithm when parsing file
Patrick Steinhardt
-5
/
+11
2024-06-14
http-fetch: don't crash when parsing packfile without a repo
Patrick Steinhardt
-1
/
+18
2024-06-14
hash-ll: merge with "hash.h"
Patrick Steinhardt
-398
/
+400
2024-06-14
refs: avoid include cycle with "repository.h"
Patrick Steinhardt
-8
/
+7
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-3
/
+347
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
-20
/
+14
2024-06-14
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt
-15
/
+19
2024-06-14
hash: make `is_null_oid()` independent of `the_repository`
Patrick Steinhardt
-5
/
+6
2024-06-14
hash: convert `oidcmp()` and `oideq()` to compare whole hash
Patrick Steinhardt
-20
/
+10
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
-26
/
+15
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
-140
/
+163
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
-53
/
+52
2024-06-14
hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
Patrick Steinhardt
-11
/
+1
[prev]
[next]