summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2009-02-05Merge branch 'jc/fsck' (early part)Junio C Hamano
2009-02-04Merge branch 'maint'Junio C Hamano
2009-02-04Merge branch 'ns/am-slacker'Junio C Hamano
2009-02-04Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy
2009-02-04Missing && in t/t7001.sh.Matthieu Moy
2009-02-04tests: fix test_commit() for case insensitive filesystemsJunio C Hamano
2009-02-04t3412: further simplify setting of GIT_EDITORJunio C Hamano
2009-02-03Merge branch 'jc/maint-add-u-remove-conflicted'Junio C Hamano
2009-02-02t3412: use log|name-rev instead of log --graphThomas Rast
2009-02-01mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov
2009-02-01Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano
2009-02-01Merge branch 'jc/maint-allow-uninteresting-missing'Junio C Hamano
2009-02-01Merge branch 'jg/tag-contains'Junio C Hamano
2009-02-01Merge branch 'js/maint-rebase-i-submodule'Junio C Hamano
2009-02-01Merge branch 'jc/maint-split-diff-metainfo'Junio C Hamano
2009-02-01Merge branch 'jk/signal-cleanup'Junio C Hamano
2009-01-31t3412: clean up GIT_EDITOR usageThomas Rast
2009-01-31Fix 'git diff --no-index' with a non-existing symlink targetJohannes Schindelin
2009-01-31fsck: check loose objects from alternate object stores by defaultJunio C Hamano
2009-01-31fsck: HEAD is part of refsJunio C Hamano
2009-01-30t0005: use SIGTERM for sigchain testJeff King
2009-01-29Merge branch 'jc/maint-format-patch-o-relative' into maintJunio C Hamano
2009-01-29Merge branch 'nd/grep-assume-unchanged' into maintJunio C Hamano
2009-01-29Merge branch 'mc/cd-p-pwd' into maintJunio C Hamano
2009-01-29Simplify t3412Johannes Schindelin
2009-01-29Simplify t3411Johannes Schindelin
2009-01-29Simplify t3410Johannes Schindelin
2009-01-29test-lib.sh: introduce test_commit() and test_merge() helpersJohannes Schindelin
2009-01-29lib-rebase.sh: Document what set_fake_editor() doesJohannes Schindelin
2009-01-29t3404 & t3411: undo copy&pasteJohannes Schindelin
2009-01-29add -u: do not fail to resolve a path as deletedJunio C Hamano
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov
2009-01-28Merge branch 'tr/previous-branch'Junio C Hamano
2009-01-28Fix submodule squashing into unrelated commitJohannes Schindelin
2009-01-28rebase -i squashes submodule changes into unrelated commitJunio C Hamano
2009-01-28git-tag: Add --contains optionJake Goulding
2009-01-28revision traversal: allow UNINTERESTING objects to be missingJunio C Hamano
2009-01-28Windows: Fix intermittent failures of t7701Johannes Sixt
2009-01-28Merge branch 'maint'Junio C Hamano
2009-01-28send-pack: do not send unknown object name from ".have" to pack-objectsJunio C Hamano
2009-01-27Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Junio C Hamano
2009-01-27diff.c: output correct index lines for a split diffJunio C Hamano
2009-01-27tests: Avoid single-shot environment export for shell function invocationJunio C Hamano
2009-01-27rebase -i: correctly remember --root flag across --continueJunio C Hamano
2009-01-26Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-01-26git-am: Add --ignore-date optionNanako Shiraishi