summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Sync with Git 2.14.4Libravatar Junio C Hamano17-41/+497
2018-05-22Git 2.14.4Libravatar Junio C Hamano3-2/+7
2018-05-22Sync with Git 2.13.7Libravatar Junio C Hamano16-41/+492
2018-05-22Git 2.13.7Libravatar Junio C Hamano3-2/+22
2018-05-22Merge branch 'jk/submodule-fix-loose' into maint-2.13Libravatar Junio C Hamano15-41/+472
2018-05-21fsck: complain when .gitmodules is a symlinkLibravatar Jeff King2-2/+38
2018-05-21index-pack: check .gitmodules files with --strictLibravatar Jeff King3-0/+60
2018-05-21unpack-objects: call fsck_finish() after fscking objectsLibravatar Jeff King2-1/+11
2018-05-21fsck: call fsck_finish() after fscking objectsLibravatar Jeff King2-0/+7
2018-05-21fsck: check .gitmodules contentLibravatar Jeff King1-1/+59
2018-05-21fsck: handle promisor objects in .gitmodules checkLibravatar Jeff King1-0/+3
2018-05-21fsck: detect gitmodules filesLibravatar Jeff King2-0/+65
2018-05-21fsck: actually fsck blob dataLibravatar Jeff King3-24/+28
2018-05-21fsck: simplify ".git" checkLibravatar Jeff King1-3/+1
2018-05-21index-pack: make fsck error message more specificLibravatar Jeff King2-2/+2
2018-05-21Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsckLibravatar Jeff King16-42/+474
2018-05-21verify_path: disallow symlinks in .gitmodulesLibravatar Jeff King4-15/+37
2018-05-21update-index: stat updated files earlierLibravatar Jeff King1-8/+17
2018-05-21verify_dotfile: mention case-insensitivity in commentLibravatar Jeff King1-1/+4
2018-05-21verify_path: drop clever fallthroughLibravatar Jeff King1-4/+4
2018-05-21skip_prefix: add case-insensitive variantLibravatar Jeff King1-0/+17
2018-05-21is_{hfs,ntfs}_dotgitmodules: add testsLibravatar Johannes Schindelin2-0/+106
2018-05-21is_ntfs_dotgit: match other .git filesLibravatar Johannes Schindelin2-1/+93
2018-05-21is_hfs_dotgit: match other .git filesLibravatar Jeff King2-12/+51
2018-05-21is_ntfs_dotgit: use a size_t for traversing stringLibravatar Jeff King1-1/+1
2018-05-21submodule-config: verify submodule names as pathsLibravatar Jeff King5-0/+143
2018-05-21get_main_ref_store: BUG() when outside a repositoryLibravatar Jeff King1-0/+3
2018-05-18object.c: clear replace map before freeing itLibravatar Stefan Beller1-0/+2
2018-05-15t7005-editor: get rid of the SPACES_IN_FILENAMES prereqLibravatar SZEDER Gábor1-9/+3
2018-05-14t5512: run git fetch inside testLibravatar René Scharfe1-1/+1
2018-05-13column: fix off-by-one default widthLibravatar Nguyễn Thái Ngọc Duy2-2/+1
2018-05-13pager: set COLUMNS to term_columns()Libravatar Jeff King1-3/+8
2018-05-13pack-format.txt: more details on pack file formatLibravatar Nguyễn Thái Ngọc Duy2-0/+97
2018-05-11apply: clarify "-p" documentationLibravatar Jeff King1-2/+4
2018-05-11t5516-fetch-push: fix broken &&-chainLibravatar SZEDER Gábor1-1/+1
2018-05-11t5516-fetch-push: fix 'push with dry-run' testLibravatar SZEDER Gábor1-4/+4
2018-05-11t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEXLibravatar SZEDER Gábor1-4/+4
2018-05-11doc: fix config API documentation about config_with_optionsLibravatar Antonio Ospite1-8/+10
2018-05-10replace-object.c: remove the_repository from prepare_replace_objectLibravatar Stefan Beller1-1/+1
2018-05-10object.c: free replace map in raw_object_store_clearLibravatar Stefan Beller1-0/+1
2018-05-10lock_file: move static locks into functionsLibravatar Martin Ågren6-11/+7
2018-05-10lock_file: make function-local locks non-staticLibravatar Martin Ågren10-11/+11
2018-05-10refs.c: do not die if locking fails in `delete_pseudoref()`Libravatar Martin Ågren1-4/+7
2018-05-10refs.c: do not die if locking fails in `write_pseudoref()`Libravatar Martin Ågren1-3/+2
2018-05-10t/helper/test-write-cache: clean up lock-handlingLibravatar Martin Ågren1-9/+5
2018-05-09t6050-replace: don't disable stdin for the whole test scriptLibravatar SZEDER Gábor1-2/+0
2018-05-08merge: pass aggressive when rename detection is turned offLibravatar Ben Peart1-0/+1
2018-05-08merge: add merge.renames config settingLibravatar Ben Peart7-12/+64
2018-05-08merge: update documentation for {merge,diff}.renameLimitLibravatar Ben Peart2-2/+4
2018-05-08merge-recursive: fix check for skipability of working tree updatesLibravatar Elijah Newren4-23/+39