| Commit message (Expand) | Author | Age |
* | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c | Steffen Prohaska | 2007-11-26 |
* | Merge branch 'ph/diffopts' | Junio C Hamano | 2007-11-18 |
|\ |
|
| * | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 |
* | | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 |
* | | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 2007-11-10 |
|/ |
|
* | diff --no-index: do not forget to run diff_setup_done() | Junio C Hamano | 2007-09-14 |
* | diff: squelch empty diffs even more | René Scharfe | 2007-08-14 |
* | diff-lib.c: don't strdup twice | René Scharfe | 2007-07-07 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Merge branch 'lt/gitlink' | Junio C Hamano | 2007-04-21 |
|\ |
|
| * | diff-lib: use ce_mode_from_stat() rather than messing with modes manually | Linus Torvalds | 2007-04-09 |
* | | Do not default to --no-index when given two directories. | Junio C Hamano | 2007-04-13 |
|/ |
|
* | Teach --quiet to diff backends. | Junio C Hamano | 2007-03-14 |
* | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 |
* | Merge branch 'js/diff-ni' | Junio C Hamano | 2007-03-10 |
|\ |
|
| * | diff --no-index: support /dev/null as filename | Johannes Schindelin | 2007-03-04 |
| * | diff-ni: fix the diff with standard input | Junio C Hamano | 2007-03-04 |
| * | diff: support reading a file from stdin via "-" | Johannes Schindelin | 2007-03-03 |
* | | Merge branch 'js/symlink' | Junio C Hamano | 2007-03-04 |
|\ \
| |/
|/| |
|
| * | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 2007-03-02 |
* | | diff-ni: allow running from a subdirectory. | Junio C Hamano | 2007-03-03 |
* | | diff: make more cases implicit --no-index | Johannes Schindelin | 2007-02-28 |
|/ |
|
* | diff --no-index: also imitate the exit status of diff(1) | Johannes Schindelin | 2007-02-26 |
* | Merge branch 'master' into js/diff-ni | Junio C Hamano | 2007-02-26 |
|\ |
|
| * | diff --cc: fix display of symlink conflicts during a merge. | Junio C Hamano | 2007-02-25 |
* | | Fix typo: do not show name1 when name2 fails | Johannes Schindelin | 2007-02-25 |
* | | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 2007-02-24 |
|\ \ |
|
| * | | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 2007-02-22 |
* | | | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 |
| |/
|/| |
|
* | | Do not take mode bits from index after type change. | Junio C Hamano | 2007-02-16 |
|/ |
|
* | git-blame: no rev means start from the working tree file. | Junio C Hamano | 2007-02-05 |
* | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 2007-01-06 |
* | diff-index --cc shows a 3-way diff between HEAD, index and working tree. | Paul Mackerras | 2006-09-05 |
* | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | Merge branch 'lt/objlist' into next | Junio C Hamano | 2006-06-19 |
|\ |
|
| * | Add "named object array" concept | Linus Torvalds | 2006-06-19 |
* | | Don't instantiate structures with FAMs. | Florian Forster | 2006-06-18 |
|/ |
|
* | Libified diff-index: backward compatibility fix. | Junio C Hamano | 2006-04-22 |
* | Libify diff-index. | Junio C Hamano | 2006-04-22 |
* | Libify diff-files. | Junio C Hamano | 2006-04-22 |
* | diff --stat: do not drop rename information. | Junio C Hamano | 2006-04-19 |
* | diff: move diff.c to diff-lib.c to make room. | Junio C Hamano | 2006-04-19 |