Re: [PATCH v3] build: add default aliases

2013-10-17 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside. Just like thinking that committing

Re: [PATCH v3] build: add default aliases

2013-10-17 Thread Felipe Contreras
Junio C Hamano wrote: Felipe Contreras felipe.contre...@gmail.com writes: Junio C Hamano wrote: Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside.

Re: [PATCH v3] build: add default aliases

2013-10-15 Thread Junio C Hamano
Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside. Just like thinking that committing must be the same as publishing, it is a cvs/svn induced braindamage to think that

Re: [PATCH v3] build: add default aliases

2013-10-15 Thread Felipe Contreras
Junio C Hamano wrote: Jeff King p...@peff.net writes: It seems[1] that some people define ci as commit -a, and some people define st as status -s or even status -sb. These option variants aside. Just like thinking that committing must be the same as publishing, it is a cvs/svn

Re: [PATCH v3] build: add default aliases

2013-09-30 Thread Jonathan Nieder
Michael Haggerty wrote: That being said, independent of aliases, there are many other config settings that can affect commands that might be used in documentation or scripts, and which also could be the source of errors for the non-vigilent. Yep, this is a problem, too (I'm looking at you,

Re: [PATCH v3] build: add default aliases

2013-09-30 Thread Duy Nguyen
On Tue, Oct 1, 2013 at 2:33 AM, Jonathan Nieder jrnie...@gmail.com wrote: Michael Haggerty wrote: That being said, independent of aliases, there are many other config settings that can affect commands that might be used in documentation or scripts, and which also could be the source of errors

Re: [PATCH v3] build: add default aliases

2013-09-28 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 1:39 PM, Jonathan Nieder jrnie...@gmail.com wrote: Jeff King wrote: On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Are these the best definitions

Re: [PATCH v3] build: add default aliases

2013-09-28 Thread Michael Haggerty
On 09/29/2013 12:41 AM, Felipe Contreras wrote: On Tue, Sep 24, 2013 at 1:39 PM, Jonathan Nieder jrnie...@gmail.com wrote: On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread John Szakmeister
On Tue, Sep 24, 2013 at 10:35 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, Sep 24, 2013 at 6:06 AM, John Szakmeister j...@szakmeister.net wrote: [snip] There's nothing objective about Nobody every (sic) agrees changes are good. If it were true, no changes would get in. It

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Felipe Contreras
n On Wed, Sep 25, 2013 at 8:33 AM, John Szakmeister j...@szakmeister.net wrote: On Tue, Sep 24, 2013 at 10:35 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, Sep 24, 2013 at 6:06 AM, John Szakmeister j...@szakmeister.net wrote: [snip] There's nothing objective about Nobody

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Felipe Contreras
On Wed, Sep 25, 2013 at 9:55 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: But let me help you; you can't mention one, because there isn't any. Or because you didn't really look. Read the release notes of every Git release these

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Matthieu Moy
Felipe Contreras felipe.contre...@gmail.com writes: On Wed, Sep 25, 2013 at 9:55 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: But let me help you; you can't mention one, because there isn't any. Or because you didn't really look.

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Felipe Contreras
On Wed, Sep 25, 2013 at 10:13 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Wed, Sep 25, 2013 at 9:55 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: But let me help you;

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Matthieu Moy
Felipe Contreras felipe.contre...@gmail.com writes: Last time I checked nothing has changed, the default remains push.default=matching. LOL. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

Re: [PATCH v3] build: add default aliases

2013-09-25 Thread Felipe Contreras
On Wed, Sep 25, 2013 at 11:05 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: Last time I checked nothing has changed, the default remains push.default=matching. LOL. I'd take that as an admission that you don't have any examples of

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Jeff King
On Tue, Sep 24, 2013 at 12:49:21AM -0500, Felipe Contreras wrote: Anyway, if you are so worried about this hypothetical user not noticing that 'git ci' didn't commit all the files, we could ma ci to 'git commit -v' so we are being straightforward to the user as to what is being committed. I

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 1:18 AM, Jeff King p...@peff.net wrote: On Tue, Sep 24, 2013 at 12:49:21AM -0500, Felipe Contreras wrote: Anyway, if you are so worried about this hypothetical user not noticing that 'git ci' didn't commit all the files, we could ma ci to 'git commit -v' so we are

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Jeff King
On Tue, Sep 24, 2013 at 01:41:19AM -0500, Felipe Contreras wrote: People who have different aliases for the same terms are unaffected on existing boxes, but slightly hindered on new boxes as the aliases do something else. Less hindered than in the current situation. I do not agree, but

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 1:46 AM, Jeff King p...@peff.net wrote: On Tue, Sep 24, 2013 at 01:41:19AM -0500, Felipe Contreras wrote: People who have different aliases for the same terms are unaffected on existing boxes, but slightly hindered on new boxes as the aliases do something else.

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread John Szakmeister
On Sat, Sep 21, 2013 at 3:20 PM, Felipe Contreras felipe.contre...@gmail.com wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- I still think we should ship a default

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 4:19 AM, John Szakmeister j...@szakmeister.net wrote: On Sat, Sep 21, 2013 at 3:20 PM, Felipe Contreras felipe.contre...@gmail.com wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread John Szakmeister
On Tue, Sep 24, 2013 at 6:25 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, Sep 24, 2013 at 4:19 AM, John Szakmeister j...@szakmeister.net wrote: On Sat, Sep 21, 2013 at 3:20 PM, Felipe Contreras felipe.contre...@gmail.com wrote: For now simply add a few common aliases.

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 6:06 AM, John Szakmeister j...@szakmeister.net wrote: On Tue, Sep 24, 2013 at 6:25 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Tue, Sep 24, 2013 at 4:19 AM, John Szakmeister j...@szakmeister.net wrote: On Sat, Sep 21, 2013 at 3:20 PM, Felipe Contreras

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread SZEDER Gábor
The subject line needs to be updated. On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- [...] diff --git

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread Jonathan Nieder
Jeff King wrote: On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Are these the best definitions of those shortcuts? It seems[1] that some people define ci as commit -a,

Re: [PATCH v3] build: add default aliases

2013-09-24 Thread John Szakmeister
On Tue, Sep 24, 2013 at 2:39 PM, Jonathan Nieder jrnie...@gmail.com wrote: Jeff King wrote: On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Are these the best definitions

Re: [PATCH v3] build: add default aliases

2013-09-23 Thread Jeff King
On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Are these the best definitions of those shortcuts? It seems[1] that some people define ci as commit -a, and some people

Re: [PATCH v3] build: add default aliases

2013-09-23 Thread Felipe Contreras
On Mon, Sep 23, 2013 at 11:53 PM, Jeff King p...@peff.net wrote: On Sat, Sep 21, 2013 at 02:20:21PM -0500, Felipe Contreras wrote: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Are these the best definitions of those shortcuts? It

Re: [PATCH v3] build: add default aliases

2013-09-23 Thread Jeff King
On Tue, Sep 24, 2013 at 12:32:46AM -0500, Felipe Contreras wrote: You are making things more consistent for people who already define those aliases in the same way (they are available everywhere, even if they have not moved their config to a new installation), but less so for people who

Re: [PATCH v3] build: add default aliases

2013-09-23 Thread Felipe Contreras
On Tue, Sep 24, 2013 at 12:37 AM, Jeff King p...@peff.net wrote: On Tue, Sep 24, 2013 at 12:32:46AM -0500, Felipe Contreras wrote: You are making things more consistent for people who already define those aliases in the same way (they are available everywhere, even if they have not moved