summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* difftool: add '--no-gui' optionTim Henigan2012-03-231-0/+13
* Merge "two fixes for fast-import's 'ls' command" from JonathanJunio C Hamano2012-03-161-0/+39
|\
| * fast-import: don't allow 'ls' of path with empty componentsjn/maint-fast-import-empty-lsJonathan Nieder2012-03-091-0/+39
* | Merge branch 'jc/maint-undefined-i18n-observation-test'Junio C Hamano2012-03-131-14/+23
|\ \
| * | t0204: clarify the "observe undefined behaviour" testjc/maint-undefined-i18n-observation-testJunio C Hamano2012-03-091-14/+23
* | | Merge branch 'ms/maint-config-error-at-eol-linecount'Junio C Hamano2012-03-131-0/+31
|\ \ \
| * | | config: report errors at the EOL with correct line numberms/maint-config-error-at-eol-linecountMartin Stenberg2012-03-121-0/+31
* | | | p4000: use -3000 when promising -3000Thomas Rast2012-03-091-1/+1
* | | | Merge branch 'jl/maint-submodule-relative'Junio C Hamano2012-03-082-0/+39
|\ \ \ \
| * | | | submodules: refactor computation of relative gitdir pathJens Lehmann2012-03-041-0/+17
| * | | | submodules: always use a relative path from gitdir to work treeJens Lehmann2012-03-041-0/+20
| * | | | submodules: always use a relative path to gitdirJens Lehmann2012-03-041-0/+2
* | | | | perf: export some important test-lib variablesThomas Rast2012-03-082-1/+14
* | | | | perf: load test-lib-functions from the correct directoryThomas Rast2012-03-082-1/+6
* | | | | Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano2012-03-071-0/+119
|\ \ \ \ \
| * | | | | pickaxe: allow -i to search in patch case-insensitivelyJunio C Hamano2012-02-281-0/+119
* | | | | | Merge branch 'jc/maint-diff-patch-header'Junio C Hamano2012-03-061-85/+110
|\ \ \ \ \ \
| * | | | | | diff -p: squelch "diff --git" header for stat-dirty pathsjc/maint-diff-patch-headerJunio C Hamano2012-03-011-4/+1
| * | | | | | t4011: illustrate "diff-index -p" on stat-dirty pathsJunio C Hamano2012-03-011-7/+39
| * | | | | | t4011: modernise styleJunio C Hamano2012-03-011-86/+82
* | | | | | | Merge branch 'cn/pull-rebase-message'Junio C Hamano2012-03-061-4/+2
|\ \ \ \ \ \ \
| * | | | | | | Make git-{pull,rebase} message without tracking information friendliercn/pull-rebase-messageCarlos Martín Nieto2012-03-041-4/+2
* | | | | | | | Merge branch 'sl/modern-t0000'Junio C Hamano2012-03-061-274/+289
|\ \ \ \ \ \ \ \
| * | | | | | | | t0000: modernise stylesl/modern-t0000Stefano Lattarini2012-03-021-274/+289
* | | | | | | | | Merge branch 'tr/maint-bundle-boundary'Junio C Hamano2012-03-061-22/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bundle: keep around names passed to add_pending_object()tr/maint-bundle-boundaryThomas Rast2012-03-011-0/+15
| * | | | | | | | | t5510: ensure we stay in the toplevel test dirThomas Rast2012-03-011-8/+10
| * | | | | | | | | t5510: refactor bundle->pack conversionThomas Rast2012-03-011-14/+10
* | | | | | | | | | Merge branch 'zj/diff-stat-dyncol'Junio C Hamano2012-03-061-0/+220
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff --stat: add config option to limit graph widthzj/diff-stat-dyncolZbigniew Jędrzejewski-Szmek2012-03-011-0/+6
| * | | | | | | | | | diff --stat: enable limiting of the graph partZbigniew Jędrzejewski-Szmek2012-03-011-0/+6
| * | | | | | | | | | diff --stat: add a test for output with COLUMNS=40Zbigniew Jędrzejewski-Szmek2012-03-011-0/+19
| * | | | | | | | | | diff --stat: use a maximum of 5/8 for the filename partZbigniew Jędrzejewski-Szmek2012-03-011-8/+8
| * | | | | | | | | | merge --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-4/+4
| * | | | | | | | | | log --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-2/+2
| * | | | | | | | | | show --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-2/+2
| * | | | | | | | | | diff --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-2/+9
| * | | | | | | | | | diff --stat: tests for long filenames and big change countsJunio C Hamano2012-03-011-0/+182
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2012-03-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t5704: fix nonportable sed/grep usagesThomas Rast2012-03-061-2/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | perf: compare diff algorithmsThomas Rast2012-03-061-0/+29
* | | | | | | | | | | Merge branch 'jc/am-3-nonstandard-popt'Junio C Hamano2012-03-041-0/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | test: "am -3" can accept non-standard -p<num>jc/am-3-nonstandard-poptJunio C Hamano2012-02-261-0/+15
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2012-03-043-28/+13
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'cn/maint-branch-with-bad' into maintJunio C Hamano2012-03-041-0/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/maint-gitweb-invalid-regexp' into maintJunio C Hamano2012-03-041-0/+10
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-avoid-streaming-filtered-contents' into maintJunio C Hamano2012-03-041-0/+86
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tr/maint-bundle-long-subject' into maintJunio C Hamano2012-03-041-24/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | t0300: work around bug in dash 0.5.6Michael J Gruber2012-03-021-1/+4
| * | | | | | | | | | | | | t5512 (ls-remote): modernize styleTom Grennan2012-03-021-23/+4
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |