You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-5.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,19 @@ This edition covers what happened during the month of June 2015.
17
17
18
18
## Discussions
19
19
20
-
<!---
21
20
### General
22
-
-->
23
21
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).
24
33
25
34
26
35
### Reviews
@@ -262,15 +271,6 @@ to process the format passed in `--date=format:...`, a discussion
262
271
about how to manage a potential strftime() failure when it is passed a
263
272
bogus format ensued.
264
273
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).
0 commit comments