index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-slab.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-17
multi-pack-index: verify oid lookup order
Derrick Stolee
2
-0
/
+19
2018-09-17
multi-pack-index: verify oid fanout order
Derrick Stolee
2
-0
/
+17
2018-09-17
multi-pack-index: verify missing pack
Derrick Stolee
2
-0
/
+21
2018-09-17
multi-pack-index: verify packname order
Derrick Stolee
2
-4
/
+12
2018-09-17
multi-pack-index: verify corrupt chunk lookup table
Derrick Stolee
2
-0
/
+16
2018-09-17
multi-pack-index: verify bad header
Derrick Stolee
2
-13
/
+51
2018-09-17
multi-pack-index: add 'verify' verb
Derrick Stolee
5
-1
/
+35
2018-08-21
pack-objects: consider packs in multi-pack-index
Derrick Stolee
2
-1
/
+35
2018-08-21
midx: test a few commands that use get_all_packs
Derrick Stolee
1
-3
/
+18
2018-08-21
treewide: use get_all_packs
Derrick Stolee
11
-23
/
+23
2018-08-21
packfile: add all_packs list
Derrick Stolee
5
-1
/
+36
2018-08-21
midx: fix bug that skips midx with alternates
Derrick Stolee
2
-5
/
+23
2018-08-21
midx: stop reporting garbage
Derrick Stolee
1
-3
/
+4
2018-08-21
midx: mark bad packed objects
Derrick Stolee
1
-0
/
+10
2018-08-21
multi-pack-index: store local property
Derrick Stolee
4
-10
/
+13
2018-08-21
multi-pack-index: provide more helpful usage info
Derrick Stolee
1
-8
/
+8
2018-08-20
Git 2.19-rc0
v2.19.0-rc0
Junio C Hamano
2
-1
/
+81
2018-08-18
t2024: mark test using "checkout -p" with PERL prerequisite
Ævar Arnfjörð Bjarmason
1
-2
/
+7
2018-08-18
sideband: do not read beyond the end of input
Junio C Hamano
2
-2
/
+20
2018-08-17
Seventh batch for 2.19 cycle
Junio C Hamano
1
-0
/
+64
2018-08-16
builtin/submodule--helper: remove stray new line
Stefan Beller
1
-1
/
+0
2018-08-16
t7410: update to new style
Stefan Beller
1
-41
/
+58
2018-08-16
cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD
Nguyễn Thái Ngọc Duy
2
-3
/
+13
2018-08-16
rebase -i: fix SIGSEGV when 'merge <branch>' fails
Phillip Wood
2
-6
/
+33
2018-08-16
t3430: add conflicting commit
Phillip Wood
1
-6
/
+9
2018-08-16
Sixth batch for 2.19 cycle
Junio C Hamano
1
-0
/
+77
2018-08-15
Remove forward declaration of an enum
Elijah Newren
1
-1
/
+1
2018-08-15
compat/precompose_utf8.h: use more common include guard style
Elijah Newren
1
-1
/
+2
2018-08-15
urlmatch.h: fix include guard
Elijah Newren
1
-0
/
+2
2018-08-15
Move definition of enum branch_track from cache.h to branch.h
Elijah Newren
4
-10
/
+13
2018-08-15
alloc: make allocate_alloc_state and clear_alloc_state more consistent
Elijah Newren
2
-2
/
+2
2018-08-15
Add missing includes and forward declarations
Elijah Newren
55
-4
/
+132
2018-08-15
rebase -i: fix numbering in squash message
Phillip Wood
2
-3
/
+5
2018-08-15
chainlint: fix for core.autocrlf=true
Johannes Schindelin
1
-0
/
+1
2018-08-15
partial-clone: render design doc using asciidoc
Jonathan Nieder
2
-104
/
+105
2018-08-14
submodule: add more exhaustive up-path testing
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2018-08-14
git-submodule.sh: accept verbose flag in cmd_update to be non-quiet
Stefan Beller
1
-0
/
+3
2018-08-14
for_each_*_object: move declarations to object-store.h
Jeff King
4
-95
/
+91
2018-08-14
cat-file: use a single strbuf for all output
Jeff King
1
-11
/
+17
2018-08-14
cat-file: split batch "buf" into two variables
Jeff King
1
-6
/
+8
2018-08-14
cat-file: use oidset check-and-insert
Jeff King
1
-2
/
+1
2018-08-14
t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
SZEDER Gábor
1
-3
/
+4
2018-08-14
mingw: enable atomic O_APPEND
Johannes Sixt
1
-2
/
+39
2018-08-13
blame.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
3
-21
/
+33
2018-08-13
apply.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-21
/
+25
2018-08-13
apply.c: make init_apply_state() take a struct repository
Nguyễn Thái Ngọc Duy
4
-2
/
+8
2018-08-13
apply.c: pass struct apply_state to more functions
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2018-08-13
resolve-undo.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
archive-*.c: use the right repository
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2018-08-13
archive.c: avoid access to the_index
Nguyễn Thái Ngọc Duy
4
-21
/
+45
[next]