Remove trailing dot after short description

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Fredrik Kuivinen 2006-03-09 17:24:50 +01:00 committed by Junio C Hamano
parent 5001422d30
commit 7bd7f2804d
53 changed files with 53 additions and 53 deletions

View File

@ -3,7 +3,7 @@ git-add(1)


NAME NAME
---- ----
git-add - Add files to the index file. git-add - Add files to the index file


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-applypatch(1)


NAME NAME
---- ----
git-applypatch - Apply one patch extracted from an e-mail. git-applypatch - Apply one patch extracted from an e-mail




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-branch(1)


NAME NAME
---- ----
git-branch - Create a new branch, or remove an old one. git-branch - Create a new branch, or remove an old one


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-check-ref-format(1)


NAME NAME
---- ----
git-check-ref-format - Make sure ref name is well formed. git-check-ref-format - Make sure ref name is well formed


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-checkout(1)


NAME NAME
---- ----
git-checkout - Checkout and switch to a branch. git-checkout - Checkout and switch to a branch


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-cherry-pick(1)


NAME NAME
---- ----
git-cherry-pick - Apply the change introduced by an existing commit. git-cherry-pick - Apply the change introduced by an existing commit


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-cherry(1)


NAME NAME
---- ----
git-cherry - Find commits not merged upstream. git-cherry - Find commits not merged upstream


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-clone-pack(1)


NAME NAME
---- ----
git-clone-pack - Clones a repository by receiving packed objects. git-clone-pack - Clones a repository by receiving packed objects




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-clone(1)


NAME NAME
---- ----
git-clone - Clones a repository. git-clone - Clones a repository




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-count-objects(1)


NAME NAME
---- ----
git-count-objects - Reports on unpacked objects. git-count-objects - Reports on unpacked objects


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-daemon(1)


NAME NAME
---- ----
git-daemon - A really simple server for git repositories. git-daemon - A really simple server for git repositories


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-describe(1)


NAME NAME
---- ----
git-describe - Show the most recent tag that is reachable from a commit. git-describe - Show the most recent tag that is reachable from a commit




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-diff-stages(1)


NAME NAME
---- ----
git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file. git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-diff(1)


NAME NAME
---- ----
git-diff - Show changes between commits, commit and working tree, etc. git-diff - Show changes between commits, commit and working tree, etc




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-fetch-pack(1)


NAME NAME
---- ----
git-fetch-pack - Receive missing objects from another repository. git-fetch-pack - Receive missing objects from another repository




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-fetch(1)


NAME NAME
---- ----
git-fetch - Download objects and a head from another repository. git-fetch - Download objects and a head from another repository




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-format-patch(1)


NAME NAME
---- ----
git-format-patch - Prepare patches for e-mail submission. git-format-patch - Prepare patches for e-mail submission




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-get-tar-commit-id(1)


NAME NAME
---- ----
git-get-tar-commit-id - Extract commit ID from an archive created using git-tar-tree. git-get-tar-commit-id - Extract commit ID from an archive created using git-tar-tree




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-hash-object(1)


NAME NAME
---- ----
git-hash-object - Computes object ID and optionally creates a blob from a file. git-hash-object - Computes object ID and optionally creates a blob from a file




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-http-push(1)


NAME NAME
---- ----
git-http-push - Push missing objects using HTTP/DAV. git-http-push - Push missing objects using HTTP/DAV




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-lost-found(1)


NAME NAME
---- ----
git-lost-found - Recover lost refs that luckily have not yet been pruned. git-lost-found - Recover lost refs that luckily have not yet been pruned


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-ls-remote(1)


NAME NAME
---- ----
git-ls-remote - Look at references other repository has. git-ls-remote - Look at references other repository has




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-ls-tree(1)


NAME NAME
---- ----
git-ls-tree - Lists the contents of a tree object. git-ls-tree - Lists the contents of a tree object




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-mailinfo(1)


NAME NAME
---- ----
git-mailinfo - Extracts patch from a single e-mail message. git-mailinfo - Extracts patch from a single e-mail message




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-mailsplit(1)


NAME NAME
---- ----
git-mailsplit - Totally braindamaged mbox splitter program. git-mailsplit - Totally braindamaged mbox splitter program


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-mv(1)


