summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-27tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason3-8/+9
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason3-3/+4
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
2018-08-13grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy5-18/+8
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2-4/+6
2018-08-13submodule.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-4/+4
2018-08-13pathspec.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13unpack-trees: avoid the_index in verify_absent()Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13unpack-trees: convert clear_ce_flags* to avoid the_indexNguyễn Thái Ngọc Duy1-13/+18
2018-08-13unpack-trees: don't shadow global var the_indexNguyễn Thái Ngọc Duy1-5/+4
2018-08-13unpack-trees: add a note about path invalidationNguyễn Thái Ngọc Duy1-0/+11
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy1-2/+2
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13preload-index.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy21-45/+54
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy10-33/+45