Skip to content

Commit

Permalink
Document that only the first tag will be applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed May 7, 2008
1 parent a6b9f7e commit 53218c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions darcs-to-git
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ in the source darcs repo into commits in that repository.
Thereafter, incremental patch conversion from the same source repo is Thereafter, incremental patch conversion from the same source repo is
possible by repeating step 2. possible by repeating step 2.
NOTE: In case of multiple tags, only the first one will be applied.
If you really need to, you can manually identify the patch and use
\"git tag -f <tagname> <sha1-of-commit-before-tagging>\".
OPTIONS
" "
opts.on('-e','--default-email ADDRESS', opts.on('-e','--default-email ADDRESS',
"Set the email address used when no explicit address is given") do |m| "Set the email address used when no explicit address is given") do |m|
Expand Down

0 comments on commit 53218c8

Please sign in to comment.