Hi Alex

It's almost the same as svn. But there are two flags.

The  _ - underscore - represents a space.

git.sh status -s
_M build.gradle
M_  build.xml
MM src/StyleClient.mxml

_M : the file has been modified.
M_ : the file has been modified and staged
MM: the staged file has been modified again.


cyrill





On Tue, Nov 6, 2012 at 10:25 PM, Alex Harui <aha...@adobe.com> wrote:

> What does the default GIT output look like?  I should probably extend the
> utility to handle that format.
>
>
> On 11/6/12 10:01 PM, "Cyrill Zadra" <cyrill.za...@gmail.com> wrote:
>
> > Hey Alex
> >
> > Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixingand
> > tried to fix step by step a EasyFix labeled jira item by myself.
> Everything
> > necessary is written in this page.. it's very useful.
> >
> > There was only one thing.. I use git instead of svn so the command there
> > could be one of the following:
> >
> > git status -s | grep "^ M"    - modifed
> > git status -s | grep "^M"     - staged
> > git status -s | grep "^MM"  - staged & modifed
> >
> > After I paste the clipboard to the MustellaTestChooser  UI I had to make
> > sure every line starts with a M.
> >
> > cyrill
> >
> > On Mon, Nov 5, 2012 at 4:58 PM, Alex Harui <aha...@adobe.com> wrote:
> >
> >> Recently, Leif had some time to fix a bug and we started discussing the
> >> ³process².  I put my thoughts on the wiki.  There¹s also a link in
> there to
> >> a list of supposedly easy-to-fix bugs that Peter, Carol and I went
> digging
> >> for this morning.
> >>
> >> https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing
> >>
> >> Happy Bug Fixing!
> >> --
> >> Alex Harui
> >> Flex SDK Team
> >> Adobe Systems, Inc.
> >> http://blogs.adobe.com/aharui
> >>
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>

Reply via email to