summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kk/maint-commit-tree' into maintJunio C Hamano2012-07-301-0/+17
|\
| * Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-171-0/+17
| |\
| | * commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-171-0/+17
* | | Merge branch 'jv/maint-no-ext-diff' into maintJunio C Hamano2012-07-301-0/+59
|\ \ \
| * | | diff: test precedence of external diff driversJeff King2012-07-191-0/+40
| * | | diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2012-07-171-0/+19
* | | | Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano2012-07-301-0/+13
|\ \ \ \
| * | | | submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2012-07-121-0/+13
* | | | | Merge branch 'jc/maint-filter-branch-epoch-date' into maintJunio C Hamano2012-07-302-3/+13
|\ \ \ \ \
| * | | | | t7003: add test to filter a branch with a commit at epochJunio C Hamano2012-07-122-3/+13
* | | | | | Merge branch 'cw/amend-commit-without-message' into maintJunio C Hamano2012-07-221-0/+15
|\ \ \ \ \ \
| * | | | | | Allow edit of empty message with commit --amendChris Webb2012-07-091-0/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/maint-commit-amend-only-no-paths' into maintJunio C Hamano2012-07-221-0/+10
|\ \ \ \ \ \
| * | | | | | commit: fix "--amend --only" with no pathspecJeff King2012-07-101-0/+10
* | | | | | | Merge branch 'tg/maint-cache-name-compare' into maintJunio C Hamano2012-07-221-0/+39
|\ \ \ \ \ \ \
| * | | | | | | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-111-0/+39
| |/ / / / / /
* | | | | | | Merge branch 'tr/maint-show-walk' into maintJunio C Hamano2012-07-221-0/+91
|\ \ \ \ \ \ \
| * | | | | | | show: fix "range implies walking"Junio C Hamano2012-06-191-2/+2
| * | | | | | | Demonstrate git-show is broken with rangesThomas Rast2012-06-191-0/+91
* | | | | | | | Merge branch 'jc/refactor-diff-stdin' into maintJunio C Hamano2012-07-221-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-0/+12
* | | | | | | | | Merge branch 'mz/empty-rebase-test' into maintJunio C Hamano2012-07-221-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add test case for rebase of empty commitMartin von Zweigbergk2012-06-271-0/+8
* | | | | | | | | | Merge branch 'js/fast-export-paths-with-spaces' into maintJunio C Hamano2012-07-221-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fast-export: quote paths with spacesJay Soffian2012-06-271-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'cw/no-detaching-an-unborn' into maintJunio C Hamano2012-07-221-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-checkout: disallow --detach on unborn branchChris Webb2012-06-261-0/+6
* | | | | | | | | | | Merge branch 'vr/use-our-perl-in-tests' into maintJunio C Hamano2012-07-2226-44/+65
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/README: add a bit more Don'tsJunio C Hamano2012-06-241-3/+22
| * | | | | | | | | | | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-2424-41/+41
| * | | | | | | | | | | t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano2012-06-241-0/+2
| * | | | | | | | | | | t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-1224-41/+41
* | | | | | | | | | | | Merge branch 'th/diff-no-index-fixes' into maintJunio C Hamano2012-07-112-2/+86
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-221-1/+72
| * | | | | | | | | | | | diff: handle relative paths in no-indexJeff King2012-06-221-1/+14
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/clone-single-fix' into maintJunio C Hamano2012-07-111-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2012-06-221-1/+6
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'ef/maint-rebase-error-message' into maintJunio C Hamano2012-06-031-0/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/ident-split-fix' into maintJunio C Hamano2012-06-011-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'hv/submodule-alt-odb' into maintJunio C Hamano2012-05-251-0/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bp/diff-no-index-strbuf-fix' into maintJunio C Hamano2012-05-251-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-status-porcelain-z-b' into maintJunio C Hamano2012-05-241-1/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-181-1/+1
| * | | | | | | | | | | | | | | | | | sha1_name: do not trigger detailed diagnosis for file argumentsMatthieu Moy2012-06-181-0/+11
* | | | | | | | | | | | | | | | | | | Documentation: Fix misspellingsLeila Muhtasib2012-06-222-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'as/diff-shortstat-ignore-binary'Junio C Hamano2012-06-151-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | diff: Only count lines in show_shortstatsAlexander Strasser2012-06-151-0/+12
* | | | | | | | | | | | | | | | | | | Merge branch 'rj/gitweb-test-sans-date-parser'Junio C Hamano2012-06-131-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \