diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-11 19:49:08 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-11 13:28:13 -0700 |
commit | ed8ad7e2e29d4adf342964f6cc15d6b84f62c700 (patch) | |
tree | febc16922cc6e28f75cbd053f127e78d38abe5e0 /wt-status.h | |
parent | Merge branch 'js/attach' (diff) | |
download | tgif-ed8ad7e2e29d4adf342964f6cc15d6b84f62c700.tar.xz |
I like the idea of the new ':/<oneline prefix>' notation, and gave it
a try, but all I could get was a segfault. It was dereferencing a NULL
commit list. Fix below. With it, this example now works:
$ mkdir .j; cd .j; touch f
$ git-init; git-add f; git-commit -mc f; echo x >f; git-commit -md f
$ git-diff -p :/c :/d
diff --git a/f b/f
index e69de29..587be6b 100644
--- a/f
+++ b/f
@@ -0,0 +1 @@
+x
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'wt-status.h')
0 files changed, 0 insertions, 0 deletions