I'AM SUFFERING FROM CANCER OF THE HEART

2019-08-31 Thread Mrs Nicole Marois
I'AM SUFFERING FROM CANCER OF THE HEART Dear Friend, Greetings to you in the name of the Lord God Almighty am Mrs Nicole Marois from (Paris) France, but am based in Burkina Faso Africa for eight years now as a business woman dealing on gold exportation and cotton Sales. But I have been sufferi

Re: [Feature Request] Option to make .git not read-only in cloned repos

2019-08-31 Thread Albert Vaca Cintora
On Fri, Aug 30, 2019 at 9:25 PM Junio C Hamano wrote: > > But between these two: > > $ git clone --no-read-only-file-in-git https://github.com/foo/bar > ...sightsee... > $ rm -r bar > > to avoid "f" in "rm -r", vs. > > $ git clone https://github.com/foo/bar >

Re: Git in Outreachy December 2019?

2019-08-31 Thread Olga Telezhnaya
сб, 31 авг. 2019 г. в 10:58, Christian Couder : > > On Tue, Aug 27, 2019 at 7:17 AM Jeff King wrote: > > > > Do we have interested mentors for the next round of Outreachy? > > I am interested to co-mentor. I am not ready to give the answer right now, but I will definitely think about the project

Re: How to track history of personal changes in a repository?

2019-08-31 Thread Philip Oakley
Hi Elijah, Matt On 30/08/2019 16:21, Elijah Newren wrote: * If the changes are to files that are tracked, AND you aren't making changes to those same files that do need to be committed and pushed, use the assume-unchanged bit (see git-update-index(1)). Not sure I parsed that well but... The `a

Re: [BUG] You can't have single quote in your username

2019-08-31 Thread Giuseppe Crinò
On Mon, Aug 26, 2019 at 03:14:55PM -0400, Jeff King wrote: > We'd still want to keep the low-level removal of "<>\n", since those are > syntactically significant to Git (i.e., if they sneak in you end up with > a broken commit object). Would it work to change `strbuf_addstr_without_crud()` such th

feature request, git-gui: add hotkey to toggle amend/new

2019-08-31 Thread Birger Skogeng Pedersen
In my pursuit to fully utilize git-gui with only using a keyboard, I suggest that there is a hotkey to toggle between selecting "New Commit" and "Amend Last Commit". Not sure which key-combination that fits this purpose best, but my suggestion is CTRL/CMD+Z. Best regards, Birger

Re: [PATCH] git-gui: Add hotkeys to set widget focus

2019-08-31 Thread Birger Skogeng Pedersen
(Finally picking this up again) I've been using this feature for about one year now. If I may say so, I think it is actually really great. It's really helpful for me to be able to use git-gui with just the keyboard, and I'm hoping others will find it useful, too. Let me know what you guys think.

[PATCH] git-gui: Add hotkeys to set widget focus

2019-08-31 Thread Birger Skogeng Pedersen
The user cannot change focus between the list of files, the diff view and the commit message widgets without using the mouse (clicking either of the four widgets ). Hotkeys CTRL/CMD+number (1-4) now focuses a previously selected path from either the "Unstaged Changes" or "Staged Changes", the diff

Re: Git in Outreachy December 2019?

2019-08-31 Thread Christian Couder
On Tue, Aug 27, 2019 at 7:17 AM Jeff King wrote: > > Do we have interested mentors for the next round of Outreachy? I am interested to co-mentor. > The deadline for Git to apply to the program is September 5th. The > deadline for mentors to have submitted project descriptions is September > 24th

Re: [PATCH v6 2/2] builtin/rebase.c: Remove pointless message

2019-08-31 Thread Ben
Hi Junio, On 30-08-2019 22:16, Junio C Hamano wrote: > Ben Wijen writes: > >> -struct object_id head_oid; >> -if (get_oid("HEAD", &head_oid)) { >> -ret = error(_("could not determine HEAD >> revision")); > > I think we saw die

Re: [PATCH v6 1/2] builtin/rebase.c: make sure the active branch isn't moved when autostashing

2019-08-31 Thread Ben
On 30-08-2019 22:15, Junio C Hamano wrote: > Ben Wijen writes: > >> + >> struct commit *head = >> -lookup_commit_reference(the_repository, >> -&options.orig_head); >> +