Question: How to remove empty commit from git-svn? #5133
Unanswered
NickLiu635
asked this question in
Q&A
Replies: 1 comment
-
Since this does not seem to be a Windows-specific question, you may instead want to take it to the Git mailing list (send plain-text messages, HTML messages are dropped silently). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
![图片](https://private-user-images.githubusercontent.com/36353209/366281187-38aa8a71-130b-4dba-9448-15193595d374.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjg2MzUsIm5iZiI6MTczOTYyODMzNSwicGF0aCI6Ii8zNjM1MzIwOS8zNjYyODExODctMzhhYThhNzEtMTMwYi00ZGJhLTk0NDgtMTUxOTM1OTVkMzc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE0MDUzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk5Mjg3YjdiNTAwMmJhMDUxZmY3Yzk3OWU2MGNkNTQxZWRmMjU5NDcyNzQ0YjUyNzdhNGI2YmQwNDJkMmIyZTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.D0SOFrbrXVq1jktEI1_IOLLajkukuxfW9dWcn0U6l_E)
--ignore-paths
to filter some file out when usinggit svn init
, which makes git-svn generate some empty commit.> git log --oneline --stat
How to remove empty commit from git-svn?
Beta Was this translation helpful? Give feedback.
All reactions