Skip to content

Commit da71004

Browse files
authored
Add subrepository section in docs (scm-manager#2152)
1 parent e74d0c9 commit da71004

35 files changed

+23
-11
lines changed
78.6 KB
Loading
74.9 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/de/user/repo/code.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ Es gibt unter dem Aktionsbalken eine Breadcrumbs Navigation, die den Pfad der an
1212

1313
![Repository-Code-Sources](assets/repository-code-sourcesView.png)
1414

15-
#### Verlinkungen
16-
17-
Über den Button auf der linken Seite der Breadcrumbs Navigation kann ein permanenter Link
18-
zum aktuellen Pfad in die Zwischenablage kopiert werden.
19-
2015
#### Dateinamen Suche
2116

2217
Die Dateinamen Suche kann über das Such Icon neben dem Dateipfad geöffnet werden.
@@ -26,6 +21,17 @@ Sobald mehr als ein Zeichen eingegeben wurde, startet die Suche automatisch und
2621

2722
![Suche nach Dateien](assets/repository-code-filepathsearch.png)
2823

24+
#### Verlinkungen
25+
26+
Über den Button rechts neben der Breadcrumb Navigation kann ein permanenter Link
27+
zum aktuellen Pfad in die Zwischenablage kopiert werden.
28+
29+
#### Subrepository
30+
31+
In der Codeübersicht werden Submodules (Git), Subrepositories (Hg) und Externals (Svn) mit einem Icon eines umrandeten Ordners dargestellt und verlinkt, sofern die URL auflösbar ist.
32+
33+
![Repository-Code-Subrepository](assets/repository-code-subrepository.png)
34+
2935
### Changesets
3036
Die Übersicht der Changesets/Commits zeigt die Änderungshistorie je Branch an. Jeder Listeneintrag stellt einen Commit dar.
3137

77.7 KB
Loading
73.8 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/en/user/repo/code.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ Below the action bar is a breadcrumb navigation that shows the path of the files
1212

1313
![Repository-Code-Sources](assets/repository-code-sourcesView.png)
1414

15-
#### Permalink
16-
17-
By clicking the Button on the left-hand side of the breadcrumbs navigation, a permalink to the active path is
18-
automatically copied to the user's clipboard.
19-
2015
#### Search
2116

2217
To search for a file you can click on the search icon next to the file path.
@@ -28,6 +23,17 @@ The results are displayed below the text field.
2823

2924
![Filepath search](assets/repository-code-filepathsearch.png)
3025

26+
#### Permalink
27+
28+
By clicking the Button on the right-hand side of the breadcrumb navigation, a permalink to the current path is
29+
automatically copied to the user's clipboard.
30+
31+
#### Subrepository
32+
33+
In the code overview, submodules (Git), subrepositories (Hg) and externals (Svn) are marked with an icon of an outlined folder and linked if the url is resolvable.
34+
35+
![Repository-Code-Subrepository](assets/repository-code-subrepository.png)
36+
3137
### Changesets
3238
The changesets/commits overview shows the change history of the branch. Each entry represents a commit.
3339

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
gradlePluginPortal()
3434
}
3535
dependencies {
36-
classpath 'org.kordamp.gradle:enforcer-gradle-plugin:0.9.0'
36+
classpath 'org.kordamp.gradle:enforcer-gradle-plugin:0.10.0'
3737
}
3838
}
3939
apply plugin: 'org.kordamp.gradle.enforcer'

0 commit comments

Comments
 (0)