diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-11 14:34:53 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-11 14:34:53 -0700 |
commit | 4da8cbc234177d6a8cf749d4ef60bd05ec843898 (patch) | |
tree | a97b17b67a77e6d9f9b7cdf0aa265594db2ddeb4 /http-push.c | |
parent | b5b1442ac35706ce1e3daed407dd935f0e9dd796 (diff) | |
parent | c4e05b1a2290c605e68e6dac5e2a580e6d4080b7 (diff) | |
download | git-4da8cbc234177d6a8cf749d4ef60bd05ec843898.tar.gz |
Merge branch 'jc/diff' into next
* jc/diff:
blame and friends: adjust to multiple pathspec change.
git log --full-diff
tree-diff: do not assume we use only one pathspec
Diffstat (limited to 'http-push.c')
-rw-r--r-- | http-push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-push.c b/http-push.c index 994ee90035..19a0f772e7 100644 --- a/http-push.c +++ b/http-push.c @@ -6,6 +6,7 @@ #include "blob.h" #include "http.h" #include "refs.h" +#include "diff.h" #include "revision.h" #include "exec_cmd.h" |