Skip to content
Snippets Groups Projects

support chunks in git export; rebase before merging to avoid merging manually

Merged Thibault Lavigne requested to merge support_git_chunks into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -7,6 +7,7 @@ from pathlib import Path
import gitlab
import sh
from arkindex_worker import logger
NOTHING_TO_COMMIT_MSG = "nothing to commit, working tree clean"
Loading