[PATCH] wt-status.c: Expand cut_line so the scissor line is 72 chars

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Change the size of the commit scissor line to 72 characters (the
recommended maximum line length in log messages) so it can be used as a
visual clue in editors using monospaced fonts.

Signed-off-by: Øyvind A. Holm <sunny@xxxxxxxxxxx>
---
 Documentation/git-commit.txt | 2 +-
 t/t7502-commit.sh            | 2 +-
 wt-status.c                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 0bbc8f5..d24573f 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -189,7 +189,7 @@ verbatim::
 scissors::
 	Same as `whitespace`, except that everything from (and
 	including) the line
-	"`# ------------------------ >8 ------------------------`"
+	"`# --------------------------------- >8 ---------------------------------`"
 	is truncated if the message is to be edited. "`#`" can be
 	customized with core.commentChar.
 default::
diff --git a/t/t7502-commit.sh b/t/t7502-commit.sh
index 051489e..8b2ec6b 100755
--- a/t/t7502-commit.sh
+++ b/t/t7502-commit.sh
@@ -229,7 +229,7 @@ test_expect_success 'cleanup commit messages (scissors option,-F,-e)' '
 	cat >text <<EOF &&
 
 # to be kept
-# ------------------------ >8 ------------------------
+# --------------------------------- >8 ---------------------------------
 to be removed
 EOF
 	echo "# to be kept" >expect &&
diff --git a/wt-status.c b/wt-status.c
index 27da529..010632c 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -18,7 +18,7 @@
 #include "utf8.h"
 
 static const char cut_line[] =
-"------------------------ >8 ------------------------\n";
+"--------------------------------- >8 ---------------------------------\n";
 
 static char default_wt_status_colors[][COLOR_MAXLEN] = {
 	GIT_COLOR_NORMAL, /* WT_STATUS_HEADER */
-- 
2.1.0.29.g10a3b53

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]