aboutsummaryrefslogtreecommitdiff
path: root/builtin-diff.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/diff'Junio C Hamano2006-07-28
|\
| * git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Junio C Hamano2006-07-17
* | log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-27
|/
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-08
* builtin-diff: turn recursive on when defaulting to --patch format.Junio C Hamano2006-07-01
* Set default diff output format after parsing command lineTimo Hirvonen2006-06-26
* Make --raw option available for all diff commandsTimo Hirvonen2006-06-26
* Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-26
* Add "named object array" conceptLinus Torvalds2006-06-19
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-21
|\
| * builtin-diff: do not say files are renamed when blob and file are givenJunio C Hamano2006-05-18
| * builtin-diff: fix comparison between two blobs.Junio C Hamano2006-05-15
| * Sparse fix for builtin-diffPeter Hagervall2006-05-07
* | fmt-patch: understand old <his> notationJohannes Schindelin2006-05-06
|/
* Merge branch 'jc/diff'Junio C Hamano2006-05-03
* builtin-diff.c: die() formatting type fix.Junio C Hamano2006-04-30
* built-in diff: assorted updates.Junio C Hamano2006-04-29
* built-in diff.Junio C Hamano2006-04-28