Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-13 Thread Michael Haggerty
On 11/02/2013 12:09 AM, Thomas Rast wrote: Junio C Hamano writes: * tr/merge-recursive-index-only (2013-10-28) 3 commits - merge-recursive: -Xindex-only to leave worktree unchanged - merge-recursive: internal flag to avoid touching the worktree - merge-recursive: remove dead conditional

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-11 Thread Junio C Hamano
Junio C Hamano writes: >> Commit ad24a30ef ("fast-export: add new --refspec option", 31-10-2013) >> causes sparse to complain: >> >> SP builtin/fast-export.c >> builtin/fast-export.c:739:55: warning: Variable length array is used. >> >> Do we want to use this C99 feature? > > Good eyes, a

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-04 Thread Junio C Hamano
Thomas Rast writes: > Junio C Hamano writes: > >> * tr/merge-recursive-index-only (2013-10-28) 3 commits >> - merge-recursive: -Xindex-only to leave worktree unchanged >> - merge-recursive: internal flag to avoid touching the worktree >> - merge-recursive: remove dead conditional in update_st

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-04 Thread Junio C Hamano
Torstein Hegge writes: > On Fri, Nov 01, 2013 at 15:52:06 -0700, Junio C Hamano wrote: >> * th/reflog-annotated-tag (2013-10-28) 1 commit >> (merged to 'next' on 2013-11-01 at 8b154cc) >> + reflog: handle lightweight and annotated tags equally >> >> "git log -g $annotated_tag", when there is

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-04 Thread Junio C Hamano
Ramsay Jones writes: > On 01/11/13 22:52, Junio C Hamano wrote: >> Here are the topics that have been cooking. Commits prefixed with >> '-' are only in 'pu' (proposed updates) while commits prefixed with >> '+' are in 'next'. >> > [ ... ] >> >> >> * fc/transport-helper-fixes (2013-11-01) 11 co

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-03 Thread Torstein Hegge
On Fri, Nov 01, 2013 at 15:52:06 -0700, Junio C Hamano wrote: > * th/reflog-annotated-tag (2013-10-28) 1 commit > (merged to 'next' on 2013-11-01 at 8b154cc) > + reflog: handle lightweight and annotated tags equally > > "git log -g $annotated_tag", when there is no reflog history, should > ha

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-01 Thread Ramsay Jones
On 01/11/13 22:52, Junio C Hamano wrote: > Here are the topics that have been cooking. Commits prefixed with > '-' are only in 'pu' (proposed updates) while commits prefixed with > '+' are in 'next'. > [ ... ] > > > * fc/transport-helper-fixes (2013-11-01) 11 commits > - transport-helper: demot

Re: What's cooking in git.git (Nov 2013, #01; Fri, 1)

2013-11-01 Thread Thomas Rast
Junio C Hamano writes: > * tr/merge-recursive-index-only (2013-10-28) 3 commits > - merge-recursive: -Xindex-only to leave worktree unchanged > - merge-recursive: internal flag to avoid touching the worktree > - merge-recursive: remove dead conditional in update_stages() FWIW -- since you dro