aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge tag 'v2.11.3' into maint-2.12Junio C Hamano2017-07-30
|\
| * Merge tag 'v2.10.4' into maint-2.11Junio C Hamano2017-07-30
| |\
| | * Merge tag 'v2.9.5' into maint-2.10Junio C Hamano2017-07-30
| | |\
| | | * Merge tag 'v2.8.6' into maint-2.9Junio C Hamano2017-07-30
| | | |\
| | | | * Merge tag 'v2.7.6' into maint-2.8Junio C Hamano2017-07-30
| | | | |\
| | | | | * connect: reject paths that look like command line optionsJeff King2017-07-28
| | | | | * connect: reject dashed arguments for proxy commandsJeff King2017-07-28
| | | | | * t5813: add test for hostname starting with dashJeff King2017-07-28
* | | | | | t/lib-proto-disable: restore protocol.allow after config testsJeff King2017-07-28
* | | | | | Merge branch 'sb/t3600-rephrase' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \
| * | | | | | t3600: rename test to describe its functionalityStefan Beller2017-03-22
* | | | | | | Merge branch 'sb/submodule-update-initial-runs-custom-script' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \
| * | | | | | | t7406: correct test case for submodule-update initial populationJunio C Hamano2017-03-22
* | | | | | | | Merge branch 'jk/quote-env-path-list-component' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \
| * | | | | | | | t5615: fix a here-doc syntax errorJunio C Hamano2017-03-22
* | | | | | | | | Merge branch 'st/verify-tag' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7004, t7030: fix here-doc syntax errorsSantiago Torres2017-03-24
* | | | | | | | | | Merge branch 'js/regexec-buf' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | pickaxe: fix segfault with '-S<...> --pickaxe-regex'SZEDER Gábor2017-03-18
* | | | | | | | | | | Merge branch 'dp/filter-branch-prune-empty' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | p7000: add test for filter-branch with --prune-emptyDevin J. Pohly2017-03-03
| * | | | | | | | | | | filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly2017-03-03
| * | | | | | | | | | | t7003: ensure --prune-empty removes entire branch when applicableDevin J. Pohly2017-03-03
| * | | | | | | | | | | t7003: ensure --prune-empty can prune root commitDevin J. Pohly2017-03-03
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | 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(): 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
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'jk/delta-chain-limit' into maintJunio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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