Skip to content

Commit 1a5b068

Browse files
committed
rn-5: move Ensimag and GSoC student reports under 'General'
1 parent 9ab75e6 commit 1a5b068

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

rev_news/drafts/edition-5.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@ This edition covers what happened during the month of June 2015.
1717

1818
## Discussions
1919

20-
<!---
2120
### General
22-
-->
2321

22+
* Ensimag students working on Git (*written by Matthieu Moy*)
23+
24+
As part of a school project, Antoine DELAITE, Remi GALAN ALFONSO, Remi LESPINET, Guillaume PAGES and Louis-Alexandre STUBER, from [Ensimag](http://ensimag.grenoble-inp.fr/), contributed to Git. As a warm-up, they implemented a `am.threeWay` configuration variable to have `git am` use `-3` by default (will be in Git 2.5). Some patch series are being polished to allow `git bisect` to use an arbitrary pair of terms instead of `good` and `bad`, an improved management of list of addresses and aliases in the `--to`, `--cc` and `--bcc` options of `git send-email`, a more verbose output for `git status` when ran during a `rebase -i` session, and a safety feature for `git rebase` to avoid dropping lines by mistake in the todo-list.
25+
26+
* Google Summer of Code midterm evaluations
27+
28+
Both of the Git project [Google Summer of Code](http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2015/about_page)
29+
students, Paul Tan and Karthik Nayak have passed the midterm evaluation and are doing well. Karthik is working on
30+
[unifying the implementations of `git branch -l`, `git tag -l`, and `git for-each-ref`](https://github.com/KarthikNayak/git/commits/ref_filter)
31+
and Paul is working on [porting git-pull from shell to C](https://github.com/pyokagan/git/commits/pt/builtin-pull)
32+
and on [porting git-am from shell to C too](https://github.com/pyokagan/git/commits/pt/builtin-am).
2433

2534

2635
### Reviews
@@ -262,15 +271,6 @@ to process the format passed in `--date=format:...`, a discussion
262271
about how to manage a potential strftime() failure when it is passed a
263272
bogus format ensued.
264273

265-
### Other
266-
267-
* As part of a school project, Antoine DELAITE, Remi GALAN ALFONSO, Remi LESPINET, Guillaume PAGES and Louis-Alexandre STUBER, from [Ensimag](http://ensimag.grenoble-inp.fr/), contributed to Git. As a warm-up, they implemented a `am.threeWay` configuration variable to have `git am` use `-3` by default (will be in Git 2.5). Some patch series are being polished to allow `git bisect` to use an arbitrary pair of terms instead of `good` and `bad`, an improved management of list of addresses and aliases in the `--to`, `--cc` and `--bcc` options of `git send-email`, a more verbose output for `git status` when ran during a `rebase -i` session, and a safety feature for `git rebase` to avoid dropping lines by mistake in the todo-list.
268-
269-
* Both of the Git project [Google Summer of Code](http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2015/about_page)
270-
students, Paul Tan and Karthik Nayak have passed the midterm evaluation and are doing well. Karthik is working on
271-
[unifying the implementations of `git branch -l`, `git tag -l`, and `git for-each-ref`](https://github.com/KarthikNayak/git/commits/ref_filter)
272-
and Paul is working on [porting git-pull from shell to C](https://github.com/pyokagan/git/commits/pt/builtin-pull)
273-
and on [porting git-am from shell to C too](https://github.com/pyokagan/git/commits/pt/builtin-am).
274274

275275
## Releases
276276

0 commit comments

Comments
 (0)