summaryrefslogtreecommitdiffstats
path: root/patch-delta.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-04t3430: test clean-upbrian m. carlson1-3/+2
2018-06-01A bit more topics before -rc1Junio C Hamano1-0/+22
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder3-0/+25
2018-06-01refspec-api: avoid uninitialized field in refspec itemJunio C Hamano1-0/+2
2018-06-01p4.txt: Use backquotes for variable namesRobert P. J. Day1-5/+5
2018-06-01remote.txt: update documentation for 'update' commandDuy Nguyen1-2/+2
2018-06-01RelNotes: remove duplicate release noteElijah Newren1-11/+3
2018-06-01note git-security@googlegroups.com in more placesThomas Gummerer2-0/+16
2018-06-01SubmittingPatches: replace numbered attributes with namesThomas Gummerer1-4/+4
2018-05-30Git 2.18-rc0v2.18.0-rc0Junio C Hamano2-1/+37
2018-05-30The seventh batch for 2.18Junio C Hamano1-0/+80
2018-05-30init: fix grammar in "templates not found" msgRobert P. J. Day1-1/+1
2018-05-30sequencer: ensure labels that are object IDs are rewrittenbrian m. carlson2-1/+18
2018-05-30t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder2-2/+2
2018-05-29tag: clarify in the doc that a tag can refer to a non-commit objectRobert P. J. Day1-2/+2
2018-05-28git-rebase--interactive: fix copy-paste mistakeOrgad Shaneh1-1/+1
2018-05-25Use proper syntax for replaceables in command docsRobert P. J. Day19-38/+38
2018-05-25submodule: do not pass null OID to setup_revisionsJonathan Tan3-3/+29
2018-05-25rev-parse: check lookup'ed commit references for NULLElijah Newren2-2/+14
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy11-50/+47
2018-05-24git-p4: add unshelve commandLuke Diamand3-36/+347
2018-05-24import-tars: read overlong names from pax extended headerPedro Alvarez Piedehierro1-2/+29
2018-05-23t: make many tests depend less on the refs being filesDavid Turner9-25/+26
2018-05-23The sixth batch for 2.18Junio C Hamano1-0/+101
2018-05-23remote-curl: accept compressed responses with protocol v2Brandon Williams1-0/+1
2018-05-23remote-curl: accept all encodings supported by curlBrandon Williams3-6/+11
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