diff options
-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 |