diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-16 18:20:06 +0000 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-16 18:20:06 +0000 |
commit | 30876e391731c8ae61402c4ea4df61af11292223 (patch) | |
tree | 7f3131bfac016bce9ae8cd937de6f76599677a57 /doc/git-howto.txt | |
parent | 199c18a784ee6724453567aeb7d483ca2585f757 (diff) | |
download | ffmpeg-30876e391731c8ae61402c4ea4df61af11292223.tar.gz |
Add section how to find a svn changeset with git commands
Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/git-howto.txt')
-rw-r--r-- | doc/git-howto.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/git-howto.txt b/doc/git-howto.txt index 11f96803cd..a4575825bc 100644 --- a/doc/git-howto.txt +++ b/doc/git-howto.txt @@ -223,5 +223,16 @@ 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 + + Since version 1.7.1 git supports ':/foo' syntax for specifying commits + based on a regular expression. see man gitrevisions + + git show :/'as revision 23456' + + will show the svn changeset r23456. With older git versions searching in + the git log output is the easiest option (especially if a pager with + search capabilities is used). + Contact the project admins <root at ffmpeg dot org> if you have technical problems with the GIT server. |