-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7602c58
Showing
3 changed files
with
20,522 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# git-graph | ||
|
||
Fetch all commits of [**TinyWeatherForecastGermany**](https://codeberg.org/Starfish/TinyWeatherForecastGermany/) and draw a graph for them using graphviz. | ||
|
||
All forks of the repository are fetched from Codeberg and integrated in the git graph. | ||
|
||
The results are located at the `pages` branch and also published using GitHub Pages. | ||
|
||
* [`git_graph.svg`](https://tinyweatherforecastgermanygroup.github.io/git-graph/git_graph.svg) | ||
* [`git_graph.dot`](https://tinyweatherforecastgermanygroup.github.io/git-graph/git_graph.dot) | ||
|
||
**Merge** commits are highlighted in blue. | ||
**Weblate** commits are highlighted in dark green. | ||
|
||
**status**: work in progress | ||
|
||
**author**: Jean-Luc Tibaux | ||
|
||
## TODO | ||
|
||
Improve integration of forks in git graph. |
Oops, something went wrong.