diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-03-01 01:19:54 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-01 01:24:19 +0100 |
commit | a852fce66fe8667320102ed025f7062c9656c93f (patch) | |
tree | cd01ca4ac336cbf6a44d51d314cb4a04aebb3c41 | |
parent | fb0c5ece9f061e0093ed86c67d6519bfadcb1dd0 (diff) | |
download | hlupak-a852fce66fe8667320102ed025f7062c9656c93f.tar.gz |
doc(git-svn-fix-*): Add documentation on the scripts to README.md.
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -12,7 +12,7 @@ gl#gitlab-org/gitlab/-#14116](https://gitlab.com/gitlab-org/gitlab/-/issues/1411 > the comment as the pull request, it would add button for the owner of > the repo (e.g., [Create Pull Request]). After pressing that (so it is > constantly under the control of the owner repo), gitlab would setup -> new remote (if doesn't exist still), fetch it, and create a merge +> new remote (if doesn’t exist still), fetch it, and create a merge > request. git-req: @@ -29,6 +29,24 @@ add-networked-repos: Goes through all networked repos to the current one on GitHub (recursively) and them as additional remotes. +git-svn-fix-authors: +-------------------- + +git-svn(1) can work with the author file, but one gets to +a bit of chicken-egg problem: for creation of the authors +file is best to have output of git-shortlog(1). This script +rewrites whole repo based on the authors file defined in +`svn-remote.svn.authorsfile`. + + +git-svn-fix-tags: +----------------- + +git-svn(1) doesn’t really work with tags, it just creates +branches called like tags. This script makes tags out of those +branches. + + ---- All issues, questions, complaints, or (even better!) patches |