summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/cvsserver'Junio C Hamano2010-06-131-1/+15
|\
| * git-cvsserver: test for pserver authentication supportÆvar Arnfjörð Bjarmason2010-05-191-1/+15
* | Merge branch 'mg/notes-dry-run'Junio C Hamano2010-06-131-2/+46
|\ \
| * | notes: dry-run and verbose options for pruneMichael J Gruber2010-05-191-2/+46
* | | Merge branch 'jn/fsck-ident'Junio C Hamano2010-06-131-0/+8
|\ \ \
| * | | fsck: fix bogus commit header checkJonathan Nieder2010-05-281-0/+8
* | | | Merge branch 'ab/submodule-foreach-toplevel'Junio C Hamano2010-06-131-3/+7
|\ \ \ \
| * | | | git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason2010-05-251-3/+7
* | | | | Merge branch 'rs/grep-binary'Junio C Hamano2010-06-131-0/+102
|\ \ \ \ \
| * | | | | grep: support NUL chars in search strings for -FRené Scharfe2010-05-241-0/+30
| * | | | | grep: use REG_STARTEND for all matching if availableRené Scharfe2010-05-241-0/+10
| * | | | | grep: continue case insensitive fixed string search after NUL charsRené Scharfe2010-05-241-0/+4
| * | | | | grep: use memmem() for fixed string searchRené Scharfe2010-05-241-0/+4
| * | | | | grep: --name-only over binaryRené Scharfe2010-05-241-0/+6
| * | | | | grep: --count over binaryRené Scharfe2010-05-241-0/+6
| * | | | | grep: add test script for binary file handlingRené Scharfe2010-05-241-0/+42
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jn/gitweb-syntax-highlight'Junio C Hamano2010-06-131-0/+29
|\ \ \ \ \
| * | | | | gitweb: Refactor syntax highlighting supportJakub Narebski2010-05-031-0/+29
* | | | | | Merge branch 'cb/assume-unchanged-fix'Junio C Hamano2010-06-131-0/+24
|\ \ \ \ \ \
| * | | | | | do not overwrite files marked "assume unchanged"Clemens Buchacher2010-05-011-0/+24
* | | | | | | Merge branch 'jn/notes-doc'Junio C Hamano2010-06-131-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Documentation/notes: describe content of notes blobsJonathan Nieder2010-05-081-0/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'wp/pretty-enhancement'Junio C Hamano2010-06-131-0/+74
|\ \ \ \ \ \ \
| * | | | | | | pretty: add aliases for pretty formatsWill Palmer2010-05-031-0/+74
| |/ / / / / /
* | | | | | | Merge branch 'ab/test-cleanup'Junio C Hamano2010-06-135-5/+7
|\ \ \ \ \ \ \
| * | | | | | | Turn setup code in t2007-checkout-symlink.sh into a testÆvar Arnfjörð Bjarmason2010-05-071-2/+4
| * | | | | | | Move t6000lib.sh to lib-*Ævar Arnfjörð Bjarmason2010-05-074-3/+3
* | | | | | | | Merge branch 'jn/maint-amend-missing-name'Junio C Hamano2010-06-131-0/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | commit --amend: cope with missing display nameJonathan Nieder2010-05-041-0/+46
| |/ / / / / / /
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-06-111-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | t/README: document --root optionThomas Rast2010-06-111-0/+6
* | | | | | | | | merge-recursive: demonstrate an incorrect conflict with submoduleJohannes Sixt2010-06-111-0/+29
* | | | | | | | | Merge branch 'maint'Junio C Hamano2010-05-281-2/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | get_cwd_relative(): do not misinterpret suffix as subdirectoryClemens Buchacher2010-05-281-2/+10
* | | | | | | | | Merge branch 'maint'Junio C Hamano2010-05-251-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | t7502-commit: fix spellingTay Ray Chuan2010-05-251-1/+1
* | | | | | | | Merge branch 'by/log-follow'Junio C Hamano2010-05-211-0/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: rename duplicate t4205Jeff King2010-05-101-0/+0
| * | | | | | | | Make git log --follow find copies among unmodified files.Bo Yang2010-05-071-0/+56
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mg/advice-statushints'Junio C Hamano2010-05-211-0/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | wt-status: take advice.statusHints seriouslyMichael J Gruber2010-05-061-1/+1
| * | | | | | | | t7508: test advice.statusHintsMichael J Gruber2010-05-061-0/+45
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'cb/maint-stash-orphaned-file'Junio C Hamano2010-05-211-0/+150
|\ \ \ \ \ \ \ \
| * | | | | | | | stash tests: stash can lose data in a file removed from the indexCharles Bailey2010-04-201-0/+150
* | | | | | | | | Merge branch 'jn/maint-bundle'Junio C Hamano2010-05-211-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5704 (bundle): add tests for bundle --stdinJonathan Nieder2010-04-191-0/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'pb/patch-id-plus'Junio C Hamano2010-05-211-0/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | patch-id: Add support for mbox formatPaolo Bonzini2010-04-191-0/+28
* | | | | | | | | | Merge branch 'st/remote-tags-no-tags'Junio C Hamano2010-05-211-0/+63
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remote add: add a --[no-]tags optionSamuel Tardieu2010-04-191-0/+63
| |/ / / / / / / / /