[geany/geany-plugins] 7b09bd: Merge pull request #1001 from nomadbyte/geanyvc/fossil-scm
Frank Lanitz
git-noreply at xxxxx
Sat Aug 22 07:40:24 UTC 2020
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: GitHub <noreply at github.com>
Date: Sat, 22 Aug 2020 07:40:24 UTC
Commit: 7b09bd88907b6d0682281cf52fba3d459f981a5b
https://github.com/geany/geany-plugins/commit/7b09bd88907b6d0682281cf52fba3d459f981a5b
Log Message:
-----------
Merge pull request #1001 from nomadbyte/geanyvc/fossil-scm
GeanyVC:(Fossil) When file being edited is not in the repo, simply return
Modified Paths:
--------------
geanyvc/src/vc_fossil.c
Modified: geanyvc/src/vc_fossil.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -57,7 +57,6 @@ parse_fossil_info(const gchar * txt, const gchar * fld)
gint len;
start = strstr(txt, fld);
- g_return_val_if_fail(start, NULL);
if (!start) return NULL;
start += strlen(fld);
--------------
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