Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Sun, 23 Aug 2020 08:40:42 UTC Commit: b939708bf7c0aef3b0c8330649c446ac536f0603 https://github.com/geany/geany-plugins/commit/b939708bf7c0aef3b0c8330649c446...
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).
plugins-commits@lists.geany.org