summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-08-28bisect: only check merge bases when neededChristian Couder
2008-08-28bisect: test merge base if good rev is not an ancestor of bad revChristian Couder
2008-08-28Merge branch 'mv/merge-custom'Junio C Hamano
2008-08-27Merge branch 'am/cherry-pick-rerere'Junio C Hamano
2008-08-27Merge branch 'np/verify-pack'Junio C Hamano
2008-08-27Merge branch 'maint'Junio C Hamano
2008-08-27format-patch: use default diff format even with patch optionsJeff King
2008-08-26Suppress some bash redirection error messagesRamsay Jones
2008-08-25Fix "git log -i --grep"Jeff King
2008-08-24Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano
2008-08-24Merge branch 'ag/maint-combine-diff-fix' into maintJunio C Hamano
2008-08-24Respect core.autocrlf in combined diffAlexander Gavrilov
2008-08-24t7606: fix custom merge testJunio C Hamano
2008-08-24merge: fix numerus bugs around "trivial merge" areaJunio C Hamano
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-08-23Extend "checkout --track" DWIM to support more casesAlex Riesen
2008-08-22filter-branch: Grok special characters in tag namesJohannes Sixt
2008-08-22test-lib: do not remove trash_directory if called with --debugJohannes Schindelin
2008-08-21Merge branch 'jc/add-stop-at-symlink'Junio C Hamano
2008-08-21Merge branch 'kh/diff-tree'Junio C Hamano
2008-08-21Merge branch 'mg/count-objects'Junio C Hamano
2008-08-21Merge branch 'cc/merge-base-many'Junio C Hamano
2008-08-21Merge branch 'jc/test-deeper'Junio C Hamano
2008-08-21Merge branch 'js/parallel-test'Junio C Hamano
2008-08-20Merge branch 'maint'Junio C Hamano
2008-08-20"git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano
2008-08-20Merge branch 'dp/hash-literally'Junio C Hamano
2008-08-20Merge branch 'js/checkout-dwim-local'Junio C Hamano
2008-08-20mailinfo: avoid violating strbuf assertionJeff King
2008-08-20add boolean diff.suppress-blank-empty config optionJim Meyering
2008-08-19t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey
2008-08-19Update t/.gitignore to ignore all trash directoriesMarcus Griep
2008-08-19mailinfo: re-fix MIME multipart boundary parsingDon Zickus
2008-08-17count-objects: Add total pack size to verbose outputMarcus Griep
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna
2008-08-16git-am: ignore --binary optionStephan Beyer
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen
2008-08-14Merge branch 'maint'Junio C Hamano
2008-08-14t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey
2008-08-14Fix escaping of glob special characters in pathspecsKevin Ballard
2008-08-13rebase -i -p: fix parent rewritingThomas Rast
2008-08-13rebase -i -p: handle index and workdir correctlyThomas Rast
2008-08-12diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano
2008-08-12Adjust for the new way of enabling the default post-update hookPetr Baudis
2008-08-11Make cherry-pick use rerere for conflict resolution.Abhijit Menon-Sen
2008-08-11checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin
2008-08-11Add test for diff-tree --stdin with two treesKarl Hasselström