summaryrefslogtreecommitdiff
path: root/builtin-diff-files.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-68/+0
2008-11-14Add cache preload facilityLibravatar Linus Torvalds1-2/+2
2008-09-18diff/diff-files: do not use --cc too aggressivelyLibravatar Junio C Hamano1-1/+6
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-26Merge branch 'jc/diff-no-no-index'Libravatar Junio C Hamano1-8/+36
2008-05-24diff-files: do not play --no-index gamesLibravatar Junio C Hamano1-8/+36
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-03-26Always set *nongit_ok in setup_git_directory_gently()Libravatar SZEDER Gábor1-1/+1
2008-01-04add a "basic" diff config callbackLibravatar Jeff King1-1/+1
2007-12-13diff --check: minor fixupsLibravatar Junio C Hamano1-5/+1
2007-12-13"diff --check" should affect exit statusLibravatar Wincent Colaiuta1-0/+2
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Libravatar Pierre Habouzit1-1/+3
2007-04-26Removing -n option from git-diff-files documentationLibravatar Andrew Ruder1-1/+1
2007-03-14Allow git-diff exit with codes similar to diff(1)Libravatar Alex Riesen1-1/+3
2007-02-28diff: make more cases implicit --no-indexLibravatar Johannes Schindelin1-1/+4
2007-02-22Teach git-diff-files the new option `--no-index`Libravatar Johannes Schindelin1-25/+4
2006-08-12Merge branch 'th/diff-extra'Libravatar Junio C Hamano1-7/+0
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+2
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds1-1/+1
2006-07-27log and diff family: honor config even from subdirectoriesLibravatar Junio C Hamano1-1/+1
2006-07-08diff: do not use configuration magic at the core-levelLibravatar Junio C Hamano1-1/+1
2006-07-01Remove awkward compatibility wartsLibravatar Timo Hirvonen1-7/+0
2006-06-26Set default diff output format after parsing command lineLibravatar Timo Hirvonen1-0/+3
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-1/+1
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Libravatar Peter Eriksen1-0/+55