Age | Commit message (Expand) | Author | Files | Lines |
2008-05-04 | diff: a submodule not checked out is not modified | Junio C Hamano | 1 | -3/+22 |
2008-04-29 | git-svn: detect and fail gracefully when dcommitting to a void | Matthieu Moy | 1 | -0/+3 |
2008-04-12 | diff-files: mark an index entry we know is up-to-date as such | Junio C Hamano | 1 | -2/+5 |
2008-03-30 | diff-files: careful when inspecting work tree items | Junio C Hamano | 1 | -6/+11 |
2008-03-30 | diff-index: careful when inspecting work tree items | Junio C Hamano | 1 | -14/+55 |
2008-03-10 | unpack_trees(): fix diff-index regression. | Linus Torvalds | 1 | -0/+18 |
2008-03-09 | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 1 | -41/+8 |
2008-03-09 | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 1 | -0/+2 |
2008-03-02 | diff-lib.c: constness strengthening | Junio C Hamano | 1 | -7/+6 |
2008-02-09 | Allow callers of unpack_trees() to handle failure | Daniel Barkalow | 1 | -2/+4 |
2008-01-21 | Also use unpack_trees() in do_diff_cache() | Johannes Schindelin | 1 | -79/+13 |
2008-01-21 | Make run_diff_index() use unpack_trees(), not read_tree() | Linus Torvalds | 1 | -14/+137 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -18/+14 |
2007-11-26 | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c | Steffen Prohaska | 1 | -1/+1 |
2007-11-18 | Merge branch 'ph/diffopts' | Junio C Hamano | 1 | -11/+13 |
2007-11-11 | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 1 | -11/+13 |
2007-11-10 | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 1 | -1/+3 |
2007-11-10 | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 1 | -7/+9 |
2007-09-14 | diff --no-index: do not forget to run diff_setup_done() | Junio C Hamano | 1 | -0/+2 |
2007-08-14 | diff: squelch empty diffs even more | René Scharfe | 1 | -2/+6 |
2007-07-07 | diff-lib.c: don't strdup twice | René Scharfe | 1 | -1/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-04-21 | Merge branch 'lt/gitlink' | Junio C Hamano | 1 | -12/+3 |
2007-04-13 | Do not default to --no-index when given two directories. | Junio C Hamano | 1 | -10/+26 |
2007-04-09 | diff-lib: use ce_mode_from_stat() rather than messing with modes manually | Linus Torvalds | 1 | -12/+3 |
2007-03-14 | Teach --quiet to diff backends. | Junio C Hamano | 1 | -0/+6 |
2007-03-14 | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 1 | -1/+4 |
2007-03-10 | Merge branch 'js/diff-ni' | Junio C Hamano | 1 | -15/+27 |
2007-03-04 | Merge branch 'js/symlink' | Junio C Hamano | 1 | -0/+3 |
2007-03-04 | diff --no-index: support /dev/null as filename | Johannes Schindelin | 1 | -17/+17 |
2007-03-04 | diff-ni: fix the diff with standard input | Junio C Hamano | 1 | -5/+11 |
2007-03-03 | diff: support reading a file from stdin via "-" | Johannes Schindelin | 1 | -5/+11 |
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 |