summaryrefslogtreecommitdiff
path: root/builtin-diff.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano2006-07-171-1/+9
* | | log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-271-1/+2
|/ /
* | Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-3/+3
* | Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* | diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-081-1/+1
|/
* builtin-diff: turn recursive on when defaulting to --patch format.Junio C Hamano2006-07-011-1/+3
* Set default diff output format after parsing command lineTimo Hirvonen2006-06-261-1/+3
* Make --raw option available for all diff commandsTimo Hirvonen2006-06-261-36/+12
* Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-261-1/+1
* Add "named object array" conceptLinus Torvalds2006-06-191-12/+14
* Shrink "struct object" a bitLinus Torvalds2006-06-171-3/+3
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-6/+7
|\
| * builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano2006-05-181-1/+1
| * builtin-diff: fix comparison between two blobs.Junio C Hamano2006-05-151-3/+5
| * Sparse fix for builtin-diffPeter Hagervall2006-05-071-2/+1
* | fmt-patch: understand old <his> notationJohannes Schindelin2006-05-061-1/+1
|/
* Merge branch 'jc/diff'Junio C Hamano2006-05-031-2/+2
* builtin-diff.c: die() formatting type fix.Junio C Hamano2006-04-301-1/+1
* built-in diff: assorted updates.Junio C Hamano2006-04-291-9/+46
* built-in diff.Junio C Hamano2006-04-281-0/+332