Re: What's happening to the index

2016-06-28 Thread Andy Falanga (afalanga)
On 06/28/2016 09:17 AM, Matthieu Moy wrote: > "Andy Falanga (afalanga)" writes: > >> After the line calling increlnum is executed, I often have issues with >> make unable to spawn the next command because it can't read the current >> directory info. >

What's happening to the index

2016-06-28 Thread Andy Falanga (afalanga)
Hi, I'm using git version 1.8.3.1. I have a process for building RPMs in my repository. The RPMs are versioned using a "build number". In order to maintain uniqueness for this build number, I have stored this number to a file which exists on only a unique branch. The build process, for an ac

Re: BUG in git diff-index

2016-03-31 Thread Andy Lowry
tally commited). If I understand correctly, the update-index operation you indicated will not change index membership at all, but will simply resync the index members with actual working tree files. So I think now that the script should do "update-index --refresh" followed by "d

BUG in git diff-index

2016-03-31 Thread Andy Lowry
#x27;s a better way to achieve what I'm after, I'd appreciate a tip. Otherwise I'll just change the comments explaining why there's a "diff" in my script. andy > > 5. git diff correctly reports no changes > 6. git diff-index now also > reports nothing This is

BUG in git diff-index

2016-03-31 Thread Andy Lowry
. This is stable behavior until next step 5. git diff correctly reports no changes 6. git diff-index now also reports nothing My understanding is that git diff-index should care only about content and file mode, not modification time. === andy

Re: Feature request: git bisect merge to usable base

2016-01-04 Thread Andy Lutomirski
On Mon, Jan 4, 2016 at 12:31 PM, Junio C Hamano wrote: > Andy Lutomirski writes: > >> git bisect run is great, but it's not so great when the test process >> is "sudo make modules_install && sudo make install && reboot", then >> boot new

Re: Feature request: git bisect merge to usable base

2016-01-04 Thread Andy Lutomirski
On Wed, Dec 30, 2015 at 12:09 PM, Junio C Hamano wrote: > Andy Lutomirski writes: > >> I'm currently bisecting a Linux bug on my laptop. The starting good >> commit is v4.4-rc3 and the starting bad commit is v4.4-rc7. >> Unfortunately, anything much older than

Feature request: git bisect merge to usable base

2015-12-30 Thread Andy Lutomirski
t would be that, rather than testing commits in between the good and bad commits, it would test the result of merging those commits with v4.4-rc3. Obviously the syntax could be tweaked a lot, but I think the concept could be quite handy. Thanks, Andy -- To unsubscribe from this list: send the line "

'Comma in -to/-cc entry' on valid addresses

2015-12-16 Thread Andy Lutomirski
and mailbox-list as well as section 3.2.6, which indicates that a phrase can contain a quoted-string. --Andy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/1] send-email: allow to compose only prepared cover letter

2015-10-14 Thread Andy Shevchenko
On Tue, 2015-10-13 at 14:11 -0700, Junio C Hamano wrote: > Andy Shevchenko writes: > > > My often use case is to do: > > % git format-patch --cover-letter --subject-prefix="PATCH > > vN" rev1^..revXYZ > > % $GIT_EDITOR -* > > % git

[PATCH 1/1] send-email: allow to compose only prepared cover letter

2015-10-13 Thread Andy Shevchenko
;PATCH vN" rev1^..revXYZ P.S. Going further we can even introduce something like --valid-cmd to send-email to run, for example, checkpatch.pl. Signed-off-by: Andy Shevchenko --- git-send-email.perl | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git-send-email.pe

Re: error opening

2015-09-12 Thread Andy
Is apparently a known issue. Here is a temp fix : https://github.com/git-for-windows/git/issues/376 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] tree_entry_interesting: match against all pathspecs

2014-01-25 Thread Andy Spencer
x27; error: pathspec 'a/*.txt' did not match any file(s) known to git. Signed-off-by: Andy Spencer --- tree-walk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-walk.c b/tree-walk.c index 5ece8c3..e06f240 100644 --- a/tree-walk.c +++ b/tree-walk.c @@ -7

Re: Verifiable git archives?

2014-01-25 Thread Andy Lutomirski
acks its output without any warnings or other fanfare. --Andy diff --git a/archive-tar.c b/archive-tar.c index 719b629..c6bf7e4 100644 --- a/archive-tar.c +++ b/archive-tar.c @@ -2,6 +2,8 @@ * Copyright (c) 2005, 2006 Rene Scharfe */ #include "cache.h" +#include "tree.h" +#

Re: Verifiable git archives?

2014-01-09 Thread Andy Lutomirski
On Thu, Jan 9, 2014 at 2:46 PM, Junio C Hamano wrote: > Andy Lutomirski writes: > >>> You only need the object name of the top-level tree. After "untar" >>> the archive into an empty directory, make it a new repository and >>> "git add . &&am

Re: Verifiable git archives?

2014-01-09 Thread Andy Lutomirski
On Thu, Jan 9, 2014 at 12:11 PM, Junio C Hamano wrote: > Andy Lutomirski writes: > >> It's possible, in principle, to shove enough metadata into the output >> of 'git archive' to allow anyone to verify (without cloning the repo) >> to verify that the arch

Verifiable git archives?

2014-01-08 Thread Andy Lutomirski
ived and verified as well.) --Andy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC v2] git-multimail: a replacement for post-receive-email

2013-02-13 Thread Andy Parkins
echnique, as to my mind, installing a full copy of the sample script in every new repository is wasteful and leaves you with potentially out-of-date scripts when you update git. Andy -- Dr Andy Parkins andypark...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe gi

Re: [git-multimail] License unknown (#1)

2013-02-12 Thread Andy Parkins
tried very hard to make it as clear and modular as I could). > If somebody can explain what license the code is under and how they come > to that conclusion, I would be very grateful. > > And if Andy Parkins (the original author) is listening, please indicate > whether you had any

Re: Fwd: Re: [git-multimail] License unknown (#1)

2013-02-12 Thread Andy Parkins
On Tuesday 12 February 2013 09:01:14 Michael Haggerty wrote: > I assume you are the Andy Parkins who originally submitted > post-commit-email to the Git project... I am indeed. Hello. > I have derived another script from yours: > > https://github.com/mhagger/git-multimail

Re: old folders returning

2012-11-10 Thread Andy Hawkins
ime. If it were pulled then the modified time would've > changed, so it must have been taken from an earlier commit on my local > branch. Did you git rm the 'old' name of the folder? Andy -- To unsubscribe from this list: send the line "unsubscribe git" in the bod

Re: three questions: proper forum? & reverting changes to the working directory

2012-11-08 Thread Andy Hawkins
I did worked, but is > it the proper way? If not, what is? The easiest answer to this is run 'git status'. It'll list the files in various states, and tell you how to undo the changes. Andy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch] fixup GECOS handling

2005-04-22 Thread Andy Isaacson
s a really complicated way of writing if(semi) *semi = 0; else if(comma) *comma = 0; (The two code fragments are precisely identical. Mmmm, strength reduction.) -andy - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More ma

Re: SHA1 hash safety

2005-04-18 Thread Andy Isaacson
3edec49eaa6238ad5ff00 bar % cmp foo bar foo bar differ: byte 25, line 1 % But in the absence of actual evidence, we have to assume (just based on the probabilities) that there was some error in your testing. -andy - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html