aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 859abb6b9944e0f2c2a3299fa2125fa933b96b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Hlupak (various git scripts)
============================

git-request-get:
----------------

This should be fulfilment of [my comment on the GitLab bug
gl#gitlab-org/gitlab/-#14116](https://gitlab.com/gitlab-org/gitlab/-/issues/14116):

> Well, the minimal solution would be a parser for the
> git-request-pull(1), which would check every comment and if recognized
> 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
> request.

git-req:
--------

Both Github and Gitlab allow command-line-only review of
submitted contributions. However, the command for it is really
long and complicated. Complicated enough for alias, so this is a
small shell script for doing it.

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.

git2redcrew:
------------

Create copy of the current repo (or named repo) on private server.

----

All issues, questions, complaints, or (even better!) patches
should be send via [email](mailto:mcepl@cepl.eu).