summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9645da3)
raw | patch | inline | side by side (parent: 9645da3)
author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 2 Mar 2006 16:10:49 +0000 (17:10 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 3 Mar 2006 07:07:34 +0000 (23:07 -0800) |
Found with:
for i in *.txt; do
grep -A 2 "SYNOPSIS" "$i" | grep -q "^\[verse\]$" && continue
multiline=$(grep -A 3 "SYNOPSIS" "$i" | tail -n 1)
test -n "$multiline" && echo "$i: $multiline"
done
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
for i in *.txt; do
grep -A 2 "SYNOPSIS" "$i" | grep -q "^\[verse\]$" && continue
multiline=$(grep -A 3 "SYNOPSIS" "$i" | tail -n 1)
test -n "$multiline" && echo "$i: $multiline"
done
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-repo-config.txt | patch | blob | history | |
Documentation/git-svnimport.txt | patch | blob | history |
index 33fcde452a3e6e795b93848acc7c4a4656ee1bf0..00efde5f0fbbae009706fbc8b4cb88b4a6f16d80 100644 (file)
SYNOPSIS
--------
+[verse]
'git-repo-config' [type] name [value [value_regex]]
'git-repo-config' [type] --replace-all name [value [value_regex]]
'git-repo-config' [type] --get name [value_regex]
index a1588138ea5887e9aa785a21481cc29e790f6dab..9d3865719c37b9cef435b6a5b77afe3ff9aa7b40 100644 (file)
SYNOPSIS
--------
+[verse]
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ]
[ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev]
[ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]