diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-16 18:29:08 +0000 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-16 18:29:08 +0000 |
commit | adb8669c04fae980710342a9fb3016c87df60709 (patch) | |
tree | 063112fb24cb85f4c6a945133ae918c488555603 /doc | |
parent | 8bb7d97be0cda3c944956c79c50d0cf6f1efb7b9 (diff) | |
download | ffmpeg-adb8669c04fae980710342a9fb3016c87df60709.tar.gz |
fix typo in git howto section heading
spotted by ubitux on irc
Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt index a4575825bc..80bd3cc38c 100644 --- a/doc/git-howto.txt +++ b/doc/git-howto.txt @@ -223,7 +223,7 @@ I. BASICS: Will push the changes to the remote repository. Omitting refspec makes git push update all the remote branches matching the local ones. -13. Finding a specific svn revission +13. Finding a specific svn revision Since version 1.7.1 git supports ':/foo' syntax for specifying commits based on a regular expression. see man gitrevisions |