summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* dir.c: ignore paths containing .git when invalidating untracked cachend/fix-untracked-cache-invalidationNguyễn Thái Ngọc Duy2018-02-071-0/+39
* dir.c: fix missing dir invalidation in untracked codeNguyễn Thái Ngọc Duy2018-01-241-2/+2
* status: add a failing test showing a core.untrackedCache bugÆvar Arnfjörð Bjarmason2018-01-241-0/+87
* Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-1918-9/+401
|\
| * t2020: test variations that matterar/unconfuse-three-dotsJunio C Hamano2017-12-061-3/+3
| * t4013: test new output from diff --abbrev --rawAnn T Ropea2017-12-0615-1/+253
| * t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea2017-12-061-6/+23
| * checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea2017-12-061-0/+123
| * print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-043-3/+3
* | Merge branch 'tg/worktree-create-tracking'Junio C Hamano2017-12-191-0/+130
|\ \
| * | add worktree.guessRemote config optionThomas Gummerer2017-12-061-0/+31
| * | worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-061-0/+29
| * | worktree: make add <path> <branch> dwimThomas Gummerer2017-11-271-0/+19
| * | worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-271-0/+51
* | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-12-191-0/+17
|\ \ \
| * | | diff-tree: read the index so attribute checks work in bare repositoriesbw/submodule-config-cleanupBrandon Williams2017-12-061-0/+17
* | | | Merge branch 'bw/pathspec-match-submodule-boundary'Junio C Hamano2017-12-191-0/+19
|\ \ \ \
| * | | | pathspec: only match across submodule boundaries when requestedbw/pathspec-match-submodule-boundaryBrandon Williams2017-12-051-0/+19
* | | | | Merge branch 'jt/diff-anchored-patience'Junio C Hamano2017-12-191-0/+94
|\ \ \ \ \
| * | | | | diff: support anchoring line(s)jt/diff-anchored-patienceJonathan Tan2017-11-281-0/+94
* | | | | | Merge branch 'en/rename-progress'Junio C Hamano2017-12-191-0/+15
|\ \ \ \ \ \
| * | | | | | diffcore-rename: make diff-tree -l0 mean -l<large>en/rename-progressJonathan Tan2017-12-021-0/+15
* | | | | | | Merge branch 'ds/for-each-file-in-obj-micro-optim'Junio C Hamano2017-12-131-0/+4
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: use strbuf_add() instead of strbuf_addf()ds/for-each-file-in-obj-micro-optimDerrick Stolee2017-12-041-0/+4
* | | | | | | | Merge branch 'tg/t-readme-updates'Junio C Hamano2017-12-131-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | t/README: document test_cmp_revtg/t-readme-updatesThomas Gummerer2017-11-271-0/+5
| * | | | | | | | t/README: remove mention of adding copyright noticesThomas Gummerer2017-11-271-4/+1
| * | | | | | | | Merge branch 'cb/t4201-robustify' into maintJunio C Hamano2017-11-212-5/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'tz/fsf-address-update' into maintJunio C Hamano2017-11-211-3/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'sr/wrapper-quote-filenames' into maintJunio C Hamano2017-11-212-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'bw/rebase-i-ignored-submodule-fix' into maintJunio C Hamano2017-11-211-0/+17
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ab/pcre2-grep'Junio C Hamano2017-12-133-0/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)ab/pcre2-grepÆvar Arnfjörð Bjarmason2017-11-241-0/+6
| * | | | | | | | | | | | | test-lib: add LIBPCRE1 & LIBPCRE2 prerequisitesÆvar Arnfjörð Bjarmason2017-11-242-0/+14
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ra/decorate-limit-refs'Junio C Hamano2017-12-131-0/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-0/+101
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jn/ssh-wrappers'Junio C Hamano2017-12-062-24/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ssh: 'simple' variant does not support --portJonathan Nieder2017-11-212-2/+10
| * | | | | | | | | | | | | ssh: 'simple' variant does not support -4/-6Jonathan Nieder2017-11-211-6/+6
| * | | | | | | | | | | | | ssh: 'auto' variant to select between 'ssh' and 'simple'Jonathan Nieder2017-11-211-0/+21
| * | | | | | | | | | | | | ssh test: make copy_ssh_wrapper_as clean up after itselfJonathan Nieder2017-11-211-16/+12
* | | | | | | | | | | | | | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-064-6/+391
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | ssh: introduce a 'simple' ssh variantBrandon Williams2017-10-172-5/+23
| * | | | | | | | | | | | | i5700: add interop test for protocol transitionBrandon Williams2017-10-171-0/+68
| * | | | | | | | | | | | | http: tell server that the client understands v1Brandon Williams2017-10-172-0/+76
| * | | | | | | | | | | | | connect: tell server that the client understands v1Brandon Williams2017-10-171-0/+223
* | | | | | | | | | | | | | Merge branch 'ph/stash-save-m-option-fix'Junio C Hamano2017-12-061-0/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | stash: learn to parse -m/--message like commit doesph/stash-save-m-option-fixPhil Hord2017-11-241-0/+93
* | | | | | | | | | | | | | | Merge branch 'jk/fewer-pack-rescan'Junio C Hamano2017-12-063-23/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | p5551: add a script to test fetch pack-dir rescansJeff King2017-11-211-0/+55