List for cgit developers and users
 help / color / mirror / Atom feed
From: cgit at cryptocrack.de (Lukas Fleischer)
Subject: [PATCH 2/5] ui-patch.c: Fix signature delimiter
Date: Mon, 26 Aug 2013 20:38:32 +0200	[thread overview]
Message-ID: <1377542315-19728-3-git-send-email-cgit@cryptocrack.de> (raw)
In-Reply-To: <1377542315-19728-1-git-send-email-cgit@cryptocrack.de>

Add a missing space after the "--" marker that introduces the patch
signature.

Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>
---
 ui-patch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-patch.c b/ui-patch.c
index 4d35167..6df105e 100644
--- a/ui-patch.c
+++ b/ui-patch.c
@@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
 
 	while ((commit = get_revision(&rev)) != NULL) {
 		log_tree_commit(&rev, commit);
-		printf("--\ncgit %s\n", cgit_version);
+		printf("-- \ncgit %s\n", cgit_version);
 	}
 }
-- 
1.8.4.rc3.500.gc3113b0



  parent reply	other threads:[~2013-08-26 18:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26 18:38 [PATCH 0/5] Several ui-patch.c tweaks and tests! cgit
2013-08-26 18:38 ` [PATCH 1/5] t0108: Avoid unnecessary fork() cgit
2013-08-26 18:38 ` cgit [this message]
2013-08-26 18:38 ` [PATCH 3/5] ui-patch.c: Add additional newline after each patch cgit
2013-08-26 18:38 ` [PATCH 4/5] t0108: Compare output with git-format-patch(1) cgit
2013-08-26 18:38 ` [PATCH 5/5] t0108: Add tests for revision ranges cgit
2013-08-26 19:05 ` [PATCH 0/5] Several ui-patch.c tweaks and tests! Jason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377542315-19728-3-git-send-email-cgit@cryptocrack.de \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).