summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/maint-diff-CC-binary'Junio C Hamano2010-06-182-0/+82
|\
| * diff: fix "git show -C -C" output when renaming a binary fileChristian Couder2010-06-062-0/+82
* | Merge branch 'cb/ls-files-cdup'Junio C Hamano2010-06-181-8/+4
|\ \
| * | ls-files: allow relative pathspecClemens Buchacher2010-06-051-8/+4
* | | Merge branch 'jc/t9129-any-utf8'Junio C Hamano2010-06-181-7/+13
|\ \ \
| * | | t9129: fix UTF-8 locale detectionJunio C Hamano2010-06-021-7/+13
* | | | Merge branch 'jn/rebase-cmdline-fix'Junio C Hamano2010-06-181-1/+12
|\ \ \ \
| * | | | rebase: improve error message when upstream argument is missingJonathan Nieder2010-05-311-1/+12
* | | | | Merge branch 'jh/diff-index-line-abbrev'Junio C Hamano2010-06-181-0/+35
|\ \ \ \ \
| * | | | | diff.c: Ensure "index $from..$to" line contains unambiguous SHA1sJohan Herland2010-05-311-0/+35
| |/ / / /
* | | | | Merge branch 'mg/status-b'Junio C Hamano2010-06-181-1/+46
|\ \ \ \ \
| * | | | | Documentation+t5708: document and test status -s -bMichael J Gruber2010-06-031-1/+46
* | | | | | Merge branch 'jn/gitweb-plackup'Junio C Hamano2010-06-181-3/+3
|\ \ \ \ \ \
| * | | | | | gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara2010-05-311-3/+3
| |/ / / / /
* | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-181-0/+12
|\ \ \ \ \ \
| * | | | | | decode file:// and ssh:// URLsJeff King2010-05-241-0/+12
* | | | | | | Merge branch 'jn/remote-set-branches'Junio C Hamano2010-06-181-0/+88
|\ \ \ \ \ \ \
| * | | | | | | Add git remote set-branchesJonathan Nieder2010-05-191-0/+88
* | | | | | | | Merge branch 'rc/ls-remote-default'Junio C Hamano2010-06-181-4/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | ls-remote: print URL when no repo is specifiedTay Ray Chuan2010-05-111-4/+20
* | | | | | | | | Merge branch 'hg/id-munging'Junio C Hamano2010-06-181-6/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | convert: Keep foreign $Id$ on checkout.Henrik Grubbström2010-04-101-1/+1
| * | | | | | | | | convert: Safer handling of $Id$ contraction.Henrik Grubbström2010-04-101-6/+10
* | | | | | | | | | Merge branch 'tc/merge-m-log'Junio C Hamano2010-06-181-4/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge: --log appends shortlog to message if specifiedTay Ray Chuan2010-05-101-1/+1
| * | | | | | | | | | t7604-merge-custom-message: show that --log doesn't append to -mTay Ray Chuan2010-05-101-0/+12
| * | | | | | | | | | t7604-merge-custom-message: shift expected output creationTay Ray Chuan2010-05-101-4/+8
* | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \