summaryrefslogtreecommitdiff
path: root/save.pl
diff options
context:
space:
mode:
Diffstat (limited to 'save.pl')
-rw-r--r--save.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/save.pl b/save.pl
index 5303d3a..bb3d7af 100644
--- a/save.pl
+++ b/save.pl
@@ -83,6 +83,7 @@ chain_atom_x(C, A0, A) :-
commit(Msg) :-
setup_call_cleanup(
- process_create(path(git), ['commit', '-m', Msg], []),
+ process_create(path(git), ['commit', '-m', Msg],
+ [detached(true)]),
true,
true).