blob: 595081d3fe3b2cdf25d20f1eb626831bec065e67 (
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
|
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.
----
All issues, questions, complaints, or (even better!) patches
should be send via [email](mailto:mcepl@cepl.eu).
|