summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16Merge branch 'js/travis-32bit-linux' into maintJunio C Hamano
2017-03-16Merge branch 'jh/mingw-openssl-sha1' into maintJunio C Hamano
2017-03-16Merge branch 'jk/http-auth' into maintJunio C Hamano
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King
2017-03-16replace snprintf with odb_pack_name()Jeff King
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2017-03-16sha1_file.c: make pack-name helper globally accessibleJeff King
2017-03-16move odb_* declarations out of git-compat-util.hJeff King
2017-03-15rev-parse: simplify parsing of ref optionsJeff King
2017-03-15rev-parse: add helper for parsing "--foo/--foo="Jeff King
2017-03-15rev-parse: use skip_prefix when parsing optionsJeff King
2017-03-15submodule-config: correct error reporting for invalid ignore valueStefan Beller
2017-03-14git-status: make porcelain more robustMichael J Gruber
2017-03-13http-walker: fix buffer underflow processing remote alternatesJeff King
2017-03-11blame: move blame_entry duplication to add_blame_entry()René Scharfe
2017-03-10t/interop: add test of old clients against modern git-daemonJeff King
2017-03-10t: add an interoperability test harnessJeff King
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-08t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREEJohannes Schindelin
2017-03-07send-pack: report signal death of pack-objectsJeff King
2017-03-07send-pack: read "unpack" status even on pack-objects failureJeff King
2017-03-07send-pack: improve unpack-status error messagesJeff King
2017-03-07send-pack: use skip_prefix for parsing unpack statusJeff King
2017-03-07send-pack: extract parsing of "unpack" responseJeff King
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King
2017-03-06ewah: fix eword_t/uint64_t confusionJeff King
2017-03-06line-log: use COPY_ARRAY to fix mis-sized memcpyVegard Nossum
2017-03-06Travis: also test on 32-bit LinuxJohannes Schindelin
2017-03-06http: release strbuf on disabled alternatesEric Wong
2017-03-06http: inform about alternates-as-redirects behaviorEric Wong
2017-03-03p7000: add test for filter-branch with --prune-emptyDevin J. Pohly
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly
2017-03-03t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly
2017-03-03t7003: ensure --prune-empty can prune root commitDevin J. Pohly
2017-03-03line-log.c: prevent crash during union of too many rangesAllan Xavier
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth
2017-03-03t/perf: add fallback for pre-bin-wrappers versions of gitJeff King
2017-03-03t/perf: use $MODERN_GIT for all repo-copying stepsJeff King
2017-03-03t/perf: export variable used in other blocksJonathan Tan
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen
2017-03-02fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2017-03-02checkout: restrict @-expansions when finding branchJeff King
2017-03-02strbuf_check_ref_format(): expand only local branchesJeff King
2017-03-02branch: restrict @-expansions when deletingJeff King
2017-03-02t3204: test git-branch @-expansion corner casesJeff King
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-03-02strbuf_branchname: add docstringJeff King
2017-03-02strbuf_branchname: drop return valueJeff King
2017-03-02interpret_branch_name: move docstring to header fileJeff King