We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f186c23 commit ddc99b5Copy full SHA for ddc99b5
gix/tests/fixtures/make_diff_repos.sh
@@ -14,4 +14,10 @@ git init jj-trackcopy-1
14
rm -f "$index"
15
git update-index --index-info < "$ROOT/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.tree"
16
git commit --allow-empty -F "$ROOT/assets/jj-trackcopy-1/47bd6f4aa4a7eeef8b01ce168c6c771bdfffcbd3.msg"
17
+
18
+ git checkout -f HEAD
19
+ git mv cli c
20
+ git commit -m "renamed cli to c"
21
22
+ rm -Rf c/
23
)
0 commit comments