index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
4
-5
/
+1
2025-01-29
Merge branch 'ja/doc-commit-markup-updates'
Junio C Hamano
1
-1
/
+1
2025-01-28
Merge branch 'mh/credential-cache-authtype-request-fix'
Junio C Hamano
1
-2
/
+2
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
2
-37
/
+24
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
34
-57
/
+76
2025-01-27
pack-objects: prevent name hash version change
Derrick Stolee
1
-0
/
+8
2025-01-27
pack-objects: add GIT_TEST_NAME_HASH_VERSION
Derrick Stolee
1
-1
/
+4
2025-01-27
repack: add --name-hash-version option
Derrick Stolee
1
-1
/
+8
2025-01-27
pack-objects: add --name-hash-version option
Derrick Stolee
1
-5
/
+47
2025-01-27
fetch set_head: fix non-mirror remotes in bare repositories
Bence Ferdinandy
1
-5
/
+5
2025-01-27
fetch set_head: refactor to use remote directly
Bence Ferdinandy
1
-8
/
+7
2025-01-24
gc: add `--expire-to` option
ZheNing Hu
1
-2
/
+7
2025-01-24
remote: announce removal of "branches/" and "remotes/"
Patrick Steinhardt
1
-0
/
+2
2025-01-23
csum-file: introduce hashfile_checkpoint_init()
Taylor Blau
1
-1
/
+1
2025-01-21
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak
1
-3
/
+3
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
3
-6
/
+8
2025-01-21
pack-write: pass repository to `index_pack_lockfile()`
Karthik Nayak
1
-1
/
+1
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
3
-6
/
+8
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
4
-4
/
+0
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
1
-1
/
+1
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
23
-43
/
+69
2025-01-21
Merge branch 'jt/fsck-skiplist-parse-fix'
Junio C Hamano
1
-1
/
+1
2025-01-21
Merge branch 'ps/reftable-get-random-fix'
Junio C Hamano
1
-1
/
+1
2025-01-21
index-pack, unpack-objects: use skip_prefix to avoid magic number
Jeff King
2
-6
/
+6
2025-01-21
index-pack, unpack-objects: use get_be32() for reading pack header
Jeff King
2
-11
/
+14
2025-01-21
packfile: factor out --pack_header argument parsing
Jeff King
2
-23
/
+7
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
18
-24
/
+35
2025-01-17
oddballs: send usage() help text to standard output
Junio C Hamano
5
-4
/
+13
2025-01-17
builtins: send usage_with_options() help text to standard output
Junio C Hamano
12
-29
/
+28
2025-01-16
Merge branch 'ps/more-sign-compare'
Junio C Hamano
2
-26
/
+28
2025-01-15
doc: the mode param of -u of git commit is optional
Jean-Noël Avila
1
-1
/
+1
2025-01-10
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-4
/
+5
2025-01-10
builtin/blame: fix out-of-bounds write with blank boundary commits
Patrick Steinhardt
1
-3
/
+3
2025-01-10
builtin/blame: fix out-of-bounds read with excessive `--abbrev`
Patrick Steinhardt
1
-1
/
+2
2025-01-09
credential-cache: respect authtype capability
M Hickford
1
-2
/
+2
2025-01-07
fsck: reject misconfigured fsck.skipList
Justin Tobler
1
-1
/
+1
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
1
-1
/
+1
2025-01-06
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-2
/
+2
2025-01-06
fetch: fix erroneous set_head advice message
Bence Ferdinandy
1
-2
/
+2
2025-01-02
Merge branch 'jk/lsan-race-ignore-false-positive'
Junio C Hamano
2
-14
/
+0
2025-01-01
Revert barrier-based LSan threading race workaround
Junio C Hamano
2
-14
/
+0
2025-01-01
Merge branch 'jk/lsan-race-with-barrier'
Junio C Hamano
2
-2
/
+14
2025-01-01
Merge branch 'ps/weak-sha1-for-tail-sum-fix'
Junio C Hamano
1
-1
/
+1
2024-12-30
builtin/fast-import: fix segfault with unsafe SHA1 backend
Patrick Steinhardt
1
-1
/
+1
2024-12-30
grep: work around LSan threading race with barrier
Jeff King
1
-0
/
+8
2024-12-30
index-pack: work around LSan threading race with barrier
Jeff King
1
-0
/
+6
2024-12-30
Revert "index-pack: spawn threads atomically"
Jeff King
1
-2
/
+0
2024-12-27
commit-reach: use `size_t` to track indices when computing merge bases
Patrick Steinhardt
1
-2
/
+2
2024-12-27
builtin/log: fix remaining -Wsign-compare warnings
Patrick Steinhardt
1
-14
/
+13
2024-12-27
builtin/log: use `size_t` to track indices
Patrick Steinhardt
1
-10
/
+13
[prev]
[next]