- dd44d41 Add optional parameters to the diff option "--ignore-submodules" by Jens Lehmann · 15 years ago
- b6a7a06 Merge branch 'jl/submodule-diff-dirtiness' by Junio C Hamano · 15 years ago
- 3bfc450 git status: ignoring untracked files must apply to submodules too by Jens Lehmann · 15 years ago
- 85adbf2 git status: Fix false positive "new commits" output for dirty submodules by Jens Lehmann · 15 years ago
- ae6d5c1 Refactor dirty submodule detection in diff-lib.c by Jens Lehmann · 15 years ago
- 32962c9 revision: introduce setup_revision_opt by Junio C Hamano · 15 years ago
- 9297f77e6 git status: Show detailed dirty status of submodules in long format by Jens Lehmann · 15 years ago
- c7e1a73 git diff --submodule: Show detailed dirty status of submodules by Jens Lehmann · 15 years ago
- d539de9 Merge branch 'jl/diff-submodule-ignore' by Junio C Hamano · 15 years ago
- 4d34477 git diff: Don't test submodule dirtiness with --ignore-submodules by Jens Lehmann · 15 years ago
- 026680f Merge branch 'jc/fix-tree-walk' by Junio C Hamano · 15 years ago
- 125fd98 Make ce_uptodate() trustworthy again by Junio C Hamano · 15 years ago
- e3d42c4 Performance optimization for detection of modified submodules by Jens Lehmann · 15 years ago
- ee6fc51 Show submodules as modified when they contain a dirty work tree by Jens Lehmann · 15 years ago
- 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 15 years ago
- 730f728 unpack-trees.c: look ahead in the index by Junio C Hamano · 15 years ago
- da165f4 unpack-trees.c: prepare for looking ahead in the index by Junio C Hamano · 15 years ago
- 3cc3fb7 Merge branch 'jc/1.7.0-diff-whitespace-only-status' by Junio C Hamano · 15 years ago
- da8ba5e diff-lib.c: fix misleading comments on oneway_diff() by Junio C Hamano · 15 years ago
- 433233e Merge branch 'jc/shortstatus' by Junio C Hamano · 16 years ago
- b4d1690 Teach Git to respect skip-worktree bit (reading part) by Nguyễn Thái Ngọc Duy · 16 years ago
- 540e694 Prevent diff machinery from examining assume-unchanged entries on worktree by Nguyễn Thái Ngọc Duy · 16 years ago
- 26da1d7 diff-index: keep the original index intact by Junio C Hamano · 16 years ago
- 29796c6 diff-index: report unmerged new entries by Junio C Hamano · 16 years ago
- 90b1994 diff: Rename QUIET internal option to QUICK by Junio C Hamano · 16 years ago
- c28a17f Merge branch 'jc/cache-tree' by Junio C Hamano · 16 years ago
- a0919ce Avoid "diff-index --cached" optimization under --find-copies-harder by Junio C Hamano · 16 years ago
- b65982b Optimize "diff-index --cached" using cache-tree by Junio C Hamano · 16 years ago
- 3ed2421 Merge branch 'lt/maint-diff-reduce-lstat' by Junio C Hamano · 16 years ago
- 658dd48 Avoid unnecessary 'lstat()' calls in 'get_stat_data()' by Linus Torvalds · 16 years ago
- a9bfe81 Merge branch 'kb/checkout-optim' by Junio C Hamano · 16 years ago
- 75f3ff2 Generalize and libify index_is_dirty() to index_differs_from(...) by Stephan Beyer · 16 years ago
- 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 16 years ago
- ff7e6aa Cleanup of unused symcache variable inside diff-lib.c by Kjetil Barvik · 16 years ago
- a5a818e diff: vary default prefix depending on what are compared by Junio C Hamano · 17 years ago
- fd55a19 Fix buffer overflow in git diff by Dmitry Potapov · 17 years ago
- 0569e9b "git diff": do not ignore index without --no-index by Junio C Hamano · 17 years ago
- c40641b Optimize symlink/directory detection by Linus Torvalds · 17 years ago
- 2855e70 Merge branch 'py/diff-submodule' by Junio C Hamano · 17 years ago
- 867fa20 Merge branch 'jc/lstat' by Junio C Hamano · 17 years ago
- 451244d diff-lib.c: rename check_work_tree_entity() by Junio C Hamano · 17 years ago
- 1392a37 diff: a submodule not checked out is not modified by Junio C Hamano · 17 years ago
- 59b0c24 git-svn: detect and fail gracefully when dcommitting to a void by Matthieu Moy · 17 years ago
- 8fa2960 diff-files: mark an index entry we know is up-to-date as such by Junio C Hamano · 17 years ago
- f58dbf2 diff-files: careful when inspecting work tree items by Junio C Hamano · 17 years ago
- 948dd34 diff-index: careful when inspecting work tree items by Junio C Hamano · 17 years ago
- 20a16eb unpack_trees(): fix diff-index regression. by Linus Torvalds · 17 years ago
- 34110cd Make 'unpack_trees()' have a separate source and destination index by Linus Torvalds · 17 years ago
- bc052d7 Make 'unpack_trees()' take the index to work on as an argument by Linus Torvalds · 17 years ago
- c8c16f2 diff-lib.c: constness strengthening by Junio C Hamano · 17 years ago
- 203a2fe Allow callers of unpack_trees() to handle failure by Daniel Barkalow · 17 years ago
- 204ce97 Also use unpack_trees() in do_diff_cache() by Johannes Schindelin · 17 years ago
- d1f2d7e Make run_diff_index() use unpack_trees(), not read_tree() by Linus Torvalds · 17 years ago
- 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
- ecf4831 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c by Steffen Prohaska · 17 years ago
- e6cb314 Merge branch 'ph/diffopts' by Junio C Hamano · 17 years ago
- 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit · 17 years ago
- fb63d7f git-add: make the entry stat-clean after re-adding the same contents by Junio C Hamano · 17 years ago
- 4bd5b7d ce_match_stat, run_diff_files: use symbolic constants for readability by Junio C Hamano · 17 years ago
- b78281f diff --no-index: do not forget to run diff_setup_done() by Junio C Hamano · 18 years ago
- 6d2d9e8 diff: squelch empty diffs even more by René Scharfe · 18 years ago
- 4d3f4b8 diff-lib.c: don't strdup twice by René Scharfe · 18 years ago
- a6080a0 War on whitespace by Junio C Hamano · 18 years ago
- afb5b6a Merge branch 'lt/gitlink' by Junio C Hamano · 18 years ago
- 1ad029b Do not default to --no-index when given two directories. by Junio C Hamano · 18 years ago
- 844c11a diff-lib: use ce_mode_from_stat() rather than messing with modes manually by Linus Torvalds · 18 years ago
- 822cac0 Teach --quiet to diff backends. by Junio C Hamano · 18 years ago
- 41bbf9d Allow git-diff exit with codes similar to diff(1) by Alex Riesen · 18 years ago
- cf6981d Merge branch 'js/diff-ni' by Junio C Hamano · 18 years ago
- e6f9511 Merge branch 'js/symlink' by Junio C Hamano · 18 years ago
- 0c725f1 diff --no-index: support /dev/null as filename by Johannes Schindelin · 18 years ago
- 3afaa72 diff-ni: fix the diff with standard input by Junio C Hamano · 18 years ago
- 5332b2a diff: support reading a file from stdin via "-" by Johannes Schindelin · 18 years ago
- ae792aa diff-ni: allow running from a subdirectory. by Junio C Hamano · 18 years ago
- 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
- fcfa33e diff: make more cases implicit --no-index by Johannes Schindelin · 18 years ago
- 34a5e1a diff --no-index: also imitate the exit status of diff(1) by Johannes Schindelin · 18 years ago
- 048f48a Merge branch 'master' into js/diff-ni by Junio C Hamano · 18 years ago
- 4fc970c diff --cc: fix display of symlink conflicts during a merge. by Junio C Hamano · 18 years ago
- 646b329 Fix typo: do not show name1 when name2 fails by Johannes Schindelin · 18 years ago
- efdfd6c Evil Merge branch 'jc/status' (early part) into js/diff-ni by Junio C Hamano · 18 years ago
- d516c2d Teach git-diff-files the new option `--no-index` by Johannes Schindelin · 18 years ago
- b4e1e4a run_diff_{files,index}(): update calling convention. by Junio C Hamano · 18 years ago
- 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
- 1cfe773 git-blame: no rev means start from the working tree file. by Junio C Hamano · 18 years ago
- e9c8409 diff-index --cached --raw: show tree entry on the LHS for unmerged entries. by Junio C Hamano · 18 years ago
- cb2b9f5 diff-index --cc shows a 3-way diff between HEAD, index and working tree. by Paul Mackerras · 19 years ago
- a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
- b19beec Merge branch 'lt/objlist' into next by Junio C Hamano · 19 years ago
- 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
- b4b1550 Don't instantiate structures with FAMs. by Florian Forster · 19 years ago
- 5c21ac0 Libified diff-index: backward compatibility fix. by Junio C Hamano · 19 years ago
- e09ad6e Libify diff-index. by Junio C Hamano · 19 years ago
- 6973dca Libify diff-files. by Junio C Hamano · 19 years ago
- 44aad15 diff --stat: do not drop rename information. by Junio C Hamano · 19 years ago
- ba580ae diff: move diff.c to diff-lib.c to make room. by Junio C Hamano · 19 years ago[Renamed from diff.c]
- 85e6326 Merge branch 'fix' by Junio C Hamano · 19 years ago
- 8d6e103 Fix filename scaling for binary files by Jonas Fonseca · 19 years ago