summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2010-06-16am: use get_author_ident_from_commit instead of mailinfo when rebasingLibravatar Jay Soffian1-2/+7
2010-06-14t3508 (cherry-pick): futureproof against unmerged filesLibravatar Jonathan Nieder1-7/+7
2010-06-13Remove python 2.5'ismsLibravatar Brandon Casey1-2/+2
2010-06-13Merge branch 'ab/cvsserver'Libravatar Junio C Hamano1-1/+15
2010-06-13Merge branch 'mg/notes-dry-run'Libravatar Junio C Hamano1-2/+46
2010-06-13Merge branch 'jn/fsck-ident'Libravatar Junio C Hamano1-0/+8
2010-06-13Merge branch 'ab/submodule-foreach-toplevel'Libravatar Junio C Hamano1-3/+7
2010-06-13Merge branch 'rs/grep-binary'Libravatar Junio C Hamano1-0/+102
2010-06-13Merge branch 'jn/gitweb-syntax-highlight'Libravatar Junio C Hamano1-0/+29
2010-06-13Merge branch 'cb/assume-unchanged-fix'Libravatar Junio C Hamano1-0/+24
2010-06-13Merge branch 'jn/notes-doc'Libravatar Junio C Hamano1-0/+38
2010-06-13Merge branch 'wp/pretty-enhancement'Libravatar Junio C Hamano1-0/+74
2010-06-13Merge branch 'ab/test-cleanup'Libravatar Junio C Hamano5-5/+7
2010-06-13Merge branch 'jn/maint-amend-missing-name'Libravatar Junio C Hamano1-0/+46
2010-06-13commit: use value of GIT_REFLOG_ACTION env variable as reflog messageLibravatar Christian Couder1-2/+4
2010-06-13commit::print_summary(): don't use format_commit_message()Libravatar Tay Ray Chuan1-2/+2
2010-06-13parseopt: wrap rev-parse --parseopt usage for eval consumptionLibravatar Thomas Rast1-1/+3
2010-06-13grep -O: allow optional argument specifying the pager (or editor)Libravatar Johannes Schindelin1-3/+6
2010-06-13grep: Add the option '--open-files-in-pager'Libravatar Johannes Schindelin4-12/+173
2010-06-12rev-list: introduce --count optionLibravatar Thomas Rast1-0/+29
2010-06-11Merge branch 'maint'Libravatar Junio C Hamano1-0/+6
2010-06-11t/README: document --root optionLibravatar Thomas Rast1-0/+6
2010-06-11test-lib: use DIFF definition from GIT-BUILD-OPTIONSLibravatar Junio C Hamano1-10/+10
2010-06-11Add optional parameters to the diff option "--ignore-submodules"Libravatar Jens Lehmann2-3/+98
2010-06-11git diff: rename test that had a conflicting nameLibravatar Jens Lehmann1-0/+0
2010-06-11rebase -i: Abort cleanly if new base cannot be checked outLibravatar Ian Ward Comfort1-0/+10
2010-06-11merge-recursive: demonstrate an incorrect conflict with submoduleLibravatar Johannes Sixt1-0/+29
2010-06-11rebase -i -p: document shortcomingsLibravatar Jonathan Nieder1-0/+6
2010-06-06Add "core.eol" config variableLibravatar Eyvind Bernhardsen1-0/+83
2010-06-06diff: fix "git show -C -C" output when renaming a binary fileLibravatar Christian Couder2-0/+82
2010-06-06revision: Turn off history simplification in --ancestry-path modeLibravatar Johan Herland1-0/+17
2010-06-05ls-files: allow relative pathspecLibravatar Clemens Buchacher1-8/+4
2010-06-03Documentation+t5708: document and test status -s -bLibravatar Michael J Gruber1-1/+46
2010-06-03t3200: test -l with core.logAllRefUpdates optionsLibravatar Erick Mattos1-0/+24
2010-06-03checkout --orphan: respect -l option alwaysLibravatar Erick Mattos1-21/+57
2010-06-02t9129: fix UTF-8 locale detectionLibravatar Junio C Hamano1-7/+13
2010-06-02revert: add tests to check cherry-picking many commitsLibravatar Christian Couder1-0/+95
2010-06-02t/aggregate-results: accomodate systems with small max argument list lengthLibravatar Brandon Casey2-2/+4
2010-06-02t/t7006: ignore return status of shell's unset builtinLibravatar Brandon Casey1-5/+5
2010-06-02t/t5150: remove space from sed scriptLibravatar Brandon Casey1-2/+2
2010-06-02t/t5800: skip if python version is older than 2.5Libravatar Brandon Casey1-2/+8
2010-05-31print the usage string on stdout instead of stderrLibravatar Giuseppe Scrivano2-6/+8
2010-05-31gitweb: Move static files into seperate subdirectoryLibravatar Pavan Kumar Sunkara1-3/+3
2010-05-31rebase: improve error message when upstream argument is missingLibravatar Jonathan Nieder1-1/+12
2010-05-31diff.c: Ensure "index $from..$to" line contains unambiguous SHA1sLibravatar Johan Herland1-0/+35
2010-05-31test_cmp: do not use "diff -u" on platforms that lack oneLibravatar Gary V. Vaughan1-0/+1
2010-05-31fixup: do not unconditionally disable "diff -u"Libravatar Junio C Hamano2-5/+10
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultLibravatar Gary V. Vaughan19-55/+59
2010-05-28Merge branch 'maint'Libravatar Junio C Hamano1-2/+10
2010-05-28t7502-commit: add summary output tests for empty and merge commitsLibravatar Tay Ray Chuan1-2/+27