summaryrefslogtreecommitdiffstats
path: root/commit-slab.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-17multi-pack-index: verify oid lookup orderDerrick Stolee2-0/+19
2018-09-17multi-pack-index: verify oid fanout orderDerrick Stolee2-0/+17
2018-09-17multi-pack-index: verify missing packDerrick Stolee2-0/+21
2018-09-17multi-pack-index: verify packname orderDerrick Stolee2-4/+12
2018-09-17multi-pack-index: verify corrupt chunk lookup tableDerrick Stolee2-0/+16
2018-09-17multi-pack-index: verify bad headerDerrick Stolee2-13/+51
2018-09-17multi-pack-index: add 'verify' verbDerrick Stolee5-1/+35
2018-08-21pack-objects: consider packs in multi-pack-indexDerrick Stolee2-1/+35
2018-08-21midx: test a few commands that use get_all_packsDerrick Stolee1-3/+18
2018-08-21treewide: use get_all_packsDerrick Stolee11-23/+23
2018-08-21packfile: add all_packs listDerrick Stolee5-1/+36
2018-08-21midx: fix bug that skips midx with alternatesDerrick Stolee2-5/+23
2018-08-21midx: stop reporting garbageDerrick Stolee1-3/+4
2018-08-21midx: mark bad packed objectsDerrick Stolee1-0/+10
2018-08-21multi-pack-index: store local propertyDerrick Stolee4-10/+13
2018-08-21multi-pack-index: provide more helpful usage infoDerrick Stolee1-8/+8
2018-08-20Git 2.19-rc0v2.19.0-rc0Junio C Hamano2-1/+81
2018-08-18t2024: mark test using "checkout -p" with PERL prerequisiteÆvar Arnfjörð Bjarmason1-2/+7
2018-08-18sideband: do not read beyond the end of inputJunio C Hamano2-2/+20
2018-08-17Seventh batch for 2.19 cycleJunio C Hamano1-0/+64
2018-08-16builtin/submodule--helper: remove stray new lineStefan Beller1-1/+0
2018-08-16t7410: update to new styleStefan Beller1-41/+58
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy2-3/+13
2018-08-16rebase -i: fix SIGSEGV when 'merge <branch>' failsPhillip Wood2-6/+33
2018-08-16t3430: add conflicting commitPhillip Wood1-6/+9
2018-08-16Sixth batch for 2.19 cycleJunio C Hamano1-0/+77
2018-08-15Remove forward declaration of an enumElijah Newren1-1/+1
2018-08-15compat/precompose_utf8.h: use more common include guard styleElijah Newren1-1/+2
2018-08-15urlmatch.h: fix include guardElijah Newren1-0/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren4-10/+13
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren2-2/+2
2018-08-15Add missing includes and forward declarationsElijah Newren55-4/+132
2018-08-15rebase -i: fix numbering in squash messagePhillip Wood2-3/+5
2018-08-15chainlint: fix for core.autocrlf=trueJohannes Schindelin1-0/+1
2018-08-15partial-clone: render design doc using asciidocJonathan Nieder2-104/+105
2018-08-14submodule: add more exhaustive up-path testingÆvar Arnfjörð Bjarmason1-0/+13
2018-08-14git-submodule.sh: accept verbose flag in cmd_update to be non-quietStefan Beller1-0/+3
2018-08-14for_each_*_object: move declarations to object-store.hJeff King4-95/+91
2018-08-14cat-file: use a single strbuf for all outputJeff King1-11/+17
2018-08-14cat-file: split batch "buf" into two variablesJeff King1-6/+8
2018-08-14cat-file: use oidset check-and-insertJeff King1-2/+1
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor1-3/+4
2018-08-14mingw: enable atomic O_APPENDJohannes Sixt1-2/+39
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy3-21/+33
2018-08-13apply.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-21/+25
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy4-2/+8
2018-08-13apply.c: pass struct apply_state to more functionsNguyễn Thái Ngọc Duy1-7/+11
2018-08-13resolve-undo.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13archive-*.c: use the right repositoryNguyễn Thái Ngọc Duy2-2/+2
2018-08-13archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy4-21/+45