Re: [PATCH 1/4] refs.c: rename the transaction functions

2014-12-02 Thread Jonathan Nieder
Stefan Beller wrote: > No changes since sending it 5 days ago. > > branch.c | 13 + > builtin/commit.c | 10 +++ > builtin/fetch.c| 12 > builtin/receive-pack.c | 13 - > builtin/replace.c | 10 +++ > builtin/tag.c | 10 ++

[PATCH 1/4] refs.c: rename the transaction functions

2014-12-01 Thread Stefan Beller
From: Ronnie Sahlberg Rename the transaction functions. Remove the leading ref_ from the names and append _ref to the names for functions that create/delete/ update sha1 refs. Signed-off-by: Ronnie Sahlberg Signed-off-by: Stefan Beller --- This commit can be reproduced via find . -name "*.[ch]

Re: [PATCH 1/4] refs.c: rename the transaction functions

2014-12-01 Thread Stefan Beller
This patch series is not really ready for public digestion, I messed up sending it to the list anyway. Please ignore this series. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/ma

[PATCH 1/4] refs.c: rename the transaction functions

2014-12-01 Thread Stefan Beller
From: Ronnie Sahlberg Rename the transaction functions. Remove the leading ref_ from the names and append _ref to the names for functions that create/delete/ update sha1 refs. todo(sbeller): notes below 3 dashes This commit can be reproduced via find . -name "*.[ch]" -print | xargs sed -i ' \

[PATCH 1/4] refs.c: rename the transaction functions

2014-11-26 Thread Stefan Beller
From: Ronnie Sahlberg Rename the transaction functions. Remove the leading ref_ from the names and append _ref to the names for functions that create/delete/ update sha1 refs. Signed-off-by: Ronnie Sahlberg Signed-off-by: Stefan Beller --- This commit can be reproduced via find . -name "*.[ch