Age | Commit message (Expand) | Author | Files | Lines |
2010-01-24 | Make ce_uptodate() trustworthy again | Junio C Hamano | 1 | -1/+1 |
2010-01-18 | Performance optimization for detection of modified submodules | Jens Lehmann | 1 | -15/+31 |
2010-01-16 | Show submodules as modified when they contain a dirty work tree | Jens Lehmann | 1 | -2/+6 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -2/+3 |
2010-01-07 | unpack-trees.c: look ahead in the index | Junio C Hamano | 1 | -0/+1 |
2010-01-07 | unpack-trees.c: prepare for looking ahead in the index | Junio C Hamano | 1 | -18/+0 |
2009-12-26 | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 1 | -2/+2 |
2009-10-11 | diff-lib.c: fix misleading comments on oneway_diff() | Junio C Hamano | 1 | -1/+1 |
2009-08-28 | Merge branch 'jc/shortstatus' | Junio C Hamano | 1 | -20/+2 |
2009-08-23 | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2009-08-11 | Prevent diff machinery from examining assume-unchanged entries on worktree | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2009-08-05 | diff-index: keep the original index intact | Junio C Hamano | 1 | -18/+0 |
2009-08-05 | diff-index: report unmerged new entries | Junio C Hamano | 1 | -2/+2 |
2009-07-29 | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 1 | -2/+2 |
2009-06-20 | Merge branch 'jc/cache-tree' | Junio C Hamano | 1 | -0/+3 |
2009-05-25 | Avoid "diff-index --cached" optimization under --find-copies-harder | Junio C Hamano | 1 | -2/+3 |
2009-05-25 | Optimize "diff-index --cached" using cache-tree | Junio C Hamano | 1 | -0/+2 |
2009-05-23 | Merge branch 'lt/maint-diff-reduce-lstat' | Junio C Hamano | 1 | -1/+1 |
2009-05-09 | Avoid unnecessary 'lstat()' calls in 'get_stat_data()' | Linus Torvalds | 1 | -1/+1 |
2009-03-17 | Merge branch 'kb/checkout-optim' | Junio C Hamano | 1 | -1/+1 |
2009-02-10 | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 1 | -0/+15 |
2009-02-09 | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 1 | -1/+1 |
2009-01-11 | Cleanup of unused symcache variable inside diff-lib.c | Kjetil Barvik | 1 | -29/+11 |
2008-08-30 | diff: vary default prefix depending on what are compared | Junio C Hamano | 1 | -0/+3 |
2008-07-16 | Fix buffer overflow in git diff | Dmitry Potapov | 1 | -4/+4 |
2008-05-24 | "git diff": do not ignore index without --no-index | Junio C Hamano | 1 | -323/+0 |
2008-05-10 | Optimize symlink/directory detection | Linus Torvalds | 1 | -5/+5 |
2008-05-10 | Merge branch 'py/diff-submodule' | Junio C Hamano | 1 | -7/+26 |
2008-05-05 | Merge branch 'jc/lstat' | Junio C Hamano | 1 | -2/+5 |
2008-05-04 | diff-lib.c: rename check_work_tree_entity() | Junio C Hamano | 1 | -4/+4 |
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 |