Hi,
Like the years before, I'm going to offer my students a 1 month project
(end of May -> end of June) where they can contribute to a free
software, in particular Git.
Students are free to pick the feature they want, but I maintain a list
of small project ideas on the wiki to help them:
https://git.wiki.kernel.org/index.php/SmallProjectsIdeas
fell free to edit and comment. Students will anyway have to discuss here
before starting to code anything non-trivial.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
It seems that Ramkumar Ramachandra is working on this in his "[PATCH
v2 0/3] Introduce pull.autostash" series
Ping Yin
On Mon, Apr 15, 2013 at 4:04 AM, Matthieu Moy
[off-list ref] wrote:
Hi,
Like the years before, I'm going to offer my students a 1 month project
(end of May -> end of June) where they can contribute to a free
software, in particular Git.
Students are free to pick the feature they want, but I maintain a list
of small project ideas on the wiki to help them:
https://git.wiki.kernel.org/index.php/SmallProjectsIdeas
fell free to edit and comment. Students will anyway have to discuss here
before starting to code anything non-trivial.
--
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
A few small personal itches off the top of my head:
- Make git status -s show "state status" as well: this essentially
requires writing an equivalent of wt_status_print_state() for use in
wt_shortstatus_print().
- Make the -s and -b switches in git status configuration variables.
I currently have status aliased to status -sb, and this is less than
ideal.
- Make the -3 and -c switches in git am configuration variables. I
have an alias.
- Create an advice.ui (like color.ui) to turn off all advice. I don't
need advice.
From: Phil Hord <hidden> Date: 2016-06-15 22:56:51
On Mon, Apr 15, 2013 at 11:18 AM, Ramkumar Ramachandra
[off-list ref] wrote:
A few small personal itches off the top of my head:
- Make git status -s show "state status" as well: this essentially
requires writing an equivalent of wt_status_print_state() for use in
wt_shortstatus_print().