Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
add gitignore entry to description about how to write a builtin
author
Heiko Voigt
<hvoigt@hvoigt.net>
Wed, 3 Aug 2011 18:06:17 +0000
(20:06 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Aug 2011 18:44:23 +0000
(11:44 -0700)
If the author forgets the gitignore entry the built result will show up
as new file in the git working directory.
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-builtin.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0922570
)
diff --git
a/Documentation/technical/api-builtin.txt
b/Documentation/technical/api-builtin.txt
index 5cb2b0590abb1fc4e4685097ba3cdd3d0683a95f..b0cafe87bee046dc9b2d4e61e0d057e787a6f1f6 100644
(file)
--- a/
Documentation/technical/api-builtin.txt
+++ b/
Documentation/technical/api-builtin.txt
@@
-49,6
+49,8
@@
Additionally, if `foo` is a new command, there are 3 more things to do:
. Add an entry for `git-foo` to `command-list.txt`.
+. Add an entry for `/git-foo` to `.gitignore`.
+
How a built-in is called
------------------------