summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2017-02-14grep: avoid resolving revision names in --no-index caseLibravatar Jeff King1-0/+13
2017-02-14grep: fix "--" rev/pathspec disambiguationLibravatar Jeff King1-0/+33
2017-02-14grep: do not unnecessarily query repo for "--"Libravatar Jonathan Tan1-0/+15
2017-02-13gc: ignore old gc.log filesLibravatar David Turner1-0/+15
2017-02-10git-p4: fix git-p4.pathEncoding for removed filesLibravatar Lars Schneider1-0/+16
2017-02-10pathspec: don't error out on all-exclusionary pathspec patternsLibravatar Linus Torvalds1-2/+4
2017-02-10Merge branch 'jk/log-graph-name-only'Libravatar Junio C Hamano1-0/+48
2017-02-10Merge branch 'da/t7800-cleanup'Libravatar Junio C Hamano1-12/+19
2017-02-10Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano1-0/+12
2017-02-10Merge branch 'rs/p5302-create-repositories-before-tests'Libravatar Junio C Hamano1-0/+7
2017-02-09rebase -i: use the rebase--helper builtinLibravatar Johannes Schindelin1-1/+1
2017-02-08push options: pass push options to the transport helperLibravatar Stefan Beller1-0/+15
2017-02-08tag: generate useful reflog messageLibravatar Cornelius Weig1-1/+17
2017-02-08receive-pack: avoid duplicates between our refs and alternatesLibravatar Jeff King1-0/+38
2017-02-08diff: print line prefix for --name-only outputLibravatar Jeff King1-0/+48
2017-02-08t7800: replace "wc -l" with test_line_countLibravatar David Aguilar1-12/+19
2017-02-08Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanupLibravatar Junio C Hamano1-3/+41
2017-02-08t7800: simplify basic usage testLibravatar David Aguilar1-8/+7
2017-02-07ref-filter: resurrect "strip" as a synonym to "lstrip"Libravatar Junio C Hamano1-0/+12
2017-02-06p5302: create repositories for index-pack results explicitlyLibravatar René Scharfe1-0/+7
2017-02-06difftool: fix bug when printing usageLibravatar David Aguilar1-0/+13
2017-02-03completion: cache the path to the repositoryLibravatar SZEDER Gábor1-58/+103
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor1-6/+16
2017-02-03completion: respect 'git -C <path>'Libravatar SZEDER Gábor1-0/+87
2017-02-03rev-parse: add '--absolute-git-dir' optionLibravatar SZEDER Gábor1-8/+9
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor1-1/+6
2017-02-03completion: list short refs from a remote given as a URLLibravatar SZEDER Gábor1-3/+3
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor1-1/+1
2017-02-03completion: list refs from remote when remote's name matches a directoryLibravatar SZEDER Gábor1-1/+10
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsLibravatar SZEDER Gábor1-2/+2
2017-02-03completion: ensure that the repository path given on the command line existsLibravatar SZEDER Gábor1-0/+8
2017-02-03completion tests: add tests for the __git_refs() helper functionLibravatar SZEDER Gábor1-1/+264
2017-02-03completion tests: check __gitdir()'s output in the error casesLibravatar SZEDER Gábor1-3/+5
2017-02-03completion tests: consolidate getting path of current working directoryLibravatar SZEDER Gábor1-23/+21
2017-02-03completion tests: make the $cur variable local to the test helper functionsLibravatar SZEDER Gábor1-2/+2
2017-02-03completion tests: don't add test cruft to the test repositoryLibravatar SZEDER Gábor1-3/+3
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Libravatar Junio C Hamano2-7/+81
2017-02-03Merge branch 'js/re-running-failed-tests'Libravatar Junio C Hamano1-0/+6
2017-02-03Merge branch 'sb/submodule-update-initial-runs-custom-script'Libravatar Junio C Hamano1-0/+12
2017-02-03Merge branch 'sb/submodule-recursive-absorb'Libravatar Junio C Hamano1-0/+27
2017-02-03Merge branch 'sb/unpack-trees-super-prefix'Libravatar Junio C Hamano2-654/+643
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Libravatar Junio C Hamano3-1/+42
2017-02-02Merge branch 'mm/reset-facl-before-umask-test'Libravatar Junio C Hamano1-0/+3
2017-02-02Merge branch 'js/unzip-in-usr-bin-workaround'Libravatar Junio C Hamano1-1/+3
2017-02-02Merge branch 'js/status-pre-rebase-i'Libravatar Junio C Hamano1-0/+19
2017-02-02Merge branch 'sb/submodule-add-force'Libravatar Junio C Hamano1-0/+14
2017-02-01attr: support quoting pathname patterns in C styleLibravatar Nguyễn Thái Ngọc Duy1-0/+26
2017-02-01urlmatch: allow globbing for the URL host partLibravatar Patrick Steinhardt1-0/+72
2017-02-01urlmatch: include host in urlmatch rankingLibravatar Patrick Steinhardt1-0/+33
2017-02-01connect: Add the envvar GIT_SSH_VARIANT and ssh.variant configLibravatar Segev Finer1-0/+26