summaryrefslogtreecommitdiffstats
path: root/hashmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-22Git 2.17.1v2.17.1Junio C Hamano3-2/+18
2018-05-22Git 2.16.4v2.16.4Junio C Hamano3-2/+7
2018-05-22Git 2.15.2v2.15.2Junio C Hamano2-1/+4
2018-05-22Git 2.14.4v2.14.4Junio C Hamano3-2/+7
2018-05-22Git 2.13.7v2.13.7Junio C Hamano3-2/+22
2018-05-22fsck: complain when .gitmodules is a symlinkJeff King2-2/+38
2018-05-22index-pack: check .gitmodules files with --strictJeff King3-0/+60
2018-05-22unpack-objects: call fsck_finish() after fscking objectsJeff King2-1/+11
2018-05-22fsck: call fsck_finish() after fscking objectsJeff King2-0/+7
2018-05-22fsck: check .gitmodules contentJeff King1-1/+59
2018-05-22fsck: handle promisor objects in .gitmodules checkJeff King1-0/+3
2018-05-22fsck: detect gitmodules filesJeff King2-0/+65
2018-05-22fsck: actually fsck blob dataJeff King3-24/+28
2018-05-22fsck: simplify ".git" checkJeff King1-3/+1
2018-05-22index-pack: make fsck error message more specificJeff King2-2/+2
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King4-15/+37
2018-05-22update-index: stat updated files earlierJeff King1-8/+17
2018-05-22verify_dotfile: mention case-insensitivity in commentJeff King1-1/+4
2018-05-22verify_path: drop clever fallthroughJeff King1-4/+4
2018-05-22skip_prefix: add case-insensitive variantJeff King1-0/+17
2018-05-22is_{hfs,ntfs}_dotgitmodules: add testsJohannes Schindelin2-0/+106
2018-05-22is_ntfs_dotgit: match other .git filesJohannes Schindelin2-1/+93
2018-05-22is_hfs_dotgit: match other .git filesJeff King2-12/+51
2018-05-22is_ntfs_dotgit: use a size_t for traversing stringJeff King1-1/+1
2018-05-22submodule-config: verify submodule names as pathsJeff King5-0/+143
2018-05-22submodule: add --dissociate option to add/update commandsCasey Fitzpatrick4-5/+48
2018-05-22submodule: add --progress option to add commandCasey Fitzpatrick3-1/+27
2018-05-22submodule: clean up substitutions in scriptCasey Fitzpatrick1-4/+4
2018-05-21travis-ci: run gcc-8 on linux-gcc jobsNguyễn Thái Ngọc Duy2-0/+6
2018-05-21get_main_ref_store: BUG() when outside a repositoryJeff King1-0/+3
2018-05-21t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor1-107/+118
2018-05-21completion: don't return with error from __gitcomp_file_direct()SZEDER Gábor1-2/+4
2018-05-18object.c: clear replace map before freeing itStefan Beller1-0/+2
2018-05-15t7005-editor: get rid of the SPACES_IN_FILENAMES prereqSZEDER Gábor1-9/+3
2018-05-14t5512: run git fetch inside testRené Scharfe1-1/+1
2018-05-13mark_parents_uninteresting(): avoid most allocationJeff King1-19/+25
2018-05-13mark_parents_uninteresting(): replace list with stackJeff King1-24/+43
2018-05-13mark_parents_uninteresting(): drop missing object checkJeff King1-12/+0
2018-05-13mark_tree_contents_uninteresting(): drop missing object checkJeff King1-4/+1
2018-05-13commit.h: rearrange 'index' to shrink struct commitNguyễn Thái Ngọc Duy1-1/+1
2018-05-13add status config and command line options for rename detectionBen Peart8-2/+194
2018-05-13column: fix off-by-one default widthNguyễn Thái Ngọc Duy2-2/+1
2018-05-13pager: set COLUMNS to term_columns()Jeff King1-3/+8
2018-05-13refs: handle zero oid for pseudorefsMartin Ågren2-5/+15
2018-05-13t1400: add tests around adding/deleting pseudorefsMartin Ågren1-0/+60
2018-05-13refs.c: refer to "object ID", not "sha1", in error messagesMartin Ågren1-2/+4
2018-05-13pack-format.txt: more details on pack file formatNguyễn Thái Ngọc Duy2-0/+97
2018-05-11apply: clarify "-p" documentationJeff King1-2/+4
2018-05-11t5516-fetch-push: fix broken &&-chainSZEDER Gábor1-1/+1
2018-05-11t5516-fetch-push: fix 'push with dry-run' testSZEDER Gábor1-4/+4