Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SoC-2016-Ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ the project is probably less than what would be expected for a GSoC
hence it should be grouped with another one (typically another
bisect-related idea).

#### Convert "git-bisect.sh" to a builtin

"git-bisect.sh" is already using `git bisect--helper` for some
functionality. More features could be moved one by one into `git
bisect--helper` by porting them from shell to C until both
"git-bisect.sh" and "builtin/bisect--helper.c" could be fully replaced
by "builtin/bisect.c".

### "git rebase" improvements

#### "git status" during non-interactive rebase
Expand Down