summaryrefslogtreecommitdiffstats
path: root/Documentation/git-prune-packed.txt (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-21get_main_ref_store: BUG() when outside a repositoryJeff King1-0/+3
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-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-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
2018-05-11t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEXSZEDER Gábor1-4/+4
2018-05-11doc: fix config API documentation about config_with_optionsAntonio Ospite1-8/+10
2018-05-10replace-object.c: remove the_repository from prepare_replace_objectStefan Beller1-1/+1
2018-05-10object.c: free replace map in raw_object_store_clearStefan Beller1-0/+1
2018-05-08merge-recursive: fix check for skipability of working tree updatesElijah Newren4-23/+39
2018-05-08merge-recursive: make "Auto-merging" comment show for other mergesElijah Newren1-26/+39
2018-05-08merge-recursive: fix remainder of was_dirty() to use original indexElijah Newren1-3/+3
2018-05-08merge-recursive: fix was_tracked() to quit lying with some renamed pathsElijah Newren2-24/+68