Re: RFC - Git Developer Blog

2019-09-17 Thread pedro rijo
gt; On Tue, Sep 17, 2019 at 03:22:38PM -0400, James Ramsay wrote: > > On 13 Sep 2019, at 10:05, pedro rijo wrote: > > > > > Just a minor question: since we have git-scm, pro-git, and git > > > translations in github, why not keep in the same place, under the same > >

Re: RFC - Git Developer Blog

2019-09-13 Thread pedro rijo
> implementation for feedback in the next few weeks. For now, all I've > created is merge request with an empty Hugo site and automated deploys. > > Those who would like to be added as maintainers, you should be able to > Request Access using the link near the project name. > > Peff, you mentioned Jason might have some designs or ideas with regards > visuals. I'm happy to be put in touch directly or collaborate here. > -- Obrigado, Pedro Rijo

Re: [RFC] Post/tutorial for newcomers

2019-09-04 Thread pedro rijo
either or both would be good. Patches welcome (here, or at > https://github.com/git/git-scm.com). > > -Peff -- Obrigado, Pedro Rijo

Re: [RFC] Post/tutorial for newcomers

2019-09-03 Thread pedro rijo
comments or suggestions for it, please, let me know :) > > Thanks, > Matheus > > [1]: https://flusp.ime.usp.br -- Obrigado, Pedro Rijo

Re: [GitHub] Your password was reset

2018-08-26 Thread pedro rijo
ease contact support by visiting > https://github.com/contact > > Please do not reply to this email with your password. We will never ask for > your password, and we strongly discourage you from sharing it with anyone. -- Obrigado, Pedro Rijo

Re: hacktoberfest

2017-10-04 Thread pedro rijo
a bit more work) probably. Issues labeled: https://github.com/git/git-scm.com/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest Thanks, Pedro 2017-09-28 22:19 GMT+01:00 Jeff King : > On Wed, Sep 27, 2017 at 11:05:49PM +0100, pedro rijo wrote: > >> While the git repository itself is n

hacktoberfest

2017-09-27 Thread pedro rijo
Hey, As some may have noticed, GitHub and DigitalOcean have been promoting Open Source contributions in October for a few years now. While the git repository itself is not hosted under GitHub, the Pro Git book, git for Windows, and git-scm website (at least) projects are, and could use this movem

Re: [BUG] Failed to sign commit

2017-06-09 Thread pedro rijo
537A9FC7E' >> error: gpg failed to sign the data >> fatal: failed to write commit object >> >> It seems more a gpg problem no? something not well configured after >> the update perhaps? > > Have you tried running `export GPG_TTY=$(tty)` before running `git > commit`? I had a similar gpg error that was solved by that. -- Obrigado, Pedro Rijo

Re: [BUG] Failed to sign commit

2017-06-07 Thread pedro rijo
'gpg' '--status-fd=2' '-bsau' '8AEC0DB537A9FC7E' error: gpg failed to sign the data fatal: failed to write commit object It seems more a gpg problem no? something not well configured after the update perhaps? 2017-06-07 11:33 GMT+01:00 Kevin Daudt : >

[BUG] Failed to sign commit

2017-06-07 Thread pedro rijo
Recently I've updated a bunch of stuff, including git and gpg. I'm using - mac OS 10.10.5 - git 2.13.1 - gpg (GnuPG) 2.1.21 / libgcrypt 1.7.7 When I do $ git commit --allow-empty -v -m "lol" error: gpg failed to sign the data fatal: failed to write commit object I tried the verbose flag hoping

Re: meaning of SP on ls-tree docs

2016-04-11 Thread pedro rijo
ups :) Thanks 2016-04-11 18:15 GMT+01:00 Konstantin Khomoutov : > On Mon, 11 Apr 2016 18:04:42 +0100 > pedro rijo wrote: > >> On https://git-scm.com/docs/git-ls-tree#_output_format, the format is >> presented as SP SP TAB >> >> But what is SP? Couldn&

meaning of SP on ls-tree docs

2016-04-11 Thread pedro rijo
Hey, On https://git-scm.com/docs/git-ls-tree#_output_format, the format is presented as SP SP TAB But what is SP? Couldn't find the meaning. Space? System separator? -- Thanks, Pedro Rijo -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a me