Fail git pull --rebase when local merges present? (was: [ANNOUNCE] Git v2.11.1)

2017-02-03 Thread Stephen Bash
On Thu, Feb 2, 2017 at 6:05 PM, Junio C Hamano wrote: > * "git pull --rebase", when there is no new commits on our side since >we forked from the upstream, should be able to fast-forward without >invoking "git rebase", but it didn't. As someone who has to mentor new

Re: can't install on OS X

2015-10-02 Thread Stephen Bash
- Original Message - > From: "Spencer Graves" > Sent: Friday, October 2, 2015 2:50:30 AM > Subject: can't install on OS X > > I downloaded "git-2.5.3-intel-universal-mavericks.dmg" per > instructions. When I tried to install it, I first had trouble because >

Re: can we prevent reflog deletion when branch is deleted?

2013-11-14 Thread Stephen Bash
- Original Message - From: Jeff King p...@peff.net Sent: Thursday, November 14, 2013 3:14:56 AM Subject: Re: can we prevent reflog deletion when branch is deleted? On Thu, Nov 14, 2013 at 05:48:50AM +0530, Sitaram Chamarty wrote: Is there *any* way we can preserve a reflog for a

Re: A workflow for local patch maintenance

2013-10-11 Thread Stephen Bash
- Original Message - From: Jeff King p...@peff.net Sent: Thursday, October 10, 2013 1:36:28 PM Subject: Re: A workflow for local patch maintenance ... snip ... That being said, there are some new downsides, as you noted: 1. Resolving conflicts between your version and the

Re: git stash deletes/drops changes of

2013-05-24 Thread Stephen Bash
- Original Message - From: Thomas Rast tr...@inf.ethz.ch Sent: Thursday, May 23, 2013 6:56:50 PM Subject: Re: git stash deletes/drops changes of Junio C Hamano gits...@pobox.com writes: Thomas Rast tr...@inf.ethz.ch writes: So maybe it would be time to first make up our

Already up-to-date! merge isn't a no-op?

