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