commit 0b3f467ab0f93c049f2774d2060d5239c128f799 parent 3da1b62d5e59dc93c5e39afc27f6acc0156fbeb7 Author: Josuah Demangeonā ā µ <mail@josuah.net> Date: Wed, 22 Feb 2017 17:07:32 +0100 Merge branch 'master' of http://github.com/josuah/config Diffstat:
M | bin/gix | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/bin/gix b/bin/gix @@ -194,7 +194,7 @@ repo() foot } > $1/files.html - ln -s files.html "$1/index.html" + ln -sf files.html "$1/index.html" printf '<tr>' printf '<td>%s</td>' \ @@ -218,6 +218,9 @@ repos() do printf '%s\n' "$repo" 1>&2 + grep "${repo##$1}" ../description | + sed 's/^[^ ]* ' > "$repo/.git/description" + mkdir -p "${repo##*/}" ( @@ -241,4 +244,4 @@ main() } -main "$@" +main "$@"+ \ No newline at end of file