ryneeverett
f5e446b30f
gitstatus: patch in variable rather than regexing
...
Patching in the GITSTATUS_DAEMON variable seems like a more stable
solution than doing inline replacements.
2020-01-12 22:21:25 +00:00
ryneeverett
be4efc8010
gitstatus: patch fewer characters
...
This is a followup to https://github.com/NixOS/nixpkgs/pull/76744 .
The patch is still too aggressive because it captures additional local
variables declared in the same line. It should stop when it hits
whitespace.
See https://github.com/romkatv/gitstatus/pull/92 .
2020-01-12 22:02:08 +00:00
Martin Weinelt
68106d9317
git-and-tools.gitstatus: unstable-2019-05-06 -> unstable-2019-12-18
...
Also bumps the interally used version of libgit2.
2020-01-06 21:49:15 +01:00
Benjamin Esham
054214057a
gitstatus: patch fewer lines
...
The sed invocation was changing all lines matching "local daemon.*".
This changed the line it was supposed to, but two other lines that also
matched that pattern were being modified, which meant that the
"daemon_pid_var" and "daemon_pid" variables were not defined when they
should have been.
2019-12-31 10:29:08 -05:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Franz Pletz
10812379fa
libgit2: remove 0.26, default to 0.27
2019-06-18 11:16:48 +02:00
Manuel Mendez
c9d1a0d252
gitAndTools.gitstatus: init at unstable-2019-05-06
2019-05-28 11:57:09 -04:00