Skip to content

Commit

Permalink
Merge branch 'jk/diff-convfilter'
Browse files Browse the repository at this point in the history
* jk/diff-convfilter:
  diff: add filter for converting binary to text
  diff: introduce diff.<driver>.binary
  diff: unify external diff and funcname parsing code
  t4012: use test_cmp instead of cmp
  • Loading branch information
Junio C Hamano committed Oct 22, 2008
2 parents ca6c06b + 9cb92c3 commit 2f91bcf
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 247 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ LIB_H += transport.h
LIB_H += tree.h
LIB_H += tree-walk.h
LIB_H += unpack-trees.h
LIB_H += userdiff.h
LIB_H += utf8.h
LIB_H += wt-status.h

Expand Down Expand Up @@ -485,6 +486,7 @@ LIB_OBJS += tree-diff.o
LIB_OBJS += tree.o
LIB_OBJS += tree-walk.o
LIB_OBJS += unpack-trees.o
LIB_OBJS += userdiff.o
LIB_OBJS += usage.o
LIB_OBJS += utf8.o
LIB_OBJS += walker.o
Expand Down
Loading

0 comments on commit 2f91bcf

Please sign in to comment.