Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: cogito - how do I ???

From: Thomas Glanzmann <hidden>
Date: 2016-06-15 22:41:58

Hello,
It should not.  "diff-tree --stdin" expects the line to begin
with an SHA1 and it either takes (1) one SHA1 followed by one
space followed by another SHA1 potentially followed by garbage
til the newline, or (2) one SHA1 potentially followed by garbage
til the newline.  rev-tree has the timestamp at the beginning
which does not match either of them.  What you are doing with
awk should work, so should this:
thanks for the clarification.
  git-rev-tree MH ^H | sed -e 's/^[0-9]* //' | git-diff-tree --stdin ...
This is very usefull with a 'pull only' mode.

Thanks,
	Thomas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help