aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen2017-03-02
| * | | | | | | | | | | | fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen2017-03-02
| * | | | | | | | | | | | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-02
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | checkout: restrict @-expansions when finding branchJeff King2017-03-02
| * | | | | | | | | | | | strbuf_check_ref_format(): expand only local branchesJeff King2017-03-02
| * | | | | | | | | | | | branch: restrict @-expansions when deletingJeff King2017-03-02
| * | | | | | | | | | | | t3204: test git-branch @-expansion corner casesJeff King2017-03-02
| * | | | | | | | | | | | interpret_branch_name: allow callers to restrict expansionsJeff King2017-03-02
| * | | | | | | | | | | | strbuf_branchname: add docstringJeff King2017-03-02
| * | | | | | | | | | | | strbuf_branchname: drop return valueJeff King2017-03-02
| * | | | | | | | | | | | interpret_branch_name: move docstring to header fileJeff King2017-03-02
| * | | | | | | | | | | | interpret_branch_name(): handle auto-namelen for @{-1}Jeff King2017-03-02
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'ab/cond-skip-tests' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb tests: skip tests when we don't have Time::HiResÆvar Arnfjörð Bjarmason2017-03-01
| * | | | | | | | | | | | gitweb tests: change confusing "skip_all" phrasingÆvar Arnfjörð Bjarmason2017-03-01
| * | | | | | | | | | | | cvs tests: skip tests that call "cvs commit" when running as rootÆvar Arnfjörð Bjarmason2017-02-27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/ident-empty' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ident: do not ignore empty config name/emailJeff King2017-02-23
| * | | | | | | | | | | | ident: reject all-crud ident nameJeff King2017-02-23
| * | | | | | | | | | | | ident: handle NULL email when complaining of empty nameJeff King2017-02-23
| * | | | | | | | | | | | ident: mark error messages for translationJeff King2017-02-23
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/delta-chain-limit' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pack-objects: convert recursion to iteration in break_delta_chain()Jeff King2017-01-27
| * | | | | | | | | | | | pack-objects: enforce --depth limit in reused deltasJeff King2017-01-27
* | | | | | | | | | | | | Merge branch 'sg/test-with-stdin' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-18
| * | | | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-18
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/interop-test' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t/interop: add test of old clients against modern git-daemonJeff King2017-03-10
| * | | | | | | | | | | | | t: add an interoperability test harnessJeff King2017-03-10
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jt/perf-updates' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t/perf: add fallback for pre-bin-wrappers versions of gitJeff King2017-03-03
| * | | | | | | | | | | | | t/perf: use $MODERN_GIT for all repo-copying stepsJeff King2017-03-03
| * | | | | | | | | | | | | t/perf: export variable used in other blocksJonathan Tan2017-03-03
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'rs/strbuf-add-real-path' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | strbuf: add strbuf_add_real_path()René Scharfe2017-02-27
| * | | | | | | | | | | | | cocci: use ALLOC_ARRAYRené Scharfe2017-02-27
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/parse-config-key-cleanup' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | parse_hide_refs_config: tell parse_config_key we don't want a subsectionJeff King2017-02-24
| * | | | | | | | | | | | | parse_config_key: allow matching single-level configJeff King2017-02-24
| * | | | | | | | | | | | | parse_config_key: use skip_prefix instead of starts_withJeff King2017-02-24
| * | | | | | | | | | | | | refs: parse_hide_refs_config to use parse_config_keyStefan Beller2017-02-24
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Git 2.12.2v2.12.2Junio C Hamano2017-03-24
* | | | | | | | | | | | | Merge branch 'ab/doc-no-option-notation-fix' into maintJunio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | doc: change erroneous --[no]-whatever into --[no-]whateverÆvar Arnfjörð Bjarmason2017-03-20
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ab/push-default-doc-fix' into maintJunio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | push: mention "push.default=tracking" in the documentationÆvar Arnfjörð Bjarmason2017-03-20
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'nd/commit-hook-doc-fix' into maintJunio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \