summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/t2300-setup'Junio C Hamano2016-07-061-1/+9
|\
| * t2300: "git --exec-path" is not usable in $PATH on Windows as-isjc/t2300-setupJohannes Schindelin2016-06-221-1/+9
* | Merge branch 'cb/t7810-test-label-fix'Junio C Hamano2016-07-061-1/+1
|\ \
| * | t7810: fix duplicated test titlecb/t7810-test-label-fixCharles Bailey2016-06-211-1/+1
* | | Merge branch 'sb/t5614-modernize'Junio C Hamano2016-07-061-50/+20
|\ \ \
| * | | t5614: don't use subshellssb/t5614-modernizeStefan Beller2016-06-211-50/+20
* | | | Merge branch 'js/perf-on-apple'Junio C Hamano2016-07-061-1/+5
|\ \ \ \
| * | | | perf: accommodate for MacOSXjs/perf-on-appleJohannes Schindelin2016-06-211-1/+5
* | | | | Merge branch 'ak/t7800-wo-readlink'Junio C Hamano2016-07-061-1/+1
|\ \ \ \ \
| * | | | | t7800: readlink may not be availableak/t7800-wo-readlinkArmin Kunaschik2016-06-211-1/+1
* | | | | | Merge branch 'jk/tzoffset-fix'Junio C Hamano2016-07-062-17/+69
|\ \ \ \ \ \
| * | | | | | local_tzoffset: detect errors from tm_to_time_tJeff King2016-06-201-0/+5
| * | | | | | t0006: test various date formatsJeff King2016-06-201-0/+21
| * | | | | | t0006: rename test-date's "show" to "relative"Jeff King2016-06-201-13/+13
* | | | | | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-07-061-2/+17
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | clone: do not let --depth imply --shallow-submodulessb/clone-shallow-passthruJunio C Hamano2016-06-201-2/+17
* | | | | | | Merge branch 'jk/gpg-interface-cleanup'Junio C Hamano2016-07-061-1/+8
|\ \ \ \ \ \ \
| * | | | | | | gpg-interface: check gpg signature creation statusjk/gpg-interface-cleanupMichael J Gruber2016-06-171-1/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'nd/graph-width-padded'Junio C Hamano2016-07-061-0/+57
|\ \ \ \ \ \ \
| * | | | | | | pretty.c: support <direction>|(<negative number>) formsnd/graph-width-paddedNguyễn Thái Ngọc Duy2016-06-161-0/+33
| * | | | | | | pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+24
| |/ / / / / /
* | | | | | | Merge branch 'jk/repack-keep-unreachable'Junio C Hamano2016-07-061-0/+28
|\ \ \ \ \ \ \
| * | | | | | | repack: extend --keep-unreachable to loose objectsjk/repack-keep-unreachableJeff King2016-06-141-0/+13
| * | | | | | | repack: add --keep-unreachable optionJeff King2016-06-141-0/+15
| |/ / / / / /
* | | | | | | Merge branch 'ew/mboxrd-format-am'Junio C Hamano2016-07-066-0/+120
|\ \ \ \ \ \ \
| * | | | | | | am: support --patch-format=mboxrdew/mboxrd-format-amEric Wong2016-06-061-0/+20
| * | | | | | | mailsplit: support unescaping mboxrd messagesEric Wong2016-06-064-0/+59
| * | | | | | | pretty: support "mboxrd" output formatEric Wong2016-06-061-0/+41
* | | | | | | | Merge branch 'jk/upload-pack-hook'Junio C Hamano2016-07-063-0/+125
|\ \ \ \ \ \ \ \
| * | | | | | | | upload-pack: provide a hook for running pack-objectsJeff King2016-06-021-0/+62
| * | | | | | | | t1308: do not get fooled by symbolic links to the source treeJunio C Hamano2016-06-021-1/+1
| * | | | | | | | config: add a notion of "scope"Jeff King2016-05-272-0/+19
| * | | | | | | | config: return configset value for current_config_ functionsJeff King2016-05-272-0/+44
* | | | | | | | | Merge branch 'nd/test-lib-httpd-show-error-log-in-verbose'Junio C Hamano2016-07-061-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib-httpd.sh: print error.log on errornd/test-lib-httpd-show-error-log-in-verboseNguyễn Thái Ngọc Duy2016-06-131-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-061-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use string_list initializer consistentlyjk/string-list-static-initJeff King2016-06-131-1/+1
* | | | | | | | | | Merge branch 'et/add-chmod-x'Junio C Hamano2016-06-271-0/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-071-0/+30
* | | | | | | | | | | Merge branch 'sg/reflog-past-root'Junio C Hamano2016-06-272-1/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog: continue walking the reflog past root commitsSZEDER Gábor2016-06-062-1/+23
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rs/xdiff-hunk-with-func-line'Junio C Hamano2016-06-207-77/+278
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | xdiff: fix merging of appended hunk with -Wrs/xdiff-hunk-with-func-lineRené Scharfe2016-06-091-1/+23
| * | | | | | | | | | | grep: -W: don't extend context to trailing empty linesRené Scharfe2016-05-311-1/+1
| * | | | | | | | | | | t7810: add test for grep -W and trailing empty context linesRené Scharfe2016-05-311-3/+16
| * | | | | | | | | | | xdiff: don't trim common tail with -WRené Scharfe2016-05-311-1/+1
| * | | | | | | | | | | xdiff: -W: don't include common trailing empty lines in contextRené Scharfe2016-05-311-2/+2
| * | | | | | | | | | | xdiff: ignore empty lines before added functions with -WRené Scharfe2016-05-311-1/+1
| * | | | | | | | | | | xdiff: handle appended chunks better with -WRené Scharfe2016-05-311-1/+1
| * | | | | | | | | | | t4051: rewrite, add more testsRené Scharfe2016-05-316-74/+240