author | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 19:55:28 +0000 (11:55 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 19:55:28 +0000 (11:55 -0800) |
* jc/diff-relative:
diff --relative: help working in a bare repository
diff --relative: output paths as relative to the current subdirectory
diff --relative: help working in a bare repository
diff --relative: output paths as relative to the current subdirectory
1 | 2 | |||
---|---|---|---|---|
builtin-diff.c | patch | | diff1 | | diff2 | | blob | history |
diff.c | patch | | diff1 | | diff2 | | blob | history |
diff.h | patch | | diff1 | | diff2 | | blob | history |
revision.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin-diff.c
Simple merge
diff --cc diff.c
Simple merge
diff --cc diff.h
index c5d3a4f965380fd56791fc99864fa27b758da7ca,fcd9653822effd07c0ebb34b4f2c65e55ebf5d2e..9a652e7f38e3c1aeb7c7eaf840dea7bcea285311
+++ b/diff.h
int pickaxe_opts;
int rename_score;
int rename_limit;
+ int dirstat_percent;
int setup;
int abbrev;
+ const char *prefix;
+ int prefix_length;
const char *msg_sep;
const char *stat_sep;
long xdl_opts;
diff --cc revision.c
Simple merge