Age | Commit message (Expand) | Author | Files | Lines |
2007-03-03 | diff-ni: allow running from a subdirectory. | Junio C Hamano | 1 | -1/+13 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -0/+3 |
2007-02-28 | diff: make more cases implicit --no-index | Johannes Schindelin | 1 | -0/+54 |
2007-02-26 | diff --no-index: also imitate the exit status of diff(1) | Johannes Schindelin | 1 | -3/+8 |
2007-02-26 | Merge branch 'master' into js/diff-ni | Junio C Hamano | 1 | -3/+13 |
2007-02-25 | diff --cc: fix display of symlink conflicts during a merge. | Junio C Hamano | 1 | -3/+13 |
2007-02-25 | Fix typo: do not show name1 when name2 fails | Johannes Schindelin | 1 | -1/+1 |
2007-02-24 | Evil Merge branch 'jc/status' (early part) into js/diff-ni | Junio C Hamano | 1 | -9/+5 |
2007-02-22 | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 1 | -0/+207 |
2007-02-22 | run_diff_{files,index}(): update calling convention. | Junio C Hamano | 1 | -9/+1 |
2007-02-16 | Do not take mode bits from index after type change. | Junio C Hamano | 1 | -3/+1 |
2007-02-05 | git-blame: no rev means start from the working tree file. | Junio C Hamano | 1 | -1/+43 |
2007-01-06 | diff-index --cached --raw: show tree entry on the LHS for unmerged entries. | Junio C Hamano | 1 | -3/+6 |
2006-09-05 | diff-index --cc shows a 3-way diff between HEAD, index and working tree. | Paul Mackerras | 1 | -0/+25 |
2006-08-23 | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 1 | -1/+1 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+1 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
2006-06-19 | Merge branch 'lt/objlist' into next | Junio C Hamano | 1 | -2/+2 |
2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -2/+2 |
2006-06-18 | Don't instantiate structures with FAMs. | Florian Forster | 1 | -19/+22 |
2006-04-22 | Libified diff-index: backward compatibility fix. | Junio C Hamano | 1 | -1/+9 |
2006-04-22 | Libify diff-index. | Junio C Hamano | 1 | -0/+203 |
2006-04-22 | Libify diff-files. | Junio C Hamano | 1 | -1762/+100 |
2006-04-19 | diff --stat: do not drop rename information. | Junio C Hamano | 1 | -9/+68 |
2006-04-19 | diff: move diff.c to diff-lib.c to make room. | Junio C Hamano | 1 | -0/+1736 |