summaryrefslogtreecommitdiffstats
path: root/perl (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-24mailmap: use Michael J Gruber's new addressMichael J Gruber1-1/+2
2017-03-21Prepare for 2.12.2Junio C Hamano2-1/+62
2017-03-20Git 2.12.1v2.12.1Junio C Hamano1-1/+2
2017-03-20push: mention "push.default=tracking" in the documentationÆvar Arnfjörð Bjarmason1-0/+2
2017-03-20git-commit.txt: list post-rewrite in HOOKS sectionNguyễn Thái Ngọc Duy1-1/+1
2017-03-20doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason2-2/+2
2017-03-18pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2-2/+10
2017-03-18run-command: fix segfault when cleaning forked async processJeff King1-1/+1
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor1-7/+2
2017-03-18tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2-1/+2
2017-03-16Preparing for 2.12.1Junio C Hamano3-2/+43
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-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