summary refs log tree commit diff
path: root/diff-no-index.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16diff --no-index: don't leak buffers in queue_diffBobby Powers1-2/+2
2012-05-16diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers1-0/+6
2012-04-26diff --no-index: use strbuf for temporary pathnamesJunio C Hamano1-23/+17
2012-04-16diff: avoid stack-buffer-read-overrun for very long nameJim Meyering1-0/+2
2011-02-03Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy1-2/+2
2011-02-03diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy1-4/+5
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-1/+2
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-1/+1
2010-05-25test get_git_work_tree() return value for NULLClemens Buchacher1-4/+2
2009-11-10diff --no-index: make the usage string less scaryJonathan Nieder1-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2009-03-28Merge branch 'maint'Junio C Hamano1-2/+2
2009-03-28Merge branch 'maint-1.6.1' into maintJunio C Hamano1-2/+2
2009-03-25diff --no-index: Do not generate patch output if other output is requestedJohannes Sixt1-2/+2
2009-03-07MinGW: fix diff --no-index /dev/null ...Johannes Schindelin1-0/+4
2009-02-18Merge branch 'maint'Junio C Hamano1-0/+1
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang1-0/+1
2009-01-30Fix 'git diff --no-index' with a non-existing symlink targetJohannes Schindelin1-1/+1
2009-01-07diff --no-index -q: fix endless loopThomas Rast1-1/+3
2009-01-06diff --no-index: test for pager after option parsingThomas Rast1-7/+7
2009-01-06diff: accept -- when using --no-indexThomas Rast1-3/+7
2008-08-30diff: vary default prefix depending on what are comparedJunio C Hamano1-0/+1
2008-07-21Rename path_list to string_listJohannes Schindelin1-11/+11
2008-05-26git diff --no-index: default to page like other diff frontendsJunio C Hamano1-0/+7
2008-05-26git-diff: allow --no-index semantics a bit moreJunio C Hamano1-7/+32
2008-05-24"git diff": do not ignore index without --no-indexJunio C Hamano1-0/+231