1. 19 5月, 2006 1 次提交
  2. 16 5月, 2006 1 次提交
  3. 08 5月, 2006 1 次提交
  4. 07 5月, 2006 1 次提交
  5. 30 4月, 2006 1 次提交
  6. 29 4月, 2006 2 次提交
    • J
      built-in diff: assorted updates. · 0fe7c1de
      Junio C Hamano 提交于
      "git diff(n)" without --base, --ours, etc. defaults to --cc,
      which usually is the same as -p unless you are in the middle of
      a conflicted merge, just like the shell script version.
      
      "git diff(n) blobA blobB path" complains and dies.
      
      "git diff(n) tree0 tree1 tree2...treeN" does combined diff that
      shows a merge of tree1..treeN to result in tree0.
      
      Giving "-c" option to any command that defaults to "--cc" turns
      off dense-combined flag.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      0fe7c1de
    • J
      built-in diff. · 65056021
      Junio C Hamano 提交于
      This starts to replace the shell script version of "git diff".
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      65056021