summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Merge branch 'dt/gc-ignore-old-gc-logs'Libravatar Junio C Hamano1-0/+15
2017-02-27Merge branch 'sf/putty-w-args'Libravatar Junio C Hamano1-0/+41
2017-02-27Merge branch 'js/rebase-helper'Libravatar Junio C Hamano1-1/+1
2017-02-27Merge branch 'bw/attr'Libravatar Junio C Hamano1-0/+26
2017-02-27Merge branch 'sg/completion'Libravatar Junio C Hamano2-75/+503
2017-02-27Merge branch 'lt/pathspec-negative'Libravatar Junio C Hamano1-2/+4
2017-02-27Merge branch 'cw/tag-reflog-message'Libravatar Junio C Hamano1-1/+17
2017-02-27Merge branch 'jk/alternate-ref-optim'Libravatar Junio C Hamano1-0/+38
2017-02-27Merge branch 'kn/ref-filter-branch-list'Libravatar Junio C Hamano4-13/+195
2017-02-27Merge branch 'ps/urlmatch-wildcard'Libravatar Junio C Hamano1-0/+105
2017-02-27Merge branch 'mm/merge-rename-delete-message'Libravatar Junio C Hamano1-0/+23
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Libravatar Junio C Hamano2-1/+28
2017-02-27Merge branch 'jk/delta-chain-limit'Libravatar Junio C Hamano1-0/+93
2017-02-27Merge branch 'jk/describe-omit-some-refs'Libravatar Junio C Hamano2-0/+65
2017-02-16Merge branch 'ls/p4-path-encoding'Libravatar Junio C Hamano1-0/+16
2017-02-15Merge branch 'sb/push-options-via-transport'Libravatar Junio C Hamano1-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