| Commit message (Expand) | Author | Age |
* | Merge branch 'jl/submodule-diff-dirtiness' | Junio C Hamano | 2010-03-24 |
|\ |
|
| * | git status: ignoring untracked files must apply to submodules too | Jens Lehmann | 2010-03-13 |
| * | git status: Fix false positive "new commits" output for dirty submodules | Jens Lehmann | 2010-03-12 |
| * | Refactor dirty submodule detection in diff-lib.c | Jens Lehmann | 2010-03-12 |
| * | git status: Show detailed dirty status of submodules in long format | Jens Lehmann | 2010-03-08 |
| * | git diff --submodule: Show detailed dirty status of submodules | Jens Lehmann | 2010-03-04 |
* | | revision: introduce setup_revision_opt | Junio C Hamano | 2010-03-09 |
|/ |
|
* | Merge branch 'jl/diff-submodule-ignore' | Junio C Hamano | 2010-01-26 |
|\ |
|
| * | git diff: Don't test submodule dirtiness with --ignore-submodules | Jens Lehmann | 2010-01-24 |
| * | Make ce_uptodate() trustworthy again | Junio C Hamano | 2010-01-24 |
* | | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 2010-01-24 |
|\ \
| |/
|/| |
|
| * | unpack-trees.c: look ahead in the index | Junio C Hamano | 2010-01-07 |
| * | unpack-trees.c: prepare for looking ahead in the index | Junio C Hamano | 2010-01-07 |
* | | Performance optimization for detection of modified submodules | Jens Lehmann | 2010-01-18 |
* | | Show submodules as modified when they contain a dirty work tree | Jens Lehmann | 2010-01-16 |
* | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 |
|\ \ |
|
| * | | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 2009-08-23 |
* | | | Merge branch 'jc/1.7.0-diff-whitespace-only-status' | Junio C Hamano | 2009-12-26 |
|\ \ \
| |_|/
|/| | |
|
| * | | diff: Rename QUIET internal option to QUICK | Junio C Hamano | 2009-07-29 |
* | | | diff-lib.c: fix misleading comments on oneway_diff() | Junio C Hamano | 2009-10-11 |
* | | | Merge branch 'jc/shortstatus' | Junio C Hamano | 2009-08-28 |
|\ \ \
| |_|/
|/| | |
|
| * | | diff-index: keep the original index intact | Junio C Hamano | 2009-08-05 |
| * | | diff-index: report unmerged new entries | Junio C Hamano | 2009-08-05 |
| |/ |
|
* | | Prevent diff machinery from examining assume-unchanged entries on worktree | Nguyễn Thái Ngọc Duy | 2009-08-11 |
|/ |
|
* | Merge branch 'jc/cache-tree' | Junio C Hamano | 2009-06-20 |
|\ |
|
| * | Avoid "diff-index --cached" optimization under --find-copies-harder | Junio C Hamano | 2009-05-25 |
| * | Optimize "diff-index --cached" using cache-tree | Junio C Hamano | 2009-05-25 |
* | | Merge branch 'lt/maint-diff-reduce-lstat' | Junio C Hamano | 2009-05-23 |
|\ \
| |/
|/| |
|
| * | Avoid unnecessary 'lstat()' calls in 'get_stat_data()' | Linus Torvalds | 2009-05-09 |
* | | Merge branch 'kb/checkout-optim' | Junio C Hamano | 2009-03-17 |
|\ \ |
|
| * | | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 2009-02-09 |
* | | | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 2009-02-10 |
|/ / |
|
* | | Cleanup of unused symcache variable inside diff-lib.c | Kjetil Barvik | 2009-01-11 |
|/ |
|
* | diff: vary default prefix depending on what are compared | Junio C Hamano | 2008-08-30 |
* | Fix buffer overflow in git diff | Dmitry Potapov | 2008-07-16 |
* | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 |
* | Optimize symlink/directory detection | Linus Torvalds | 2008-05-10 |
* | Merge branch 'py/diff-submodule' | Junio C Hamano | 2008-05-10 |
|\ |
|
| * | diff-lib.c: rename check_work_tree_entity() | Junio C Hamano | 2008-05-04 |
| * | diff: a submodule not checked out is not modified | Junio C Hamano | 2008-05-04 |
* | | Merge branch 'jc/lstat' | Junio C Hamano | 2008-05-05 |
|\ \
| |/
|/| |
|
| * | diff-files: mark an index entry we know is up-to-date as such | Junio C Hamano | 2008-04-12 |
* | | git-svn: detect and fail gracefully when dcommitting to a void | Matthieu Moy | 2008-04-29 |
|/ |
|
* | diff-files: careful when inspecting work tree items | Junio C Hamano | 2008-03-30 |
* | diff-index: careful when inspecting work tree items | Junio C Hamano | 2008-03-30 |
* | unpack_trees(): fix diff-index regression. | Linus Torvalds | 2008-03-10 |
* | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 2008-03-09 |
* | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 2008-03-09 |
* | diff-lib.c: constness strengthening | Junio C Hamano | 2008-03-02 |
* | Allow callers of unpack_trees() to handle failure | Daniel Barkalow | 2008-02-09 |