aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-12 05:02:25 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-12 05:02:25 -0800
commitc611db196a8830135e1a03e5b4fa6502714ded24 (patch)
tree696f6a3ab5fc4afae7f301ff10526a5e4b8c1278
parentAvoid using "git-var -l" until it gets fixed. (diff)
parentdiff-tree: do not default to -c (diff)
downloadgit-c611db196a8830135e1a03e5b4fa6502714ded24.tar.gz
git-c611db196a8830135e1a03e5b4fa6502714ded24.zip
Merge branch 'jc/fixdiff'
* jc/fixdiff: diff-tree: do not default to -c
-rw-r--r--diff-tree.c4
-rwxr-xr-xgit-whatchanged.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/diff-tree.c b/diff-tree.c
index b170b03fd3..f55a35a9d5 100644
--- a/diff-tree.c
+++ b/diff-tree.c
@@ -6,7 +6,7 @@ static int show_root_diff = 0;
static int no_commit_id = 0;
static int verbose_header = 0;
static int ignore_merges = 1;
-static int combine_merges = 1;
+static int combine_merges = 0;
static int dense_combined_merges = 0;
static int read_stdin = 0;
static int always_show_header = 0;
@@ -248,7 +248,7 @@ int main(int argc, const char **argv)
continue;
}
if (!strcmp(arg, "-m")) {
- combine_merges = ignore_merges = 0;
+ ignore_merges = 0;
continue;
}
if (!strcmp(arg, "-c")) {
diff --git a/git-whatchanged.sh b/git-whatchanged.sh
index 574fc3558e..1fb9feb348 100755
--- a/git-whatchanged.sh
+++ b/git-whatchanged.sh
@@ -10,7 +10,7 @@ case "$0" in
count=
test -z "$diff_tree_flags" &&
diff_tree_flags=$(git-repo-config --get whatchanged.difftree)
- diff_tree_default_flags='-M --abbrev' ;;
+ diff_tree_default_flags='-c -M --abbrev' ;;
*show)
count=-n1
test -z "$diff_tree_flags" &&
3abc7e2ab105d1d39d415110d1566d6&follow=1'>drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger3-12/+23 2014-01-23drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching1-10/+20 2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0 2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer1-14/+4 2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4 2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5 2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5 2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9 2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17 2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer1-23/+4 2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer1-0/+11 2014-01-23rbtree/test: move rb_node to the middle of the test structCody P Schafer1-1/+1 2014-01-23rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2-3/+3 2014-01-23partitions/efi: complete documentation of gpt kernel param purposeDavidlohr Bueso1-1/+3