index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
t/helper: allow chmtime to print verbosely without modifying mtime
Patrick Steinhardt
1
-1
/
+1
2023-04-14
pack-objects: extend test coverage of `--stdin-packs` with alternates
Patrick Steinhardt
1
-0
/
+48
2023-04-14
pack-objects: fix error when same packfile is included and excluded
Patrick Steinhardt
2
-5
/
+23
2023-04-14
pack-objects: fix error when packing same pack twice
Patrick Steinhardt
3
-0
/
+54
2023-04-14
pack-objects: split out `--stdin-packs` tests into separate file
Patrick Steinhardt
2
-135
/
+145
2023-04-14
repack: fix generating multi-pack-index with only non-local packs
Patrick Steinhardt
2
-0
/
+34
2023-04-14
repack: fix trying to use preferred pack in alternates
Patrick Steinhardt
2
-5
/
+53
2023-04-14
midx: fix segfault with no packs and invalid preferred pack
Patrick Steinhardt
2
-3
/
+15
2023-04-13
branch, for-each-ref, tag: add option to omit empty lines
Øystein Walle
9
-4
/
+75
2023-04-13
t: invert `GIT_TEST_WRITE_REV_INDEX`
Taylor Blau
6
-8
/
+8
2023-04-13
config: enable `pack.writeReverseIndex` by default
Taylor Blau
5
-3
/
+5
2023-04-13
pack-revindex: introduce `pack.readReverseIndex`
Taylor Blau
5
-1
/
+23
2023-04-13
pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISK
Taylor Blau
2
-0
/
+4
2023-04-13
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
4
-14
/
+18
2023-04-13
t5325: mark as leak-free
Taylor Blau
1
-0
/
+2
2023-04-13
pack-write.c: plug a leak in stage_tmp_packfiles()
Taylor Blau
1
-0
/
+2
2023-04-11
l10n: uk: remove stale lines
Arkadii Yakovets
1
-31
/
+0
2023-04-11
l10n: uk: add initial translation
Arkadii Yakovets
2
-0
/
+20850
2023-04-11
The ninth batch
Junio C Hamano
1
-0
/
+19
2023-04-11
Merge branch 'jk/use-perl-path-consistently'
Junio C Hamano
2
-1
/
+3
2023-04-11
Merge branch 'jc/clone-object-format-from-void'
Junio C Hamano
2
-5
/
+17
2023-04-11
Merge branch 'fc/doc-manpage-base-url-fix'
Junio C Hamano
3
-18
/
+2
2023-04-11
Merge branch 'dw/doc-submittingpatches-grammofix'
Junio C Hamano
1
-1
/
+1
2023-04-11
Merge branch 'jx/cap-object-info-uninitialized-fix'
Junio C Hamano
1
-1
/
+1
2023-04-11
Merge branch 'ar/adjust-tests-for-the-index-fallout'
Junio C Hamano
2
-3
/
+3
2023-04-11
Merge branch 'jc/spell-id-in-both-caps-in-message-id'
Junio C Hamano
15
-75
/
+75
2023-04-11
Merge branch 'ws/sparse-check-rules'
Junio C Hamano
4
-24
/
+307
2023-04-11
mailmap, quote: move declarations of global vars to correct unit
Elijah Newren
4
-5
/
+6
2023-04-11
treewide: reduce includes of cache.h in other headers
Elijah Newren
8
-8
/
+15
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
12
-6
/
+11
2023-04-11
cache.h: remove unnecessary includes
Elijah Newren
1
-4
/
+0
2023-04-11
treewide: remove cache.h inclusion due to pager.h changes
Elijah Newren
5
-5
/
+5
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
23
-14
/
+39
2023-04-11
treewide: remove cache.h inclusion due to editor.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
21
-55
/
+80
2023-04-11
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
17
-17
/
+16
2023-04-11
object.h: move some inline functions and defines from cache.h
Elijah Newren
2
-42
/
+44
2023-04-11
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
12
-12
/
+11
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
57
-123
/
+184
2023-04-11
treewide: remove cache.h inclusion due to git-zlib changes
Elijah Newren
1
-1
/
+1
2023-04-11
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
9
-26
/
+39
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
13
-13
/
+10
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
91
-110
/
+210
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
10
-10
/
+8
2023-04-11
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
6
-1
/
+5
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
11
-1
/
+10
2023-04-11
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
4
-1
/
+3
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
15
-1
/
+14
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
25
-1
/
+24
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
62
-2
/
+70
[prev]
[next]