login
Header Space

 
 

git-diff-tree rename detection bug

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Wednesday, September 14, 2005 - 12:47 pm

Look at the diffs between ad6571a78ac74e9fa27e581834709067dba459af and
it's parent with and without rename detection enabled.  (In linux-2.6
git tree)

(formated for narrow screens)
$ REV=ad6571a78ac74e9fa27e581834709067dba459af
$ git-diff-tree -r  $REV^1 $REV | grep termios.h
:000000 100644 0000000000000000000000000000000000000000
   237533bb0e9f1a3e640c4906d8b350deafd315b9 A      include/asm-powerpc/termios.h
:100644 000000 97c6287a6cbaa5903ee1a5934a5553e9e485d8e7
   0000000000000000000000000000000000000000 D      include/asm-ppc/termios.h
:100644 000000 02c3d283aa62bc1b4d7c5d1b22ce03ee4b8771eb
   0000000000000000000000000000000000000000 D      include/asm-ppc64/termios.h

$ git-diff-tree -r  -M $REV^1 $REV | grep termios.h
:000000 100644 0000000000000000000000000000000000000000
   237533bb0e9f1a3e640c4906d8b350deafd315b9 A      include/asm-powerpc/termios.h
:100644 000000 97c6287a6cbaa5903ee1a5934a5553e9e485d8e7
   0000000000000000000000000000000000000000 D      include/asm-ppc/termios.h

Notice how the the fact that include/asm-ppc64/termios.h is deleted gets lost?
Looks broken to me.

-Wayne
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-diff-tree rename detection bug, Wayne Scott, (Wed Sep 14, 12:47 pm)
Re: git-diff-tree rename detection bug, Junio C Hamano, (Wed Sep 14, 2:51 pm)
Re: git-diff-tree rename detection bug, Junio C Hamano, (Wed Sep 14, 2:09 pm)
Re: git-diff-tree rename detection bug, Wayne Scott, (Wed Sep 14, 2:40 pm)
Re: git-diff-tree rename detection bug, Linus Torvalds, (Wed Sep 14, 4:24 pm)
Re: git-diff-tree rename detection bug, Paul Mackerras, (Wed Sep 14, 10:23 pm)
Re: git-diff-tree rename detection bug, H. Peter Anvin, (Thu Sep 15, 1:58 am)
Re: git-diff-tree rename detection bug, Nicolas Pitre, (Thu Sep 15, 4:57 pm)
Re: git-diff-tree rename detection bug, Linus Torvalds, (Thu Sep 15, 10:55 am)
Re: git-diff-tree rename detection bug, Junio C Hamano, (Thu Sep 15, 3:41 am)
Re: git-diff-tree rename detection bug, Linus Torvalds, (Wed Sep 14, 11:29 pm)
Re: git-diff-tree rename detection bug, Junio C Hamano, (Fri Sep 16, 1:59 am)
Re: git-diff-tree rename detection bug, Paul Mackerras, (Wed Sep 14, 10:26 pm)
Re: git-diff-tree rename detection bug, Linus Torvalds, (Wed Sep 14, 11:36 pm)
Re: git-diff-tree rename detection bug, Paul Mackerras, (Thu Sep 15, 12:52 am)
Re: git-diff-tree rename detection bug, Josef Weidendorfer, (Thu Sep 15, 10:49 am)
Fix alloc_filespec() initialization, Linus Torvalds, (Wed Sep 14, 4:41 pm)
speck-geostationary