On Sat, Mar 1, 2014 at 10:22 PM, Siddharth Goel
wrote:
> To my surprise, git format-patch had removed the Git Notes that I had
> put to my commit (regarding GSoC). I have written this patch as a part
> of the GSoC 2014 MicroProject for Git.
You probably wanted to use the --notes option with forma
Thanks for the submission. Minor comments below to give you a taste of
what it's like to contribute to this project...
On Sat, Mar 1, 2014 at 8:32 AM, Siddharth Goel wrote:
> Rewrote skip_prefix() function so that prefix is scanned once.
Good description. In this project, use imperative tone, so
To my surprise, git format-patch had removed the Git Notes that I had
put to my commit (regarding GSoC). I have written this patch as a part
of the GSoC 2014 MicroProject for Git. Going through the mail-chain I
observed that many students have attempted this Microproject. So is it
ok if I stick to
Rewrote skip_prefix() function so that prefix is scanned once.
Signed-off-by: Siddharth Goel
---
git-compat-util.h | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/git-compat-util.h b/git-compat-util.h
index 614a5e9..550dce3 100644
--- a/git-compat-util.h
+++ b/git-comp
4 matches
Mail list logo