Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'v2.11.3' into maint-2.12 | Junio C Hamano | 2017-07-30 | 3 | -0/+51 |
|\ | |||||
| * | Merge tag 'v2.10.4' into maint-2.11 | Junio C Hamano | 2017-07-30 | 3 | -0/+51 |
| |\ | |||||
| | * | Merge tag 'v2.9.5' into maint-2.10 | Junio C Hamano | 2017-07-30 | 3 | -0/+51 |
| | |\ | |||||
| | | * | Merge tag 'v2.8.6' into maint-2.9 | Junio C Hamano | 2017-07-30 | 3 | -0/+51 |
| | | |\ | |||||
| | | | * | Merge tag 'v2.7.6' into maint-2.8 | Junio C Hamano | 2017-07-30 | 3 | -0/+51 |
| | | | |\ | |||||
| | | | | * | connect: reject paths that look like command line options | Jeff King | 2017-07-28 | 2 | -0/+37 |
| | | | | * | connect: reject dashed arguments for proxy commands | Jeff King | 2017-07-28 | 1 | -0/+5 |
| | | | | * | t5813: add test for hostname starting with dash | Jeff King | 2017-07-28 | 1 | -0/+9 |
* | | | | | | t/lib-proto-disable: restore protocol.allow after config tests | Jeff King | 2017-07-28 | 1 | -2/+6 |
* | | | | | | Merge branch 'sb/t3600-rephrase' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t3600: rename test to describe its functionalitysb/t3600-rephrase | Stefan Beller | 2017-03-22 | 1 | -1/+1 |
* | | | | | | | Merge branch 'sb/submodule-update-initial-runs-custom-script' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t7406: correct test case for submodule-update initial populationsb/submodule-update-initial-runs-custom-script | Junio C Hamano | 2017-03-22 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'jk/quote-env-path-list-component' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t5615: fix a here-doc syntax errorjk/quote-env-path-list-component | Junio C Hamano | 2017-03-22 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'st/verify-tag' into maint | Junio C Hamano | 2017-03-28 | 2 | -14/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t7004, t7030: fix here-doc syntax errorsst/verify-tag | Santiago Torres | 2017-03-24 | 2 | -14/+10 |
* | | | | | | | | | | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'js/regexec-buf | SZEDER Gábor | 2017-03-18 | 1 | -0/+5 |
* | | | | | | | | | | | Merge branch 'dp/filter-branch-prune-empty' into maint | Junio C Hamano | 2017-03-28 | 2 | -0/+42 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | p7000: add test for filter-branch with --prune-emptydp/filter-branch-prune-empty | Devin J. Pohly | 2017-03-03 | 1 | -0/+5 |
| * | | | | | | | | | | | filter-branch: fix --prune-empty on parentless commits | Devin J. Pohly | 2017-03-03 | 1 | -2/+2 |
| * | | | | | | | | | | | t7003: ensure --prune-empty removes entire branch when applicable | Devin J. Pohly | 2017-03-03 | 1 | -0/+7 |
| * | | | | | | | | | | | t7003: ensure --prune-empty can prune root commit | Devin J. Pohly | 2017-03-03 | 1 | -0/+30 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint | Junio C Hamano | 2017-03-28 | 2 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-object | Matt McCutchen | 2017-03-02 | 1 | -1/+1 |
| * | | | | | | | | | | | fetch_refs_via_pack: call report_unmatched_refs | Matt McCutchen | 2017-03-02 | 1 | -1/+2 |
| * | | | | | | | | | | | fetch-pack: move code to report unmatched refs to a function | Matt McCutchen | 2017-03-02 | 1 | -3/+3 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 2017-03-28 | 2 | -0/+141 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | checkout: restrict @-expansions when finding branchjk/interpret-branch-name | Jeff King | 2017-03-02 | 1 | -0/+10 |
| * | | | | | | | | | | | strbuf_check_ref_format(): expand only local branches | Jeff King | 2017-03-02 | 1 | -2/+2 |
| * | | | | | | | | | | | branch: restrict @-expansions when deleting | Jeff King | 2017-03-02 | 1 | -3/+3 |
| * | | | | | | | | | | | t3204: test git-branch @-expansion corner cases | Jeff King | 2017-03-02 | 1 | -0/+123 |
| * | | | | | | | | | | | interpret_branch_name(): handle auto-namelen for @{-1} | Jeff King | 2017-03-02 | 1 | -0/+8 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'ab/cond-skip-tests' into maint | Junio C Hamano | 2017-03-28 | 3 | -1/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitweb tests: skip tests when we don't have Time::HiResab/cond-skip-tests | Ævar Arnfjörð Bjarmason | 2017-03-01 | 1 | -0/+5 |
| * | | | | | | | | | | | gitweb tests: change confusing "skip_all" phrasing | Ævar Arnfjörð Bjarmason | 2017-03-01 | 1 | -1/+1 |
| * | | | | | | | | | | | cvs tests: skip tests that call "cvs commit" when running as root | Ævar Arnfjörð Bjarmason | 2017-02-27 | 2 | -0/+10 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jk/ident-empty' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+36 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | ident: do not ignore empty config name/emailjk/ident-empty | Jeff King | 2017-02-23 | 1 | -0/+11 |
| * | | | | | | | | | | | ident: reject all-crud ident name | Jeff King | 2017-02-23 | 1 | -0/+5 |
| * | | | | | | | | | | | ident: handle NULL email when complaining of empty name | Jeff King | 2017-02-23 | 1 | -0/+20 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'jk/delta-chain-limit' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+93 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | pack-objects: enforce --depth limit in reused deltas | Jeff King | 2017-01-27 | 1 | -0/+93 |
* | | | | | | | | | | | | Merge branch 'sg/test-with-stdin' into maint | Junio C Hamano | 2017-03-28 | 2 | -8/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | tests: make the 'test_pause' helper work in non-verbose modesg/test-with-stdin | SZEDER Gábor | 2017-03-18 | 1 | -7/+2 |
| * | | | | | | | | | | | | tests: create an interactive gdb session with the 'debug' helper | SZEDER Gábor | 2017-03-18 | 2 | -1/+2 |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jk/interop-test' into maint | Junio C Hamano | 2017-03-28 | 7 | -1/+267 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | t/interop: add test of old clients against modern git-daemonjk/interop-test | Jeff King | 2017-03-10 | 2 | -1/+43 |
| * | | | | | | | | | | | | t: add an interoperability test harness | Jeff King | 2017-03-10 | 5 | -0/+224 |