NAME NAME
---- ----
git-mv - Move or rename a file, directory or symlink. git-mv - Move or rename a file, directory or symlink




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-name-rev(1)


NAME NAME
---- ----
git-name-rev - Find symbolic names for given revs. git-name-rev - Find symbolic names for given revs




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-pack-objects(1)


NAME NAME
---- ----
git-pack-objects - Create a packed archive of objects. git-pack-objects - Create a packed archive of objects




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-pack-redundant(1)


NAME NAME
---- ----
git-pack-redundant - Program used to find redundant pack files. git-pack-redundant - Program used to find redundant pack files




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-patch-id(1)


NAME NAME
---- ----
git-patch-id - Generate a patch ID. git-patch-id - Generate a patch ID


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-peek-remote(1)


NAME NAME
---- ----
git-peek-remote - Lists the references in a remote repository. git-peek-remote - Lists the references in a remote repository




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-pull(1)


NAME NAME
---- ----
git-pull - Pull and merge from another repository. git-pull - Pull and merge from another repository




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-push(1)


NAME NAME
---- ----
git-push - Update remote refs along with associated objects. git-push - Update remote refs along with associated objects




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-rebase(1)


NAME NAME
---- ----
git-rebase - Rebase local commits to new upstream head. git-rebase - Rebase local commits to new upstream head


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-relink(1)


NAME NAME
---- ----
git-relink - Hardlink common objects in local repositories. git-relink - Hardlink common objects in local repositories


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-repo-config(1)


NAME NAME
---- ----
git-repo-config - Get and set options in .git/config. git-repo-config - Get and set options in .git/config




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-request-pull(1)


NAME NAME
---- ----
git-request-pull - Generates a summary of pending changes. git-request-pull - Generates a summary of pending changes


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-reset(1)


NAME NAME
---- ----
git-reset - Reset current HEAD to the specified state. git-reset - Reset current HEAD to the specified state


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-rev-parse(1)


NAME NAME
---- ----
git-rev-parse - Pick out and massage parameters. git-rev-parse - Pick out and massage parameters




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-revert(1)


NAME NAME
---- ----
git-revert - Revert an existing commit. git-revert - Revert an existing commit


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-rm(1)


NAME NAME
---- ----
git-rm - Remove files from the working tree and from the index. git-rm - Remove files from the working tree and from the index


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-send-pack(1)


NAME NAME
---- ----
git-send-pack - Push missing objects packed. git-send-pack - Push missing objects packed




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-sh-setup(1)


NAME NAME
---- ----
git-sh-setup - Common git shell script setup code. git-sh-setup - Common git shell script setup code


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-shortlog(1)


NAME NAME
---- ----
git-shortlog - Summarize 'git log' output. git-shortlog - Summarize 'git log' output




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-show-branch(1)


NAME NAME
---- ----
git-show-branch - Show branches and their commits. git-show-branch - Show branches and their commits


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-show(1)


NAME NAME
---- ----
git-show - Show one commit with difference it introduces. git-show - Show one commit with difference it introduces




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-status(1)


NAME NAME
---- ----
git-status - Show working tree status. git-status - Show working tree status




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-stripspace(1)


NAME NAME
---- ----
git-stripspace - Filter out empty lines. git-stripspace - Filter out empty lines




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-unpack-objects(1)


NAME NAME
---- ----
git-unpack-objects - Unpack objects from a packed archive. git-unpack-objects - Unpack objects from a packed archive




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-upload-pack(1)


NAME NAME
---- ----
git-upload-pack - Send missing objects packed. git-upload-pack - Send missing objects packed




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-verify-pack(1)


NAME NAME
---- ----
git-verify-pack - Validate packed git archive files. git-verify-pack - Validate packed git archive files




SYNOPSIS SYNOPSIS

View File

@ -3,7 +3,7 @@ git-verify-tag(1)


NAME NAME
---- ----
git-verify-tag - Check the GPG signature of tag. git-verify-tag - Check the GPG signature of tag


SYNOPSIS SYNOPSIS
-------- --------

View File

@ -3,7 +3,7 @@ git-whatchanged(1)


NAME NAME
---- ----
git-whatchanged - Show logs with difference each commit introduces. git-whatchanged - Show logs with difference each commit introduces




SYNOPSIS SYNOPSIS