aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'tr/maint-1.6.0-send-email-irt' into maintJunio C Hamano2009-03-21
|\
| * send-email: test --no-thread --in-reply-to combinationThomas Rast2009-03-11
* | Merge branch 'mg/maint-submodule-normalize-path' into maintJunio C Hamano2009-03-21
|\ \
| * | git submodule: Fix adding of submodules at paths with ./, .. and //Michael J Gruber2009-03-03
| * | git submodule: Add test cases for git submodule addMichael J Gruber2009-03-03
* | | Merge branch 'js/rsync-local' into maintJunio C Hamano2009-03-21
|\ \ \
| * | | rsync transport: allow local paths, and fix testsJohannes Schindelin2009-03-10
* | | | Merge branch 'jc/maint-1.6.0-read-tree-overlay' into maintJunio C Hamano2009-03-21
|\ \ \ \
| * | | | read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano2009-03-12
* | | | | Merge branch 'js/maint-send-email' into maintJunio C Hamano2009-03-11
|\ \ \ \ \
| * | | | | send-email: --suppress-cc improvementsJay Soffian2009-02-14
| * | | | | send-email: handle multiple Cc addresses when reading mbox messageJay Soffian2009-02-14
* | | | | | Merge branch 'fg/maint-exclude-bq' into maintJunio C Hamano2009-03-11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-12
* | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-07
|\ \ \ \ \ \
| * | | | | | builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-07
| | |_|_|/ / | |/| | | |
* | | | | | t1300: use test_must_fail as appropriateJeff King2009-03-07
* | | | | | t3400-rebase: Move detached HEAD check earlierJohannes Sixt2009-03-01
* | | | | | git-svn: disable broken symlink workaround by defaultEric Wong2009-02-27
* | | | | | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-27
|\ \ \ \ \ \
| * | | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-27
| | |_|_|_|/ | |/| | | |
* | | | | | t5540-http-push.sh: avoid non-portable grep -PJay Soffian2009-02-26
* | | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-25
|\ \ \ \ \ \
| * | | | | | Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-25
| |/ / / / /
* | | | | | Allow HTTP tests to run on DarwinJay Soffian2009-02-25
* | | | | | git-svn: fix delete+add branch tracking with empty filesEric Wong2009-02-22
* | | | | | Introduce the function strip_path_suffix()Johannes Schindelin2009-02-19
* | | | | | Merge branch 'maint'Junio C Hamano2009-02-18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | tests: fix "export var=val"Junio C Hamano2009-02-18
| * | | | | Skip timestamp differences for diff --no-indexMichael Spang2009-02-18
* | | | | | filter-branch -d: Export GIT_DIR earlierLars Noschinski2009-02-18
* | | | | | gitweb: Fix warnings with override permitted but no repo overrideMarcel M. Cary2009-02-18
* | | | | | gitweb: fix wrong base URL when non-root DirectoryIndexGiuseppe Bilotta2009-02-16
* | | | | | Merge branch 'mc/setup-cd-p'Junio C Hamano2009-02-15
|\ \ \ \ \ \
| * | | | | | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary2009-02-07
* | | | | | | Merge branch 'ms/mailmap'Junio C Hamano2009-02-15
|\ \ \ \ \ \ \
| * | | | | | | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-08
| * | | | | | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-08
* | | | | | | | Merge branch 'rc/http-push'Junio C Hamano2009-02-15
|\ \ \ \ \ \ \ \
| * | | | | | | | use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan2009-02-15
* | | | | | | | | Merge branch 'js/gc-prune'Junio C Hamano2009-02-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gc: make --prune useful again by accepting an optional parameterJohannes Schindelin2009-02-14
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'tr/abbrev-commit-no-ellipses'Junio C Hamano2009-02-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log: do not print ellipses with --abbrev-commitThomas Rast2009-02-13
* | | | | | | | | | Merge branch 'jc/branch-previous'Junio C Hamano2009-02-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Teach @{-1} to git mergeJunio C Hamano2009-02-13
| * | | | | | | | | | Teach the "@{-1} syntax to "git branch"Junio C Hamano2009-02-13
| |/ / / / / / / / /
* | | | | | | | | | t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor2009-02-14
* | | | | | | | | | Move 'rev-parse --git-dir' test to t1500SZEDER Gábor2009-02-14
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | symbolic-ref: allow refs/<whatever> in HEADJeff King2009-02-13
|/ / / / / / / /