Skip to content

Commit

Permalink
Add a GitGitGadget logo
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jun 2, 2018
1 parent ee7478b commit 6d4ed09
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* eol=lf
*.png -eol -text binary
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
"editor.wordWrapColumn": 80,
"files.trimTrailingWhitespace": true
},
"markdownlint.config": {
"MD033": {
"allowed_elements": [
"img"
]
}
},
}
4 changes: 2 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitGitGadget
# GitGitGadget <img alt="logo" width="128px" align="right" src="images/gitgitgadget.png">

## Goal

Expand Down Expand Up @@ -203,4 +203,4 @@ finished. Here are a few features that may materialize at some stage:
was changed since it was last submitted, which of the `pu`, `next`,
`master` or `maint` branch contain the "merged" patches, and what is the
latest sent iteration. Possibly also a label could be auto-created with the
first Git version that carries the patches in this PR.
first Git version that carries the patches in this PR.
Binary file added images/gitgitgadget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
137 changes: 137 additions & 0 deletions images/gitgitgadget.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d4ed09

Please sign in to comment.