aboutsummaryrefslogtreecommitdiffstats
path: root/show-diff.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds1-135/+0
2005-04-27[PATCH] Make -s flag to show-diff a no-op.Junio C Hamano1-9/+9
2005-04-27[PATCH] Reactivate show-diff patch generationJunio C Hamano1-14/+42
2005-04-26show-diff: don't print out the full "ce" format for unmerged filesLinus Torvalds1-1/+1
2005-04-26show-diff: match diff-tree and diff-cache outputLinus Torvalds1-31/+32
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano1-14/+3
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-98/+3
2005-04-18[PATCH] show-diff: Remove stale commentsJunio C Hamano1-3/+0
2005-04-18[PATCH] show-diff.c: -R option for reverse diff.Junio C Hamano1-7/+13
2005-04-18[PATCH] show-diff.c: make diff options customizable.Junio C Hamano1-4/+25
2005-04-18[PATCH] show-diff.c: adjust default format for the Linux kernel.Junio C Hamano1-3/+4
2005-04-18[PATCH] show-diff.c: simplify show_diff_empty.Junio C Hamano1-34/+10
2005-04-18[PATCH] show-diff.c: check unreadbale blob.Junio C Hamano1-1/+10
2005-04-18[PATCH] show-diff.c: clean up private buffer use.Junio C Hamano1-16/+6
2005-04-17[PATCH] (resend) show-diff.c off-by-one fixJunio C Hamano1-2/+2
2005-04-17[PATCH] show-diff.c: do not include unused header fileJunio C Hamano1-1/+0
2005-04-16[PATCH] Do not run useless show-diff on unmerged paths repeatedly.Junio C Hamano1-0/+13
2005-04-16[PATCH] show-diff style fix.Junio C Hamano1-4/+3
2005-04-16[PATCH] Rename confusing variable in show-diffJunio C Hamano1-4/+4
2005-04-16[PATCH] show-diff shell safetyJunio C Hamano1-4/+60
2005-04-16[PATCH] show-diff -z option for machine readable output.Junio C Hamano1-9/+19
2005-04-16[PATCH] Optionally tell show-diff to show only named filesJunio C Hamano1-8/+30
2005-04-15Simplify show-diff cache entry name handling.Linus Torvalds1-1/+1
2005-04-15[PATCH] Add "-q" option to show-diff.cJunio C Hamano1-5/+12
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds1-1/+1
2005-04-13[PATCH] Whitespace FixesIngo Molnar1-3/+3
2005-04-13[PATCH] Correct show-diff output for deleted filesPetr Baudis1-1/+1
2005-04-13[PATCH] Silent flag for show-diffPetr Baudis1-1/+13
2005-04-12[PATCH] show-diff show deleted files as diff as well.Christopher Li1-4/+45
2005-04-12Remove the annoying "ok" printout from show-diff.Linus Torvalds1-3/+1
2005-04-09Make the cache stat information comparator public.Linus Torvalds1-31/+1
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds1-1/+0
2005-04-07Add copyright notices.Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds1-0/+81