mirror of
https://git.zx2c4.com/cgit
synced 2025-09-01 07:19:56 +02:00
Add support for --scan-tree=<path> option to cgit
This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
e154edd807
commit
93397a765b
4 changed files with 184 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ OBJECTS += cmd.o
|
|||
OBJECTS += configfile.o
|
||||
OBJECTS += html.o
|
||||
OBJECTS += parsing.o
|
||||
OBJECTS += scan-tree.o
|
||||
OBJECTS += shared.o
|
||||
OBJECTS += ui-atom.o
|
||||
OBJECTS += ui-blob.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue