author | Junio C Hamano <junkio@cox.net> | |
Fri, 5 May 2006 22:36:04 +0000 (15:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 5 May 2006 22:36:04 +0000 (15:36 -0700) |
* jc/bindiff:
binary diff: further updates.
binary patch.
pack-object: squelch eye-candy on non-tty
core.prefersymlinkrefs: use symlinks for .git/HEAD
repo-config: trim white-space before comment
Fix for config file section parsing.
Clarify git-cherry documentation.
Update git-unpack-objects documentation.
Fix up docs where "--" isn't displayed correctly.
Several trivial documentation touch ups.
git-svn 1.0.0
git-svn: documentation updates
delta: stricter constness
Makefile: do not link rev-list any specially.
builtin-push: --all and --tags _are_ explicit refspecs
binary diff: further updates.
binary patch.
pack-object: squelch eye-candy on non-tty
core.prefersymlinkrefs: use symlinks for .git/HEAD
repo-config: trim white-space before comment
Fix for config file section parsing.
Clarify git-cherry documentation.
Update git-unpack-objects documentation.
Fix up docs where "--" isn't displayed correctly.
Several trivial documentation touch ups.
git-svn 1.0.0
git-svn: documentation updates
delta: stricter constness
Makefile: do not link rev-list any specially.
builtin-push: --all and --tags _are_ explicit refspecs
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
apply.c | patch | | diff1 | | diff2 | | blob | history |
cache.h | patch | | diff1 | | diff2 | | blob | history |
pack-objects.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
index e9d9e101d393dd037728fa4552d8b9fc03270557,814010d7b4e5f1938e72d3d7e2ca3ceb36c96a50..070c478bf291898060faf02ea86d416b765b39f1
+++ b/Makefile
diffcore-delta.o log-tree.o
LIB_OBJS = \
- blob.o commit.o connect.o csum-file.o cache-tree.o \
- blob.o commit.o connect.o csum-file.o base85.o \
++ blob.o commit.o connect.o csum-file.o cache-tree.o base85.o \
date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \
object.o pack-check.o patch-delta.o path.o pkt-line.o \
quote.o read-cache.o refs.o run-command.o \
diff --cc apply.c
index acecf8de54e0446c16da2291de6d90b4606f3287,1b93aab8af1a5498e69fe3cffe7cdfb527fa4317..88d2a3206b0c46e31d2459f616e0d7bc7fb93a0f
+++ b/apply.c
*/
#include <fnmatch.h>
#include "cache.h"
+#include "cache-tree.h"
#include "quote.h"
#include "blob.h"
+ #include "delta.h"
// --check turns on checking that the working tree matches the
// files that are being modified, but doesn't apply the patch
diff --cc cache.h
Simple merge
diff --cc pack-objects.c
Simple merge