aboutsummaryrefslogtreecommitdiff
path: root/bin/git-fork
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fix by updating the copyright noticeMiquel Sabaté Solà2022-10-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* It's been 2021 for quite a while nowMiquel Sabaté Solà2021-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Did you know that we are in 2020 already?Miquel Sabaté Solà2020-02-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating licensesMiquel Sabaté Solà2019-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license yearMiquel Sabaté Solà2017-01-011-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: git-fork now follows git conventionsMiquel Sabaté Solà2016-06-021-15/+6
| | | | | | | | Instead of having <upstream>/<branch>, it is now specified as two separate arguments. This fits better into how git handles this stuff in other subcommands. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `bin` directory and sorted out licensingMiquel Sabaté Solà2016-05-311-0/+64
Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>