Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notice that LFS mirroring is not supported #1251

Merged
merged 2 commits into from
Mar 16, 2017
Merged

Add notice that LFS mirroring is not supported #1251

merged 2 commits into from
Mar 16, 2017

Conversation

fabian-z
Copy link
Contributor

As discussed in #849:

Mirroring LFS objects is no easy feat, so this PR adds a notice to the migration UI which tells the user that Gitea does not support it currently, hinting at git lfs functionality.

@pgaskin
Copy link
Contributor

pgaskin commented Mar 14, 2017

LGTM

@tboerger tboerger added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Mar 14, 2017
@lunny lunny added this to the 1.2.0 milestone Mar 15, 2017
@lunny lunny added the type/docs This PR mainly updates/creates documentation label Mar 15, 2017
@@ -431,6 +431,7 @@ migrate.clone_local_path=oder Pfad auf dem lokalen Server
migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories.
migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner.
migrate.failed=Fehler bei Migration: %v
migrate.lfs_mirror_unsupported = Migrieren von LFS Objekten wird nicht unterstützt - verwenden Sie stattdessen 'git lfs fetch --all' und 'git lfs push --all'.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings for langs other than English should not be added directly, but via Crowdin

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

@@ -431,6 +431,7 @@ migrate.clone_local_path=oder Pfad auf dem lokalen Server
migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories.
migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner.
migrate.failed=Fehler bei Migration: %v
migrate.lfs_mirror_unsupported = Migrieren von LFS Objekten wird nicht unterstützt - verwenden Sie stattdessen 'git lfs fetch --all' und 'git lfs push --all'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

@fabian-z
Copy link
Contributor Author

Dropped German translation as requested

@lunny
Copy link
Member

lunny commented Mar 16, 2017

LGTM

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Mar 16, 2017
@lunny lunny merged commit f1d2f16 into go-gitea:master Mar 16, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants