Skip to content

Commit 81ccadf

Browse files
committed
Update builtin project proposal
Based on @moy's advice
1 parent 418b81d commit 81ccadf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎SoC-2015-Ideas.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,8 @@ multiple platforms, e.g. Windows (think: POSIX-to-Windows path
156156
conversion issues).
157157

158158
The idea of this project is to dive into the Git source code and
159-
convert, say, `git-add--interactive.perl` and/or `git stash` into
160-
proper C code, making it a so-called "built-in".
159+
convert a couple of shell and/or Perl scripts into portable and
160+
performant C code, making it a so-called "built-in".
161+
162+
The plan is to start with something small, such as `git-pull.sh` to
163+
get into the groove, and then advance to more complex scripts.

0 commit comments

Comments
(0)