[geany/geany-plugins] b93970: Merge pull request #1004 from nomadbyte/geanyvc/fossil-scm

Frank Lanitz git-noreply at xxxxx
Sun Aug 23 08:40:42 UTC 2020


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Sun, 23 Aug 2020 08:40:42 UTC
Commit:      b939708bf7c0aef3b0c8330649c446ac536f0603
             https://github.com/geany/geany-plugins/commit/b939708bf7c0aef3b0c8330649c446ac536f0603

Log Message:
-----------
Merge pull request #1004 from nomadbyte/geanyvc/fossil-scm

GeanyVC:(Fossil) Limit the width of the history log/timeline output


Modified Paths:
--------------
    geanyvc/src/vc_fossil.c

Modified: geanyvc/src/vc_fossil.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,7 @@
 extern GeanyData *geany_data;
 
 #define FOSSIL_CLIENT "fossil"
-#define FOSSIL_CMD_LOG_WIDTH "0"  /* 0:single-line */
+#define FOSSIL_CMD_LOG_WIDTH "100"  /* 0:single-line */
 #define FOSSIL_CMD_LOG_NUM   "300"
 
 static const gchar *FOSSIL_CMD_DIFF_FILE[] = { FOSSIL_CLIENT, "diff", BASENAME, NULL };



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list