Skip to content

Commit

Permalink
fix: update github profile information
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Jul 18, 2024
1 parent d61cfa7 commit 422df90
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "git2go"]
path = git2go
url = https://github.com/vtavernier/git2go
url = https://github.com/alixinne/git2go
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@

* **gitea:** ignore non-owned repositories ([c7a5398](https://github.com/alixinne/gitr-backup/commit/c7a53984c9a9b96f634a07e936f8a29f33ccc95d))

## [0.3.1](https://github.com/vtavernier/gitr-backup/compare/v0.3.0...v0.3.1) (2024-01-06)
## [0.3.1](https://github.com/alixinne/gitr-backup/compare/v0.3.0...v0.3.1) (2024-01-06)


### Bug Fixes

* **docker:** update python3 ([95e55a0](https://github.com/vtavernier/gitr-backup/commit/95e55a001c3bea699e3afdde7b86741564a01201))
* **gitea:** create private repositories by default ([1c50dfe](https://github.com/vtavernier/gitr-backup/commit/1c50dfe262fbad56012dcd8b8b02eb4c690c1ce9))
* **docker:** update python3 ([95e55a0](https://github.com/alixinne/gitr-backup/commit/95e55a001c3bea699e3afdde7b86741564a01201))
* **gitea:** create private repositories by default ([1c50dfe](https://github.com/alixinne/gitr-backup/commit/1c50dfe262fbad56012dcd8b8b02eb4c690c1ce9))

# [0.3.0](https://github.com/vtavernier/gitr-backup/compare/v0.2.1...v0.3.0) (2023-05-02)
# [0.3.0](https://github.com/alixinne/gitr-backup/compare/v0.2.1...v0.3.0) (2023-05-02)


### Bug Fixes

* **gitea:** handle refs that exist as branches and tags ([0289ceb](https://github.com/vtavernier/gitr-backup/commit/0289cebcc58a712f74796cc223daa6e683e1a952))
* **gitea:** handle refs that exist as branches and tags ([0289ceb](https://github.com/alixinne/gitr-backup/commit/0289cebcc58a712f74796cc223daa6e683e1a952))


### Features

* allow selecting repositories with arguments ([f08729e](https://github.com/vtavernier/gitr-backup/commit/f08729e974b053414bd1f99a133ff83f1a758fa6))
* allow selecting repositories with arguments ([f08729e](https://github.com/alixinne/gitr-backup/commit/f08729e974b053414bd1f99a133ff83f1a758fa6))

## [0.2.1](https://github.com/vtavernier/gitr-backup/compare/v0.2.0...v0.2.1) (2023-05-01)
## [0.2.1](https://github.com/alixinne/gitr-backup/compare/v0.2.0...v0.2.1) (2023-05-01)


### Bug Fixes

* fix ref diff computation ([cf29938](https://github.com/vtavernier/gitr-backup/commit/cf2993843cb19e0b9aca42d5d01a5ed83cb51da4))
* fix ref diff computation ([cf29938](https://github.com/alixinne/gitr-backup/commit/cf2993843cb19e0b9aca42d5d01a5ed83cb51da4))

# [0.2.0](https://github.com/vtavernier/gitr-backup/compare/v0.1.0...v0.2.0) (2023-04-09)
# [0.2.0](https://github.com/alixinne/gitr-backup/compare/v0.1.0...v0.2.0) (2023-04-09)


### Features

* build using Docker ([d777d8b](https://github.com/vtavernier/gitr-backup/commit/d777d8bed330f17cbd11fa270240c3b05b537109))
* build using Docker ([d777d8b](https://github.com/alixinne/gitr-backup/commit/d777d8bed330f17cbd11fa270240c3b05b537109))
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @vtavernier
* @alixinne
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN make -C git2go install-static && \
FROM docker.io/library/alpine:3.17 AS run

COPY --from=build /src/gitr-backup /
LABEL org.opencontainers.image.source https://github.com/vtavernier/gitr-backup
LABEL org.opencontainers.image.source https://github.com/alixinne/gitr-backup

ENTRYPOINT ["/gitr-backup"]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2023 Vincent Tavernier <v.tavernier@pm.me>
Copyright © 2023 Alixinne <alixinne@pm.me>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [gitr-backup](https://github.com/vtavernier/gitr-backup)
# [gitr-backup](https://github.com/alixinne/gitr-backup)

gitr-backup is a tool to mirror personal repositories from one Git hosting
service to another. This is mainly used for backing up repositories on
platforms that do not natively support pull mirrors (Gitea, GitHub, GitLab CE).

This is a successor (and rewrite) of
[gem-repositories](https://github.com/vtavernier/gem-repositories). This
[gem-repositories](https://github.com/alixinne/gem-repositories). This
rewrite is not complete and does not cover the entire feature set of
gem-repositories:

Expand All @@ -25,7 +25,7 @@ gem-repositories:
To run this project from source:

```bash
git clone --recurse-submodules https://github.com/vtavernier/gitr-backup.git
git clone --recurse-submodules https://github.com/alixinne/gitr-backup.git
cd gitr-backup
make -C git2go install-static
go run -tags static .
Expand All @@ -36,7 +36,7 @@ go run -tags static .
This project is distributed as a Docker image built using GitHub Actions.

```bash
docker run --rm -it -v $PWD/config.yaml:/config.yaml:ro ghcr.io/vtavernier/gitr-backup:0.2.0
docker run --rm -it -v $PWD/config.yaml:/config.yaml:ro ghcr.io/alixinne/gitr-backup:0.2.0
```

### Configuration file
Expand Down Expand Up @@ -69,4 +69,4 @@ source repositories.

## Author

Vincent Tavernier <v.tavernier@pm.me>
Alixinne <alixinne@pm.me>
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2023 Vincent Tavernier <v.tavernier@pm.me>
Copyright © 2023 Alixinne <alixinne@pm.me>
*/
package cmd

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright © 2023 Vincent Tavernier <v.tavernier@pm.me>
Copyright © 2023 Alixinne <alixinne@pm.me>
*/
package main

Expand Down

0 comments on commit 422df90

Please sign in to comment.