All of lore.kernel.org
 help / color / mirror / Atom feed
* valid git directives allowed in .scc files?
@ 2015-03-04  9:23 Robert P. J. Day
  2015-03-04 13:26 ` Bruce Ashfield
  2015-03-06 14:48 ` Rifenbark, Scott M
  0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2015-03-04  9:23 UTC (permalink / raw)
  To: Yocto discussion list


  still perusing kernel dev manual, and section 3.5 talks about
git-related directives such as

  branch newbranch
  git merge myfeature

but over in the linux-yocto_3.19 git repo in the meta branch, there's
an example, features/pvr/pvr.scc, whose contents are:

  git branch pvr master

whose format is technically not explained in that section in the
kernel dev manual. are there more shortcuts going on here?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: valid git directives allowed in .scc files?
  2015-03-04  9:23 valid git directives allowed in .scc files? Robert P. J. Day
@ 2015-03-04 13:26 ` Bruce Ashfield
  2015-03-06 14:48 ` Rifenbark, Scott M
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2015-03-04 13:26 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

On 2015-03-04 4:23 AM, Robert P. J. Day wrote:
>
>    still perusing kernel dev manual, and section 3.5 talks about
> git-related directives such as
>
>    branch newbranch
>    git merge myfeature
>
> but over in the linux-yocto_3.19 git repo in the meta branch, there's
> an example, features/pvr/pvr.scc, whose contents are:
>
>    git branch pvr master
>
> whose format is technically not explained in that section in the
> kernel dev manual. are there more shortcuts going on here?

In this case, they aren't shortcuts, just variants. When a wrapped
command (branch vs 'git branch') is used, there is extra error
checking and sanity that happens.

Both are valid, it all depends on what the developer is trying to
do .. and whether they know how to not hurt themselves (i.e. they
do want to inhibit the checks to use an extra branch flag, etc).

Cheers,

Bruce

>
> rday
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: valid git directives allowed in .scc files?
  2015-03-04  9:23 valid git directives allowed in .scc files? Robert P. J. Day
  2015-03-04 13:26 ` Bruce Ashfield
@ 2015-03-06 14:48 ` Rifenbark, Scott M
  1 sibling, 0 replies; 3+ messages in thread
From: Rifenbark, Scott M @ 2015-03-06 14:48 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list

I am looking at the manpage for 'git branch' and am not seeing what this particular form of git command would do.  Someone else is going to have to chime in on this.

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Robert P. J. Day
>Sent: Wednesday, March 04, 2015 1:23 AM
>To: Yocto discussion list
>Subject: [yocto] valid git directives allowed in .scc files?
>
>
>  still perusing kernel dev manual, and section 3.5 talks about git-related
>directives such as
>
>  branch newbranch
>  git merge myfeature
>
>but over in the linux-yocto_3.19 git repo in the meta branch, there's an
>example, features/pvr/pvr.scc, whose contents are:
>
>  git branch pvr master
>
>whose format is technically not explained in that section in the kernel dev
>manual. are there more shortcuts going on here?
>
>rday
>
>--
>
>===========================================================
>=============
>Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
>
>Twitter:                                       http://twitter.com/rpjday
>LinkedIn:                               http://ca.linkedin.com/in/rpjday
>===========================================================
>=============
>--
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-06 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04  9:23 valid git directives allowed in .scc files? Robert P. J. Day
2015-03-04 13:26 ` Bruce Ashfield
2015-03-06 14:48 ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.