All of lore.kernel.org
 help / color / mirror / Atom feed
* Contributing to git: cleaner git -rm & add configuration options
@ 2013-05-21  5:42 Mathieu Liénard--Mayor
  2013-05-21  7:20 ` Ramkumar Ramachandra
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Liénard--Mayor @ 2013-05-21  5:42 UTC (permalink / raw)
  To: git; +Cc: garciagj

Hello everyone,

I'm Mathieu LIENARD--MAYOR, a french student at Ensimag - Grenoble INP, 
and together with my fellow student Jorge GARCIA we will try to 
contribute to git as our school project.

As of now, we are considering the implementation of the following two 
features:
-Cleaner error message when "git rm" fails with multiple files 
(https://git.wiki.kernel.org/index.php/SmallProjectsIdeas#Cleaner_error_message_when_.22git_rm.22_fails_with_multiple_files)
-Add configuration options for some commonly used command-line options 
(https://git.wiki.kernel.org/index.php/SmallProjectsIdeas#Add_configuration_options_for_some_commonly_used_command-line_options)

Please let us know if you think those features are interesting choices, 
or if you have some ideas about how we should do it, or even if you have 
any comment at all.

Best regards,
Mathieu LIENARD--MAYOR & Jorge GARCIA

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Contributing to git: cleaner git -rm & add configuration options
  2013-05-21  5:42 Contributing to git: cleaner git -rm & add configuration options Mathieu Liénard--Mayor
@ 2013-05-21  7:20 ` Ramkumar Ramachandra
  2013-05-21 16:35   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Ramkumar Ramachandra @ 2013-05-21  7:20 UTC (permalink / raw)
  To: Mathieu Liénard--Mayor; +Cc: git, garciagj, Matthieu Moy

[+CC: Matthieu Moy]

Mathieu Liénard--Mayor wrote:
> -Cleaner error message when "git rm" fails with multiple files

Should be fairly straightforward to implement.  Just collect the
errors and print them out at once.

> -Add configuration options for some commonly used command-line options

I'd really like status.short, status.branch, am.scissors and am.3way.
Should be fairly straightforward to implement, although others might
have different opinions on the names of the configuration variables.

Also, I've taken the liberty to remove three ideas from the list:
jk/fetch-always-update-tracking, vv/help-unknown-ref, and
rr/rebase-autostash are already in `pu` and will hit `master` soon.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Contributing to git: cleaner git -rm & add configuration options
  2013-05-21  7:20 ` Ramkumar Ramachandra
@ 2013-05-21 16:35   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2013-05-21 16:35 UTC (permalink / raw)
  To: Ramkumar Ramachandra
  Cc: Mathieu Liénard--Mayor, git, garciagj, Matthieu Moy

Ramkumar Ramachandra <artagnon@gmail.com> writes:

> [+CC: Matthieu Moy]
>
> Mathieu Liénard--Mayor wrote:
>> -Cleaner error message when "git rm" fails with multiple files
>
> Should be fairly straightforward to implement.  Just collect the
> errors and print them out at once.
>
>> -Add configuration options for some commonly used command-line options
>
> I'd really like status.short, status.branch, am.scissors and am.3way.
> Should be fairly straightforward to implement, although others might
> have different opinions on the names of the configuration variables.
>
> Also, I've taken the liberty to remove three ideas from the list:
> jk/fetch-always-update-tracking, vv/help-unknown-ref, and
> rr/rebase-autostash are already in `pu` and will hit `master` soon.

Matheiu, please ignore the "will hit 'master' soon" part.  These
particular implementations might be ejected from 'pu' without
prejudice and discussed further.


But the idea is the same.  Somebody have already been working on
them.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-21 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21  5:42 Contributing to git: cleaner git -rm & add configuration options Mathieu Liénard--Mayor
2013-05-21  7:20 ` Ramkumar Ramachandra
2013-05-21 16:35   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.