summaryrefslogtreecommitdiffstats
path: root/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-15rev-parse: simplify parsing of ref optionsJeff King1-29/+16
2017-03-15rev-parse: add helper for parsing "--foo/--foo="Jeff King1-10/+28
2017-03-15rev-parse: use skip_prefix when parsing optionsJeff King1-20/+20
2017-03-15submodule-config: correct error reporting for invalid ignore valueStefan Beller1-1/+1
2017-03-14git-status: make porcelain more robustMichael J Gruber1-4/+4
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King1-4/+7
2017-03-12blame: move blame_entry duplication to add_blame_entry()René Scharfe1-17/+8
2017-03-10t/interop: add test of old clients against modern git-daemonJeff King2-1/+43
2017-03-10t: add an interoperability test harnessJeff King6-0/+227
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-07send-pack: report signal death of pack-objectsJeff King1-1/+14
2017-03-07send-pack: read "unpack" status even on pack-objects failureJeff King1-0/+8
2017-03-07send-pack: improve unpack-status error messagesJeff King1-2/+2
2017-03-07send-pack: use skip_prefix for parsing unpack statusJeff King1-3/+3
2017-03-07send-pack: extract parsing of "unpack" responseJeff King1-9/+14
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King1-1/+4
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-06Travis: also test on 32-bit LinuxJohannes Schindelin2-0/+51
2017-03-06http: release strbuf on disabled alternatesEric Wong1-0/+2
2017-03-06http: inform about alternates-as-redirects behaviorEric Wong1-3/+5
2017-03-03p7000: add test for filter-branch with --prune-emptyDevin J. Pohly1-0/+5
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly3-10/+10
2017-03-03t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly1-0/+7
2017-03-03t7003: ensure --prune-empty can prune root commitDevin J. Pohly1-0/+30
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-03t/perf: add fallback for pre-bin-wrappers versions of gitJeff King1-0/+3
2017-03-03t/perf: use $MODERN_GIT for all repo-copying stepsJeff King1-2/+2
2017-03-03t/perf: export variable used in other blocksJonathan Tan1-1/+2
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