36 Commits (36e5e70e0f40cf7ca4351b8159d68f8560a2805f)

Author SHA1 Message Date
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano 1ad029b6a1 Do not default to --no-index when given two directories. 18 years ago
Linus Torvalds 844c11ae25 diff-lib: use ce_mode_from_stat() rather than messing with modes manually 18 years ago
Junio C Hamano 822cac0155 Teach --quiet to diff backends. 18 years ago
Alex Riesen 41bbf9d585 Allow git-diff exit with codes similar to diff(1) 18 years ago
Johannes Schindelin 0c725f1bd9 diff --no-index: support /dev/null as filename 18 years ago
Junio C Hamano 3afaa72d7d diff-ni: fix the diff with standard input 18 years ago
Johannes Schindelin 5332b2af10 diff: support reading a file from stdin via "-" 18 years ago
Junio C Hamano ae792aa52b diff-ni: allow running from a subdirectory. 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Johannes Schindelin fcfa33ec90 diff: make more cases implicit --no-index 18 years ago
Johannes Schindelin 34a5e1a2d9 diff --no-index: also imitate the exit status of diff(1) 18 years ago
Junio C Hamano 4fc970c438 diff --cc: fix display of symlink conflicts during a merge. 18 years ago
Johannes Schindelin 646b329961 Fix typo: do not show name1 when name2 fails 18 years ago
Johannes Schindelin d516c2d119 Teach git-diff-files the new option `--no-index` 18 years ago
Junio C Hamano b4e1e4a787 run_diff_{files,index}(): update calling convention. 18 years ago
Junio C Hamano 185c975faa Do not take mode bits from index after type change. 18 years ago
Junio C Hamano 1cfe77333f git-blame: no rev means start from the working tree file. 18 years ago
Junio C Hamano e9c8409900 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
Paul Mackerras cb2b9f5ee1 diff-index --cc shows a 3-way diff between HEAD, index and working tree. 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Florian Forster b4b1550315 Don't instantiate structures with FAMs. 19 years ago
Junio C Hamano 5c21ac0e7c Libified diff-index: backward compatibility fix. 19 years ago
Junio C Hamano e09ad6e1e3 Libify diff-index. 19 years ago
Junio C Hamano 6973dcaee7 Libify diff-files. 19 years ago
Junio C Hamano 44aad15f0d diff --stat: do not drop rename information. 19 years ago
Junio C Hamano ba580aeafb diff: move diff.c to diff-lib.c to make room. 19 years ago
Jonas Fonseca 8d6e10327d Fix filename scaling for binary files 19 years ago
Junio C Hamano 3a624b346d Fix "git log --stat": make sure to set recursive with --stat. 19 years ago
Junio C Hamano f56ef54174 diff --stat: make sure to set recursive. 19 years ago
Johannes Schindelin 2935327394 diff-options: add --patch-with-stat 19 years ago
Junio C Hamano cbdda02404 diff-files --stat: do not dump core with unmerged index. 19 years ago
Junio C Hamano 6f4780f9df diff --stat: do not do its own three-dashes. 19 years ago
Junio C Hamano 84981f9ad9 diff --stat: no need to ask funcnames nor context. 19 years ago
Johannes Schindelin ece634d147 diff-options: add --stat (take 2) 19 years ago
Johannes Schindelin d75f7952ef diff-options: add --stat (take 2) 19 years ago
Petr Baudis 90c1b08c7d Separate the raw diff and patch with a newline 19 years ago
Junio C Hamano 86ff1d2012 diff-* --patch-with-raw 19 years ago
Junio C Hamano 77882f60d9 Retire diffcore-pathspec. 19 years ago
Junio C Hamano a041d94f29 diff: fix output of total-rewrite diff. 19 years ago
Junio C Hamano 7d6c447145 diff_flush(): leakfix. 19 years ago
Petr Baudis d01d8c6782 Support for pickaxe matching regular expressions 19 years ago
Junio C Hamano 1b0c7174a1 tree/diff header cleanup. 19 years ago
Mark Wooding acb7257729 xdiff: Show function names in hunk headers. 19 years ago
Junio C Hamano cebff98dbe true built-in diff: run everything in-core. 19 years ago
Junio C Hamano 3ce8f08944 built-in diff: minimum tweaks 19 years ago
Linus Torvalds 3443546f6e Use a *real* built-in diff generator 19 years ago