Re: [PATCH 2/8] refs.c: rename the transaction functions

2014-12-11 Thread Stefan Beller
On Thu, Dec 11, 2014 at 1:42 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> 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. >> >> The goal in the long term is to have different

Re: [PATCH 2/8] refs.c: rename the transaction functions

2014-12-11 Thread Junio C Hamano
Stefan Beller writes: > 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. > > The goal in the long term is to have different things running through > the transaction api, such as the .git/c

[PATCH 2/8] refs.c: rename the transaction functions

2014-12-05 Thread Stefan Beller
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. The goal in the long term is to have different things running through the transaction api, such as the .git/config file. The dream is to have an