[jboss-as7-dev] What is this Applying: Revert... I keep seeing?
David M. Lloyd
david.lloyd at redhat.com
Mon Apr 4 11:35:29 EDT 2011
Looks like you're doing a rebase. That "Revert..." message is a commit
message from a commit in your local branch which is being reapplied
every time you rebase. That's the default verbiage used when you use
"git revert" to create an undo commit for a previous commit.
On 04/04/2011 10:33 AM, Scott Stark wrote:
> Is is expected that I keep seeing this last message when pulling in
> changes from upstream?
>
> [27](ironmaiden:jboss-as)> git up upstream master
> remote: Counting objects: 100, done.
> remote: Compressing objects: 100% (31/31), done.
> remote: Total 67 (delta 19), reused 59 (delta 12)
> Unpacking objects: 100% (67/67), done.
> From git://github.com/jbossas/jboss-as
> * branch master -> FETCH_HEAD
> First, rewinding head to replay your work on top of it...
> Applying: Revert "refactoring + fixing bug in params processing method
> (if all 'export', 'services'& 'optional' were specified on manifest
> dependency, the last one in the param list have been improperly evaluated)"
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
--
- DML
More information about the jboss-as7-dev
mailing list