Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-05 23:36:25 +0400
committerJunio C Hamano <gitster@pobox.com>2011-10-05 23:36:25 +0400
commit5fbef463a144fdb84a5b211e87d1d4bf67d61d4a (patch)
treeaa8c65b1f79aaa66c779c1f48a71b20a6fedad15 /unpack-trees.c
parent7a95d1be03d3fdd571bd36ea5b8bc5c59b063249 (diff)
parent1f1f575ebe194d2711f70bf7fc4e1ad9ae136112 (diff)
Merge branch 'mg/maint-doc-sparse-checkout'
* mg/maint-doc-sparse-checkout: git-read-tree.txt: correct sparse-checkout and skip-worktree description git-read-tree.txt: language and typography fixes unpack-trees: print "Aborting" to stderr
Diffstat (limited to 'unpack-trees.c')
-rw-r--r--unpack-trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index 670b464738..237aed8c76 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -159,7 +159,7 @@ static void display_error_msgs(struct unpack_trees_options *o)
string_list_clear(rejects, 0);
}
if (something_displayed)
- printf("Aborting\n");
+ fprintf(stderr, "Aborting\n");
}
/*