summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Libravatar Junio C Hamano15-159/+179
2018-04-11Merge branch 'rs/status-with-removed-submodule'Libravatar Junio C Hamano1-0/+15
2018-04-11Merge branch 'nd/combined-test-helper'Libravatar Junio C Hamano119-504/+641
2018-04-11Merge branch 'sb/object-store'Libravatar Junio C Hamano1-0/+1
2018-04-11Merge branch 'jc/test-must-be-empty'Libravatar Junio C Hamano1-5/+2
2018-04-11Merge branch 'cc/perf-aggregate-sort'Libravatar Junio C Hamano1-5/+65
2018-04-11Merge branch 'bc/hash-independent-tests'Libravatar Junio C Hamano9-82/+100
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-0/+10
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-0/+13
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-0/+10
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-1/+46
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-5/+27
2018-04-10Merge branch 'yk/filter-branch-non-committish-refs'Libravatar Junio C Hamano1-0/+14
2018-04-10Merge branch 'nd/parseopt-completion-more'Libravatar Junio C Hamano1-0/+6
2018-04-10Merge branch 'ps/contains-id-error-message'Libravatar Junio C Hamano3-5/+110
2018-04-10builtin/config.c: treat type specifiers singularlyLibravatar Taylor Blau1-0/+11
2018-04-10Merge branch 'tg/stash-untracked-with-pathspec-fix'Libravatar Junio C Hamano1-0/+52
2018-04-10Merge branch 'nd/worktree-prune'Libravatar Junio C Hamano1-4/+3
2018-04-10Merge branch 'ma/shortlog-revparse'Libravatar Junio C Hamano1-0/+5
2018-04-10Merge branch 'en/rename-directory-detection'Libravatar Junio C Hamano3-2/+4000
2018-04-09git_config_set: reuse empty sectionsLibravatar Johannes Schindelin1-1/+1
2018-04-09git config --unset: remove empty sections (in the common case)Libravatar Johannes Schindelin1-2/+2
2018-04-09t1300: `--unset-all` can leave an empty section behind (bug)Libravatar Johannes Schindelin1-0/+11
2018-04-09t1300: add a few more hairy examples of sections becoming emptyLibravatar Johannes Schindelin1-1/+44
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimeLibravatar Paul-Sebastian Ungureanu10-42/+63
2018-04-09t5404: relax overzealous testLibravatar Johannes Schindelin1-1/+1
2018-04-09ls-remote: create '--sort' optionLibravatar Harald Nordgren1-7/+47
2018-04-06t1300: remove unreasonable expectation from TODOLibravatar Johannes Schindelin1-1/+20
2018-04-06t1300: avoid relying on a bugLibravatar Johannes Schindelin1-0/+2
2018-04-06config --replace-all: avoid extra line breaksLibravatar Johannes Schindelin1-1/+1
2018-04-06t1300: demonstrate that --replace-all can "invent" newlinesLibravatar Johannes Schindelin1-0/+21
2018-04-06t1300: rename it to reflect that `repo-config` was deprecatedLibravatar Johannes Schindelin1-0/+0
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileLibravatar Andreas Heiduk2-1/+39
2018-04-05commit: allow partial commits with relative pathsLibravatar Brandon Williams1-0/+12
2018-04-05t5561: skip tests if curl is not availableLibravatar Jeff King2-0/+10
2018-04-05t5561: drop curl stderr redirectsLibravatar Jeff King1-2/+2
2018-04-05t2028: tighten grep expression to make "move worktree" test more robustLibravatar Eric Sunshine1-4/+3
2018-04-05t3200: verify "branch --list" sanity when rebasing from detached HEADLibravatar Eric Sunshine1-0/+24
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee1-0/+124
2018-03-30refs: use chdir_notify to update cached relative pathsLibravatar Jeff King1-0/+12
2018-03-29rebase --keep-empty: always use interactive rebaseLibravatar Phillip Wood1-2/+2
2018-03-29rebase: extend --signoff supportLibravatar Phillip Wood1-0/+38
2018-03-29Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoffLibravatar Junio C Hamano1-1/+1
2018-03-29rebase -i --keep-empty: don't prune empty commitsLibravatar Phillip Wood1-1/+1
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-1/+1
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller1-2/+4
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2018-03-28submodule: check for NULL return of get_submodule_ref_store()Libravatar René Scharfe1-0/+15
2018-03-28Merge branch 'nd/parseopt-completion'Libravatar Junio C Hamano1-0/+31
2018-03-28test: avoid pipes in git related commands for testLibravatar Pratik Karki15-159/+179