[geany/geany-plugins] f06c76: GeanyVC:(Fossil) Limit the width of the history log/timeline output

nomadbyte git-noreply at xxxxx
Sat Aug 22 18:01:10 UTC 2020


Branch:      refs/heads/master
Author:      nomadbyte <nomadbyte at users.noreply.github.com>
Committer:   nomadbyte <nomadbyte at users.noreply.github.com>
Date:        Sat, 22 Aug 2020 18:01:10 UTC
Commit:      f06c76d078b964095513a1d959c664a75b6ff030
             https://github.com/geany/geany-plugins/commit/f06c76d078b964095513a1d959c664a75b6ff030

Log Message:
-----------
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