diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-22 10:48:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-22 10:48:20 -0800 |
commit | 9591fcc6d66fd213c8c9f73553b7684b73daf4cb (patch) | |
tree | 8dd432bdf7821f0a86349628f148fed232acc995 /Makefile | |
parent | c4ada6283eaf1d4970b92b0e2cb9503a17da27ad (diff) | |
parent | a60521bc6099ce89d05ef2160d2e3c30a106fda7 (diff) | |
download | git-9591fcc6d66fd213c8c9f73553b7684b73daf4cb.tar.gz git-9591fcc6d66fd213c8c9f73553b7684b73daf4cb.tar.xz |
Merge branch 'jc/merge-blobs'
* jc/merge-blobs:
Makefile: Replace merge-file.h with merge-blobs.h in LIB_H
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -649,7 +649,7 @@ LIB_H += list-objects.h LIB_H += ll-merge.h LIB_H += log-tree.h LIB_H += mailmap.h -LIB_H += merge-file.h +LIB_H += merge-blobs.h LIB_H += merge-recursive.h LIB_H += mergesort.h LIB_H += notes-cache.h |