hound-search/hound

Add ability to index an externally maintained repository

開放

#208 建立於 2016年5月10日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (606 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (5,470 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Related to issue #207. Right now you can specify a "git" repository and it'll clone/fetch and update the index if the HEAD changes.

I already have a system to deploy and keep Git repositories updated, and would prefer not to deal with another one, so if the clone/fetch calls were no-opped via some config option then hound would poll whether "HEAD" changed and trigger re-indexes as appropriate.

Right now the only way to do this is to make hound's $PATH have a dummy "git" that no-ops clone/fetch but passes through other commands.

貢獻者指南