projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a492c
)
contribute: index: fix typo
author
Jinwoo Ahn
<creator.ahn@gmail.com>
Tue, 7 Nov 2017 15:16:36 +0000
(
00:16
+0900)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 7 Nov 2017 18:01:37 +0000
(19:01 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=790021
markdown/contribute/index.md
patch
|
blob
|
history
diff --git
a/markdown/contribute/index.md
b/markdown/contribute/index.md
index ef172d7eac5d3f92c408e9641b6f40bae29c7342..767b0c14366c5753f6b4f93059e27e7fb461aeb3 100644
(file)
--- a/
markdown/contribute/index.md
+++ b/
markdown/contribute/index.md
@@
-162,7
+162,7
@@
directory that has the source code, e.g. the directory created when unpacking
the source tarball (using `git init`, then `git add .` and
`git commit -m 'import tarball as initial revision'`).
-Once you have a git repository with the original code in i
n i
t, you can make
+Once you have a git repository with the original code in it, you can make
your modifications and create a local commit with e.g.
git commit path/to/file1.[ch]