summaryrefslogtreecommitdiffstats
path: root/builtin/branch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-10Second batch after 2.12Junio C Hamano1-0/+65
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin9-18/+18
2017-03-08t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin1-0/+8
2017-03-07git svn: fix authentication with 'branch'Hiroshi Shirosaki1-3/+3
2017-03-06ewah: fix eword_t/uint64_t confusionJeff King1-2/+2
2017-03-06line-log: use COPY_ARRAY to fix mis-sized memcpyVegard Nossum1-1/+2
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier2-8/+17
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth2-18/+14
2017-03-02Documentation: improve description for core.quotePathAndreas Heiduk9-39/+48
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen3-18/+35
2017-03-02fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen2-6/+11
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen4-9/+23
2017-03-02checkout: restrict @-expansions when finding branchJeff King2-1/+11
2017-03-02strbuf_check_ref_format(): expand only local branchesJeff King2-3/+3
2017-03-02branch: restrict @-expansions when deletingJeff King2-4/+7