diff options
author | Pavel Roskin <proski@gnu.org> | 2006-07-09 03:44:30 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-09 02:42:41 -0700 |
commit | addf88e455f85bc6cfe0284b70aaad10b6d3486e (patch) | |
tree | 704e8b6de26fde0bff86618e363dbde9f70e1393 /Documentation/git-p4import.txt | |
parent | 88f0d5d7d95f815d2e8a36a8ceb7459dbd90992c (diff) | |
download | git-addf88e455f85bc6cfe0284b70aaad10b6d3486e.tar.gz git-addf88e455f85bc6cfe0284b70aaad10b6d3486e.tar.xz |
Assorted typo fixes
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-p4import.txt')
-rw-r--r-- | Documentation/git-p4import.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-p4import.txt b/Documentation/git-p4import.txt index 0858e5efb..ee9e8fa90 100644 --- a/Documentation/git-p4import.txt +++ b/Documentation/git-p4import.txt @@ -128,7 +128,7 @@ Tags A git tag of the form p4/xx is created for every change imported from the Perforce repository where xx is the Perforce changeset number. Therefore after the import you can use git to access any commit by its -Perforce number, eg. git show p4/327. +Perforce number, e.g. git show p4/327. The tag associated with the HEAD commit is also how `git-p4import` determines if there are new changes to incrementally import from the @@ -143,7 +143,7 @@ may delete the tags. Notes ----- -You can interrupt the import (eg. ctrl-c) at any time and restart it +You can interrupt the import (e.g. ctrl-c) at any time and restart it without worry. Author information is automatically determined by querying the |