summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/diff-test'Junio C Hamano2006-07-0510-0/+263
|\
| * t4013: add "diff" UI program tests.Junio C Hamano2006-07-0110-0/+263
* | Merge branch 'th/diff'Junio C Hamano2006-07-05110-205/+4722
|\ \
| * | builtin-diff: turn recursive on when defaulting to --patch format.Junio C Hamano2006-07-011-1/+3
| * | Merge branch 'jc/diff-test-updates' into th/diffJunio C Hamano2006-06-294-6/+68
| |\ \
| | * | t4013: note improvements brought by the new output code.Junio C Hamano2006-06-294-6/+68
| | * | Merge branch 'jc/diff-test' into jc/diff-test-updatesJunio C Hamano2006-06-297-1/+581
| | |\ \ | | | |/
| * | | Merge branch 'jc/diff-test' into th/diffJunio C Hamano2006-06-297-1/+581
| |\ \ \ | | | |/ | | |/|
| | * | t4013: add format-patch tests.Junio C Hamano2006-06-297-1/+581
| * | | format-patch: fix diff format option implementationJunio C Hamano2006-06-291-1/+2
| * | | Merge branch 'jc/diff-test-updates' into th/diffJunio C Hamano2006-06-286-10/+4
| |\ \ \ | | | |/ | | |/|
| | * | t4013 test updates for new output code.Junio C Hamano2006-06-276-10/+4
| | |/
| * | combine-diff.c: type sanity.Junio C Hamano2006-06-281-1/+1
| * | Fix some more diff options changes.Junio C Hamano2006-06-274-19/+38
| * | Merge branch 'jc/diff-test' into th/diffJunio C Hamano2006-06-2789-0/+3839
| |\ \ | | |/
| | * t4013: add more tests around -c and --ccJunio C Hamano2006-06-2618-3/+1263
| | * t4013: add tests for diff/log family output options.Junio C Hamano2006-06-2672-0/+2579
| * | Fix diff-tree -sTimo Hirvonen2006-06-271-3/+0
| * | log --raw: Don't descend into subdirectories by defaultTimo Hirvonen2006-06-271-1/+0
| * | diff-tree: Use ---\n as a message separatorTimo Hirvonen2006-06-271-0/+1
| * | Print empty line between raw, stat, summary and patchTimo Hirvonen2006-06-271-5/+42
| * | whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen2006-06-261-11/+16
| * | Don't xcalloc() struct diffstat_tTimo Hirvonen2006-06-261-6/+5
| * | Add msg_sep to diff_optionsTimo Hirvonen2006-06-266-13/+14
| * | DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen2006-06-262-6/+2
| * | Set default diff output format after parsing command lineTimo Hirvonen2006-06-267-3/+18
| * | Make --raw option available for all diff commandsTimo Hirvonen2006-06-262-36/+14
| * | Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-266-144/+136
| |/
* | Merge branch 'jc/grepfix'Junio C Hamano2006-07-051-10/+26
|\ \
| * | git-grep: use a bit more specific error messages.Junio C Hamano2006-07-041-4/+11
| * | git-grep: fix exit code when we use external grep.Junio C Hamano2006-07-041-5/+10
| * | git-grep: fix parsing of pathspec separator '--'Junio C Hamano2006-07-041-1/+5
* | | Merge branch 'js/fmt-merge-msg'Junio C Hamano2006-07-055-177/+362
|\ \ \
| * | | Make git-fmt-merge-msg a builtinJohannes Schindelin2006-07-035-177/+362
* | | | Fix print-log and diff compatibility with recent vc versionsVille Skytt,Ad(B2006-07-051-6/+7
* | | | git-svn: avoid fetching files outside of the URL we're trackingEric Wong2006-07-051-1/+1
* | | | Improve git-peek-remoteLinus Torvalds2006-07-044-13/+58
| |/ / |/| |
* | | t8001-annotate: fix a bash-ism in this testEric Wong2006-07-041-2/+2
|/ /
* | send-email: do not barf when Term::ReadLine does not like your terminalJunio C Hamano2006-07-032-5/+24
* | boolean: accept yes and no as wellJunio C Hamano2006-07-031-2/+2
* | annotate: Correct most merge following to annotate correctly.Ryan Anderson2006-07-031-58/+139
* | annotate: Support annotation of files on other revisions.Ryan Anderson2006-07-031-0/+6
* | Make zlib compression level configurable, and change default.Joachim B Haga2006-07-038-5/+23
* | Makefile: tighten git-http-{fetch,push} dependenciesJunio C Hamano2006-07-031-2/+2
* | Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg2006-07-021-1/+1
* | revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-021-1/+1
* | git object hash cleanupsv1.4.1Linus Torvalds2006-07-011-44/+53
* | revision.c: --full-history fix.Linus Torvalds2006-07-011-4/+14
* | Fix errno usage in connect.cPetr Baudis2006-07-011-6/+12
* | Minor documentation fixup.Robin Rosenberg2006-07-011-3/+3