PDF.pdf

2019-08-09 Thread Gabriel Camaisa Reyes
PDF.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Re: Globe data browsing

2019-08-02 Thread Gabriel Camaisa Reyes
gabrielreyes...@gmail.com > On Jul 3, 1 Reiwa, at 14:50, Gabriel Camaisa Reyes > wrote: > > > > > > > gabriel...@gmail.com

Me:Gcash payment +639772675755

2019-07-19 Thread Gabriel Camaisa Reyes
Cannot Open Page 1 2.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Re: Mobile data

2019-07-10 Thread Gabriel Camaisa Reyes
gabrielreyes...@gmail.com Gcash_+639267423833 > On Jul 9, 1 Reiwa, at 7:30 AM, Gabriel Camaisa Reyes > wrote: > > > > > > > gabrielreyes...@gmail.com

Me.apple Adminstrator

2019-07-10 Thread Gabriel Camaisa Reyes
Welcome - Apple Support 1.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Mobile data

2019-07-08 Thread Gabriel Camaisa Reyes
Privacy - Apple 1.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Twittermedia

2019-07-08 Thread Gabriel Camaisa Reyes
Untitled 15.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Gcash#09267423833

2019-07-08 Thread Gabriel Camaisa Reyes
SafariViewService - Jul 9 1 Reiwa at 5_48 AM.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

me.gcash.com.ph #gabrielreyes...@gmail.com

2019-07-08 Thread Gabriel Camaisa Reyes
How to Tweet.pdf Description: Adobe PDF document gabrielreyes...@gmail.com

Gabriel Camaisa

2019-07-08 Thread Gabriel Camaisa Reyes
BEGIN:VCARD VERSION:3.0 PRODID:-//Apple Inc.//iPhone OS 12.3//EN N:Camaisa;Gabriel;;; FN: Gabriel Camaisa ORG:Reyes; EMAIL;type=INTERNET;type=HOME;type=pref:gabrielreyes...@gmail.com EMAIL;type=INTERNET:asawaqoh...@icloud.com EMAIL;type=INTERNET:gabriel...@gmail.com TEL;type=pref:(0995) 146

Add me as a friend on YouTube

2019-07-04 Thread Gabriel Camaisa Reyes
Add me as a friend on YouTube! https://youtu.be/addme/XKCI7csVyvjM28bUorQkowm-XUNqwQ gabriel...@gmail.com

Mix - David Gilmour - Comfortably Numb Live in Pompeii 2016

2019-07-04 Thread Gabriel Camaisa Reyes
Check out this playlist on YouTube: http://www.youtube.com/watch?v=LTseTg48568&list=RDLTseTg48568 gabriel...@gmail.com

Globe data browsing

2019-07-02 Thread Gabriel Camaisa Reyes
About the Notifications timeline.pdf Description: Adobe PDF document gabriel...@gmail.com

Te:vulnerability access internet connection_internet.globe.com.ph

2019-05-20 Thread Gabriel Camaisa Reyes
Safari - 21 May 2562 BE at 12_36 AM.pdf Description: Adobe PDF document “< asawaqoh...@icloud.com >” “ tonyomont...@gmail.com.org “ “ reyesapriljo...@gmail.com.org “ “ gabriel...@gmail.c

me:free internet access vulnerability transfarentsy M.internet.globe.com.ph

2019-05-20 Thread Gabriel Camaisa Reyes
IP “< asawaqoh...@icloud.com >” “ tonyomont...@gmail.com.org “ “ reyesapriljo...@gmail.com.org “ “ gabriel...@gmail.com.org “ “ ( +63 2 730 1212 ) “. “ ( +49 638

me:twitter.login*

2019-04-22 Thread Gabriel Camaisa Reyes
https://twitter.com/account/send_password_reset?sfns=mo “< asawaqoh...@icloud.com >” “ tonyomont...@gmail.com.org “ “ reyesapriljo...@gmail.com.org “ “ gabriel...@gmail.c

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

2018-08-29 Thread Gabriel Holodak
erent kinds of invisible white spaces?) Yep, 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
seems 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 demon

[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 --- Documentation/git-fetch-pack.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/git-fetch-pack.txt b

[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 --- Documentation/git-fetch

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 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 ref name. >> Ad

[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 --- I did keep the oid

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

2016-02-29 Thread Gabriel Souza Franco
of "", " " and "" based on a quick grep for get_oid_hex. On Mon, Feb 29, 2016 at 7:00 AM, Jeff King wrote: > On Sun, Feb 28, 2016 at 07:22:24PM -0300, Gabriel Souza Franco wrote: > >> Commit 58f2ed0 (remote-curl: pass ref SHA-1 to fetch-pack as well, >>

[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 --- Not the cleanest

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 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 well as a ref name.

[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 --- builtin/fetch-pack.c

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

2016-02-27 Thread Gabriel Souza Franco
gt; 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 >> just an intended cleanup? I was expe

[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 --- fetch-pack.c | 4 ++-- 1 file c

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
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 escribió: Gabriel wri

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

Minor issue: bad Spanish translation

2015-06-10 Thread Gabriel
Where it says: Su rama está delante de < "por". Cheers, Gabriel -- 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] 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 sp

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

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 us

Re: Help using git subtree

2013-07-30 Thread Gabriel Jover
s to a public list? Some lists won't accept this type of e-mails, or simply just ignore 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 informa

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