2013-03-06 Thread Stephen Bash
Hi all- I have a branch history that looks like this: --M-M-- master \ / / x feature \ \ x-A- maint In other words we had a new feature that was so cool that after testing on master was back-ported to maint (luckily

Re: git-svn with non-standard repository layout

2012-12-05 Thread Stephen Bash
- Original Message - From: Piotr Krukowiecki piotr.krukowie...@gmail.com Sent: Wednesday, December 5, 2012 11:26:54 AM Subject: Re: git-svn with non-standard repository layout On Tue, Dec 4, 2012 at 10:19 PM, Carsten Fuchs carsten.fu...@cafu.de wrote: Hi Piotr, Am 2012-12-04

Re: git-svn with non-standard repository layout

2012-12-05 Thread Stephen Bash
- Original Message - From: Piotr Krukowiecki piotr.krukowie...@gmail.com Sent: Wednesday, December 5, 2012 5:19:44 PM Subject: Re: git-svn with non-standard repository layout Do you mean something like branches = branches/work/*/*:refs/remotes/work/* branches =

Re: Python extension commands in git - request for policy change

2012-12-04 Thread Stephen Bash
- Original Message - From: Felipe Contreras felipe.contre...@gmail.com Sent: Tuesday, December 4, 2012 9:19:18 AM Subject: Re: Python extension commands in git - request for policy change Also, you are ignoring all the advantages that shell has and python does not. Out of

Re: git bundle format [OT]

2012-11-26 Thread Stephen Bash
- Original Message - From: Jason J CTR Pyeron (US) jason.j.pyeron@mail.mil Sent: Monday, November 26, 2012 4:06:59 PM Subject: RE: git bundle format [OT] First, a shot out of left field: how about a patch based workflow? (similar to the mailing list, just replace email with

Re: Overlong lines with git-merge --log

2012-11-02 Thread Stephen Bash
- Original Message - From: Tim Janik t...@gnu.org Sent: Friday, November 2, 2012 9:24:29 AM Subject: Re: Overlong lines with git-merge --log On 02.11.2012 11:05, Jeff King wrote: Taking just the first line of those often cuts off the useful part. It was deemed less bad to show

Re: fa/remote-svn (Re: What's cooking in git.git (Oct 2012, #01; Tue, 2))

2012-10-04 Thread Stephen Bash
- Original Message - From: Jonathan Nieder jrnie...@gmail.com Sent: Thursday, October 4, 2012 4:30:01 AM Subject: Re: fa/remote-svn (Re: What's cooking in git.git (Oct 2012, #01; Tue, 2)) * fa/remote-svn (2012-09-19) 16 commits - Add a test script for remote-svn -

Re: [RFC/PATCH 0/3] git log --pretty=lua

2012-09-25 Thread Stephen Bash
- Original Message - From: Nguyen Thai Ngoc Duy pclo...@gmail.com Sent: Tuesday, September 25, 2012 7:22:49 AM Subject: Re: [RFC/PATCH 0/3] git log --pretty=lua On Tue, Sep 25, 2012 at 7:23 AM, Jeff King p...@peff.net wrote: We've talked off and on about extending the

Re: [PATCH 2/2] attr: binary attribute should choose built-in binary merge driver

2012-09-12 Thread Stephen Bash
- Original Message - From: Junio C Hamano gits...@pobox.com Sent: Wednesday, September 12, 2012 4:55:53 AM Subject: Re: [PATCH 2/2] attr: binary attribute should choose built-in binary merge driver Jeff King p...@peff.net writes: On Sat, Sep 08, 2012 at 09:40:39PM -0700, Junio

Re: [PATCH 2/2] attr: binary attribute should choose built-in binary merge driver

2012-09-12 Thread Stephen Bash
- Original Message - From: Junio C Hamano gits...@pobox.com Sent: Wednesday, September 12, 2012 1:01:30 PM Subject: Re: [PATCH 2/2] attr: binary attribute should choose built-in binary merge driver Perhaps something like this makes it better. Patch didn't apply on top of the

Re: [PATCH 0/2] Teaching -Xours/-Xtheirs to binary ll-merge driver

2012-09-09 Thread Stephen Bash
- Original Message - From: Junio C Hamano gits...@pobox.com Sent: Sunday, September 9, 2012 12:40:37 AM Subject: [PATCH 0/2] Teaching -Xours/-Xtheirs to binary ll-merge driver The part that grants Stephen's wish is unchanged from the earlier perhaps like this patch, but this time

Binary file-friendly merge -Xours or -Xtheirs?

2012-09-07 Thread Stephen Bash
Hi all- Helping a coworker resolve merge conflicts today I found I wanted a -Xtheirs that completely replaces conflicted binary files with the copy from the incoming branch. In other words rather than doing $ git merge maint ... conflicts occur ... $ git checkout --theirs --

Re: diff/merge tool that ignores whitespace changes

2012-08-28 Thread Stephen Bash
- Original Message - From: Enrico Weigelt enrico.weig...@vnc.biz Sent: Tuesday, August 28, 2012 12:26:39 PM Subject: diff/merge tool that ignores whitespace changes I'm looking for a diff / merge tool that treats lines with only whitespace changes (trailing or leading whitespaces,

Re: diff/merge tool that ignores whitespace changes

2012-08-28 Thread Stephen Bash
- Original Message - From: Matthew Caron matt.ca...@redlion.net Sent: Tuesday, August 28, 2012 1:41:51 PM Subject: Re: diff/merge tool that ignores whitespace changes I'm looking for a diff / merge tool that treats lines with only whitespace changes (trailing or leading

Re: Temporary merge branch 2 Conflicts

2012-08-20 Thread Stephen Bash
- Original Message - From: Junio C Hamano gits...@pobox.com Sent: Friday, August 17, 2012 5:10:47 PM Subject: Re: Temporary merge branch 2 Conflicts Stephen Bash b...@genarts.com writes: What is the recommended method for resolving this sort of merge? kdiff3 obviously doesn't

Temporary merge branch 2 Conflicts

2012-08-17 Thread Stephen Bash
Hi all- Given this branch history: -M--M---M--- dev \ / / / -- v1-maint \ \ \ M---M--- v1.5-maint I am attempting to merge v1.5-maint into dev. There are some expected conflicts, but when I start

Re: Temporary merge branch 2 Conflicts

2012-08-17 Thread Stephen Bash
- Original Message - From: Stephen Bash b...@genarts.com Sent: Friday, August 17, 2012 9:48:45 AM Subject: Temporary merge branch 2 Conflicts Given this branch history: -M--M---M--- dev \ / / / -- v1-maint

Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls.

2012-07-11 Thread Stephen Bash
- Original Message - From: Junio C Hamano gits...@pobox.com To: Dmitry Ivankov divanor...@gmail.com Cc: git@vger.kernel.org Sent: Wednesday, July 11, 2012 1:00:29 PM Subject: Re: [PATCH 2/4] Allow reading svn dumps from files via file:// urls. Dmitry Ivankov divanor...@gmail.com