Previously this example would fail if the oldest commit(s) in any filtered
branch is/are empty (no files) because the index would not change, and the mv
would fail with:
mv: cannot stat /index.new': No such file or directory
This commonly occurs with histories created from git-svn-clone
Previously this example would fail if the history contained any empty
commit, because the index would not change, and the mv would fail with:
mv: cannot stat /index.new': No such file or directory
The updated example checks whether the index file has been created
before attempting the mv. The em
2 matches
Mail list logo