Re: Possible bug: identical lines added/removed in git diff

2018-08-29 Thread Gabriel Holodak
the lines in question are identical. Thanks for looking into this. Gabriel

Possible bug: identical lines added/removed in git diff

2018-08-26 Thread Gabriel Holodak
s close to a minimal reproduction of the issue. If I git add --patch and stage a few hunks, then the duplicated lines seem to disappear. Steps to reproduce: git diff --no-index unitera_bold_italic.bdf.old unitera_bold_italic.bdf.new (It also happens inside a repo, this just seemed the easiest way to demonstrat

[PATCH] fetch-pack: update the documentation for "..." arguments

2016-03-05 Thread Gabriel Souza Franco
When we started allowing an exact object name to be fetched from the command line, we forgot to update the documentation. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.com> --- Documentation/git-fetch-pack.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documen

[PATCH v4] fetch-pack: fix object_id of exact sha1

2016-03-04 Thread Gabriel Souza Franco
Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, 2013-12-05) added support for specifying a SHA-1 as well as a ref name. Add support for specifying just a SHA-1 and set the ref name to the same value in this case. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.

Re: [PATCH v3] fetch-pack: fix object_id of exact sha1

2016-03-03 Thread Gabriel Souza Franco
On Tue, Mar 1, 2016 at 1:54 AM, Jeff King <p...@peff.net> wrote: > On Mon, Feb 29, 2016 at 11:12:56PM -0300, Gabriel Souza Franco wrote: > >> Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, >> 2013-12-05) added support for specifying a SHA-1 as well as a

[PATCH v3] fetch-pack: fix object_id of exact sha1

2016-02-29 Thread Gabriel Souza Franco
Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, 2013-12-05) added support for specifying a SHA-1 as well as a ref name. Add support for specifying just a SHA-1 and set the ref name to the same value in this case. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.

Re: [PATCH v2] fetch-pack: fix object_id of exact sha1

2016-02-29 Thread Gabriel Souza Franco
there's any other place that accepts all of "", " " and "" based on a quick grep for get_oid_hex. On Mon, Feb 29, 2016 at 7:00 AM, Jeff King <p...@peff.net> wrote: > On Sun, Feb 28, 2016 at 07:22:24PM -0300, Gabriel Souza Franco wrote: > >> Commit 58f2ed0 (remote-curl: p

[PATCH v2] fetch-pack: fix object_id of exact sha1

2016-02-28 Thread Gabriel Souza Franco
Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, 2013-12-05) added support for specifying a SHA-1 as well as a ref name. Add support for specifying just a SHA-1 and set the ref name to the same value in this case. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.

Re: [PATCH] fetch-pack: fix object_id of exact sha1

2016-02-27 Thread Gabriel Souza Franco
On Sat, Feb 27, 2016 at 7:12 PM, Jeff King <p...@peff.net> wrote: > On Sat, Feb 27, 2016 at 05:32:54PM -0300, Gabriel Souza Franco wrote: > >> Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, >> 2013-12-05) added support for specifying a SHA-1 as we

[PATCH] fetch-pack: fix object_id of exact sha1

2016-02-27 Thread Gabriel Souza Franco
Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, 2013-12-05) added support for specifying a SHA-1 as well as a ref name. Add support for specifying just a SHA-1 and set the ref name to the same value in this case. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.

Re: [PATCH] fetch-pack: fix unadvertised requests validation

2016-02-27 Thread Gabriel Souza Franco
de path, then yeah, >> filter_refs() will not work as intended. But I think the solution there >> would be to fix the caller to set up the "struct ref" more completely. >> >> Gabriel, did this come from a bug you noticed in practice, or was it >&g

[PATCH] fetch-pack: fix unadvertised requests validation

2016-02-27 Thread Gabriel Souza Franco
Check was introduced in b791642 (filter_ref: avoid overwriting ref->old_sha1 with garbage, 2015-03-19), but was always false because ref->old_oid.hash is empty in this case. Instead copy sha1 from ref->name. Signed-off-by: Gabriel Souza Franco <gabrielfrancoso...@gmail.com> --- f

GIT_WORK_TREE not set as expected when changing git repository from a script using a git alias

2015-12-04 Thread Gabriel Ganne
d to commit (use "git add" and/or "git commit -a" I am afraid I did not understand the commit d95138e695d99d32dcad528a2a7974f434c51e79, and do not know how to fix this. I am working around the issue by setting GIT_WORK_TREE manually. I attached a sample with my example, the scr

Re: Minor issue: bad Spanish translation

2015-06-11 Thread Gabriel
Hi Johannes, I tried following your instructions but I can locate the sentence where the bad translation is. Please see here: http://stackoverflow.com/questions/30783818/find-instance-of-string-in-git-core-with-git-grep Any advice? Cheers, Gabriel El jue, 11 de jun 2015 a las 12:10

Re: Minor issue: bad Spanish translation

2015-06-11 Thread Gabriel
I think I've found where this issue is located: https://translations.launchpad.net/ubuntu/quantal/+source/git/+pots/git/es/+filter?person=franciscomol I'll try to fix it over there. Cheers, Gabriel El jue, 11 de jun 2015 a las 12:47 , Junio C Hamano gits...@pobox.com escribió: Gabriel

Minor issue: bad Spanish translation

2015-06-10 Thread Gabriel
Where it says: Su rama está delante de origin/master para 6 commits. it should say: Su rama está delante de origin/master por 6 commits. Notice para -- por. Cheers, Gabriel -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org

[PATCH] diff: Handle process substitution

2014-10-16 Thread Gabriel de Perthuis
For example: git diff --color-words (echo a b c) (echo a d c) Changes to struct diff_filespec: - is_stdin renamed to skip_hashing, which is what it did - follow_symlinks added, causing diff_populate_filespec to look at file contents instead of the readlink value Paths that are handled

Git variable expansion when pulling ?

2014-01-31 Thread gabriel staffelbach
a pull command and the file with the metadata is not modified . Is there a correct way to have the filter execute even for a pull and update the Git sha1 info in our log file ? Thanks Gabriel -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

git-completion.bash error

2013-10-27 Thread Gabriel
Hi. First of all, thank you and congratulations for the awesome work :) I've just made a clean install of OS X Mavericks and installed Git via Homebrew, which obviously includes the contrib files. I sourced the git-completion.bash into my profile and I get stuck on a error every time I try to

Re: Help using git subtree

2013-07-31 Thread Gabriel Jover
you. Don't worry about this signature, it only applies if one receives this e-mail by mistake. Best regards, Gabriel -- Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairiem que ho comuniqueu al

Help using git subtree

2013-07-30 Thread Gabriel Jover
? An other question I have is when will be subtree included in git packages. I had to compile git from sources in order to get this feature. Sincerely, G. Jover-Manas -- ++ Gabriel V. Jover Mañas Computing Division Cells / Alba Synchrotron [http