summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/grep-pcre-loose-ends'Jeff King2012-10-291-0/+6
|\
| * log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano2012-10-091-0/+6
* | Merge branch 'jl/submodule-add-by-name'Jeff King2012-10-292-1/+76
|\ \
| * | submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann2012-09-302-1/+31
| * | Teach "git submodule add" the --name optionJens Lehmann2012-09-291-0/+45
* | | Merge branch 'jl/submodule-rm'Jeff King2012-10-291-0/+343
|\ \ \
| * | | submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-0/+343
* | | | Merge branch 'jc/test-say-color-avoid-echo-escape'Jeff King2012-10-251-1/+1
|\ \ \ \
| * | | | test-lib: Fix say_color () not to interpret \a\b\c in the messageJunio C Hamano2012-10-111-1/+1
* | | | | Merge branch 'fa/remote-svn'Jeff King2012-10-251-0/+84
|\ \ \ \ \
| * | | | | Add a test script for remote-svnFlorian Achleitner2012-10-071-0/+84
* | | | | | Merge branch 'jm/diff-context-config'Jeff King2012-10-251-0/+92
|\ \ \ \ \ \
| * | | | | | t4055: avoid use of sed 'a' commandJunio C Hamano2012-10-021-6/+5
| * | | | | | diff: diff.context configuration gives default to -UJeff Muizelaar2012-09-301-0/+93
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'bw/cp-a-is-gnuism'Junio C Hamano2012-10-103-3/+3
|\ \ \ \ \ \
| * | | | | | tests: "cp -a" is a GNUismBen Walton2012-10-083-3/+3
| * | | | | | Merge branch 'rr/maint-submodule-unknown-cmd' into maintJunio C Hamano2012-10-021-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sp/maint-http-enable-gzip' into maintJunio C Hamano2012-10-021-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/maint-log-grep-all-match-1' into maintJunio C Hamano2012-09-291-14/+76
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/maint-mailinfo-mime-attr' into maintJunio C Hamano2012-09-295-1/+30
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | svn test: escape peg revision separator using empty peg revJonathan Nieder2012-10-101-1/+1
* | | | | | | | | | | Merge branch 'jc/maint-t1450-fsck-order-fix'Junio C Hamano2012-10-081-3/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t1450: the order the objects are checked is undefinedJunio C Hamano2012-10-021-3/+1
* | | | | | | | | | | | Make git-svn branch patterns match complete URLAmmon Riley2012-10-051-0/+9
* | | | | | | | | | | | t9164: Add missing quotes in testRobert Luberda2012-10-051-4/+4
* | | | | | | | | | | | git-svn.perl: keep processing all commits in parents_excludeSteven Walter2012-10-051-0/+53
* | | | | | | | | | | | git-svn.perl: consider all ranges for a given merge, instead of only tip-by-tipSteven Walter2012-10-051-0/+60
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/grep-reflog'Junio C Hamano2012-10-021-0/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log --grep-reflog: reject the option without -gJunio C Hamano2012-09-291-0/+4
| * | | | | | | | | | | revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-291-0/+26
| * | | | | | | | | | | grep: prepare for new header field filterNguyễn Thái Ngọc Duy2012-09-291-0/+12
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'tu/gc-auto-quiet'Junio C Hamano2012-10-021-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | silence git gc --auto --quiet outputTobias Ulmer2012-09-271-2/+1
* | | | | | | | | | | | Merge branch 'jk/completion-tests'Junio C Hamano2012-10-011-0/+60
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t9902: add completion tests for "odd" filenamesJeff King2012-09-271-0/+19
| * | | | | | | | | | | | t9902: add a few basic completion testsJeff King2012-09-271-0/+41
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'jc/maint-blame-no-such-path' into maintJunio C Hamano2012-09-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dj/fetch-all-tags' into maintJunio C Hamano2012-09-241-0/+30
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ep/malloc-check-perturb'Junio C Hamano2012-10-012-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe2012-09-262-2/+2
* | | | | | | | | | | | | | | Merge branch 'da/mergetool-custom'Junio C Hamano2012-10-012-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mergetool--lib: Allow custom commands to override built-insDavid Aguilar2012-09-252-0/+24
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jk/receive-pack-unpack-error-to-pusher'Junio C Hamano2012-10-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | receive-pack: drop "n/a" on unpacker errorsJeff King2012-09-211-1/+1
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'nd/maint-remote-remove' into maintJunio C Hamano2012-09-202-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rt/maint-clone-single'Junio C Hamano2012-10-011-0/+156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | clone --single: limit the fetch refspec to fetched branchRalf Thielow2012-09-201-0/+156
* | | | | | | | | | | | | | | | | Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano2012-09-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra2012-09-251-2/+2
* | | | | | | | | | | | | | | | | Merge branch 'jk/smart-http-switch'Junio C Hamano2012-09-291-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \