summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* refs: handle zero oid for pseudorefsMartin Ågren2018-05-131-2/+2
* t1400: add tests around adding/deleting pseudorefsMartin Ågren2018-05-131-0/+60
* Merge branch 'ma/http-walker-no-partial'Junio C Hamano2018-05-081-0/+11
|\
| * http-fetch: make `-a` standard behaviourMartin Ågren2018-04-241-0/+11
* | Merge branch 'js/colored-push-errors'Junio C Hamano2018-05-081-0/+12
|\ \
| * | push: test to verify that push errors are coloredJohannes Schindelin2018-04-241-0/+12
* | | Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano2018-05-081-0/+10
|\ \ \
| * | | parseopt: handle malformed --expire arguments more nicelyJunio C Hamano2018-04-231-0/+10
* | | | Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano2018-05-081-0/+18
|\ \ \ \
| * | | | fast-export: fix regression skipping some merge-commitsMartin Ågren2018-04-211-0/+18
* | | | | Merge branch 'bt/gpg-interface'Junio C Hamano2018-05-081-1/+12
|\ \ \ \ \
| * | | | | gpg-interface: find the last gpg signature lineJeff King2018-04-161-0/+11
| * | | | | t7004: fix mistaken tag nameJeff King2018-04-161-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'hn/sort-ls-remote'Junio C Hamano2018-05-081-7/+47
|\ \ \ \ \
| * | | | | ls-remote: create '--sort' optionHarald Nordgren2018-04-091-7/+47
| |/ / / /
* | | | | Merge branch 'tb/config-default'Junio C Hamano2018-05-082-0/+66
|\ \ \ \ \
| * | | | | builtin/config: introduce `color` type specifierTaylor Blau2018-04-231-0/+30
| * | | | | builtin/config: introduce `--default`Taylor Blau2018-04-231-0/+36
* | | | | | Merge branch 'tb/config-type'Junio C Hamano2018-05-081-1/+64
|\ \ \ \ \ \ | |/ / / / /
| * | | | | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau2018-04-191-3/+55
| * | | | | builtin/config.c: treat type specifiers singularlyTaylor Blau2018-04-101-0/+11
| |/ / / /
* | | | | Merge branch 'tq/t1510'Junio C Hamano2018-05-081-1/+0
|\ \ \ \ \
| * | | | | t1510-repo-setup.sh: remove useless mkdirTao Qingyun2018-04-171-1/+0
| |/ / / /
* | | | | Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-0/+245
|\ \ \ \ \
| * | | | | convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider2018-04-161-0/+39
| * | | | | convert: add tracing for 'working-tree-encoding' attributeLars Schneider2018-04-161-0/+2
| * | | | | convert: check for detectable errors in UTF encodingsLars Schneider2018-04-161-0/+62
| * | | | | convert: add 'working-tree-encoding' attributeLars Schneider2018-04-161-0/+142
* | | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-1/+2
|\ \ \ \ \ \
| * | | | | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+224
|\ \ \ \ \ \
| * | | | | | commit-graph: implement "--append" optionDerrick Stolee2018-04-111-0/+10
| * | | | | | commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-0/+13
| * | | | | | commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-0/+10
| * | | | | | commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-1/+46
| * | | | | | commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-5/+27
| * | | | | | commit-graph: implement git-commit-graph writeDerrick Stolee2018-04-021-0/+124
| * | | | | | Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano2018-03-131-31/+0
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'js/empty-config-section-fix'Junio C Hamano2018-05-081-3/+99
|\ \ \ \ \ \ \ \
| * | | | | | | | git_config_set: reuse empty sectionsJohannes Schindelin2018-04-091-1/+1
| * | | | | | | | git config --unset: remove empty sections (in the common case)Johannes Schindelin2018-04-091-2/+2
| * | | | | | | | t1300: `--unset-all` can leave an empty section behind (bug)Johannes Schindelin2018-04-091-0/+11
| * | | | | | | | t1300: add a few more hairy examples of sections becoming emptyJohannes Schindelin2018-04-091-1/+44
| * | | | | | | | t1300: remove unreasonable expectation from TODOJohannes Schindelin2018-04-061-1/+20
| * | | | | | | | t1300: avoid relying on a bugJohannes Schindelin2018-04-061-0/+2
| * | | | | | | | config --replace-all: avoid extra line breaksJohannes Schindelin2018-04-061-1/+1
| * | | | | | | | t1300: demonstrate that --replace-all can "invent" newlinesJohannes Schindelin2018-04-061-0/+21
| * | | | | | | | t1300: rename it to reflect that `repo-config` was deprecatedJohannes Schindelin2018-04-061-0/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-082-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: fixup nested submodules after moving the submodulesb/submodule-move-nestedStefan Beller2018-03-291-1/+1