diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-08 15:42:20 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-08 15:42:20 -0700 |
commit | 102cb08521df5f33b30c0ef41a1078a61e593943 (patch) | |
tree | 907c6791951e3ae9bae1e0c88dba505a6bbac810 /log-tree.c | |
parent | git.c: Rename NEEDS_PREFIX to RUN_SETUP (diff) | |
parent | git-push: allow pushing from subdirectories (diff) | |
download | tgif-102cb08521df5f33b30c0ef41a1078a61e593943.tar.xz |
Merge branch 'master' into mk/rename
Diffstat (limited to 'log-tree.c')
-rw-r--r-- | log-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-tree.c b/log-tree.c index b67b8dd17a..05ede0c175 100644 --- a/log-tree.c +++ b/log-tree.c @@ -59,7 +59,7 @@ void show_log(struct rev_info *opt, const char *sep) fputs(diff_unique_abbrev(commit->object.sha1, abbrev_commit), stdout); if (opt->parents) show_parents(commit, abbrev_commit); - putchar('\n'); + putchar(opt->diffopt.line_termination); return; } |