Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Remove duplicate entry in ./Documentation/Makefile
author
Thomas Ackermann
<th.acker@arcor.de>
Wed, 19 Dec 2012 18:15:25 +0000
(19:15 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Dec 2012 18:24:23 +0000
(10:24 -0800)
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
252f922
)
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 361550422a6e180f5614305985cfd12aa964ffe0..7df75d0b9deedcbb7332ccdb83607ecee2c5ea02 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-31,7
+31,6
@@
SP_ARTICLES += howto/separating-topic-branches
SP_ARTICLES += howto/revert-a-faulty-merge
SP_ARTICLES += howto/recover-corrupted-blob-object
SP_ARTICLES += howto/rebuild-from-update-hook
-SP_ARTICLES += howto/rebuild-from-update-hook
SP_ARTICLES += howto/rebase-from-internal-branch
SP_ARTICLES += howto/maintain-git
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))