Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.6.1' into maint
author
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Mar 2009 22:41:00 +0000
(15:41 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Mar 2009 22:41:00 +0000
(15:41 -0700)
* maint-1.6.1:
everyday: use the dashless form of git-init
Documentation/everyday.txt
patch
|
blob
|
history
raw
(from parent 1:
93467ee
)
diff --git
a/Documentation/everyday.txt
b/Documentation/everyday.txt
index e598cdda45cf0b953a106d6786765b3316e2cc16..9310b650d3ca6b6cb7d69814eb9b800e8c2c85cd 100644
(file)
--- a/
Documentation/everyday.txt
+++ b/
Documentation/everyday.txt
@@
-98,7
+98,7
@@
Use a tarball as a starting point for a new repository.::
------------
$ tar zxf frotz.tar.gz
$ cd frotz
-$ git
-
init
+$ git
init
$ git add . <1>
$ git commit -m "import of frotz source tree."
$ git tag v2.43 <2>