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
This commit is contained in:
Junio C Hamano
2006-04-11 14:34:53 -07:00
9 changed files with 77 additions and 47 deletions

View File

@ -6,6 +6,7 @@
#include "blob.h"
#include "http.h"
#include "refs.h"
#include "diff.h"
#include "revision.h"
#include "exec_cmd.h"