Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1214)

Issue 5484043: CG: explanation of branches for the impatient (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by Graham Percival
Modified:
12 years, 3 months ago
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

CG: explanation of branches for the impatient development on this now takes place at: http://codereview.appspot.com/5539062/

Patch Set 1 #

Total comments: 11

Patch Set 2 : updated with Keith's suggestions #

Patch Set 3 : fix embarrassing typo #

Patch Set 4 : fix bad upload #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -0 lines) Patch
M Documentation/contributor/source-code.itexi View 1 2 6 chunks +257 lines, -0 lines 3 comments Download

Messages

Total messages: 11
Graham Percival
CG now has N+1 different introductory explanations of git, where N is at least 3. ...
12 years, 4 months ago (2011-12-12 09:19:24 UTC) #1
Keith
Looks fine, except for a couple `git merge` commands where I suggest other things. The ...
12 years, 4 months ago (2011-12-13 07:47:17 UTC) #2
Keith
http://codereview.appspot.com/5484043/diff/1/Documentation/contributor/source-code.itexi File Documentation/contributor/source-code.itexi (right): http://codereview.appspot.com/5484043/diff/1/Documentation/contributor/source-code.itexi#newcode401 Documentation/contributor/source-code.itexi:401: git merge dev/cg > We could do the `git ...
12 years, 4 months ago (2011-12-13 08:15:40 UTC) #3
Graham Percival
thanks, Keith! I've made all the changes other than the two noted below. http://codereview.appspot.com/5484043/diff/1/Documentation/contributor/source-code.itexi File ...
12 years, 4 months ago (2011-12-13 14:03:02 UTC) #4
Graham Percival
Second draft uploaded; more robust with rebases instead of merge. Question: the old docs want ...
12 years, 4 months ago (2011-12-13 14:06:42 UTC) #5
c_sorensen
On 12/13/11 7:06 AM, "graham@percival-music.ca" <graham@percival-music.ca> wrote: >Second draft uploaded; more robust with rebases instead ...
12 years, 4 months ago (2011-12-13 17:20:28 UTC) #6
pacovila
2011/12/13 Carl Sorensen <c_sorensen@byu.edu>: > > > On 12/13/11 7:06 AM, "graham@percival-music.ca" <graham@percival-music.ca> > wrote: ...
12 years, 4 months ago (2011-12-13 23:56:52 UTC) #7
pacovila
2011/12/14 Francisco Vila <paconet.org@gmail.com>: > 2011/12/13 Carl Sorensen <c_sorensen@byu.edu>: >> >> >> On 12/13/11 7:06 ...
12 years, 4 months ago (2011-12-14 01:21:25 UTC) #8
Keith
I did say earlier that git rebase was analogous to saving a series of commits ...
12 years, 4 months ago (2011-12-16 05:52:34 UTC) #9
Keith
I did say earlier that git rebase was analogous to saving a series of commits ...
12 years, 4 months ago (2011-12-16 05:52:34 UTC) #10
janek
12 years, 3 months ago (2012-01-03 19:51:29 UTC) #11
A few comments, but otherwise LGTM

http://codereview.appspot.com/5484043/diff/7001/Documentation/contributor/sou...
File Documentation/contributor/source-code.itexi (right):

http://codereview.appspot.com/5484043/diff/7001/Documentation/contributor/sou...
Documentation/contributor/source-code.itexi:318: @qq{profit}, I mean @qq{push
stuff to staging}.
i don't understand how switching branches has anything to do with pushing to
staging.

http://codereview.appspot.com/5484043/diff/7001/Documentation/contributor/sou...
Documentation/contributor/source-code.itexi:446: git rebase dev/cg
On 2011/12/16 05:52:34, Keith wrote:
> This makes the history of commits linear, but in the wrong order. (It puts any
> new commits from the repository /after/ the new commits from dev/cg -- and any
> conflict resolution would change the commits from the repository.)
> 
> Git changes the branch that is checked-out, and we want to change the sequence
> of commits developers branch, so
>  git checkout dev/cg
>  git rebase staging
>  git checkout staging
>  gitk

+1, this makes much more sense
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b