Timeline for Can you recommend a good commit message template / guidelines to enforce in the company?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 15, 2013 at 12:41 | vote | accept | kyrisu | ||
| Feb 28, 2013 at 6:41 | comment | added | rangzen | @yegle Mod is about adding something or change a behaviour, Ref is about changing internal stuff that don't add any fonctionality, add API, etc. Example : if I have an add(Object) function and I implement an add(List<Object>) function, I will comment with Mod. Later I remove duplication and use directly add(Object) in add(List<Object>) then I will use Ref. | |
| Dec 31, 2012 at 19:25 | comment | added | yegle | Could you please explain some difference between Mod and Ref? Sometimes I'm just doing small fixes which is some kind of refactoring. | |
| Oct 6, 2011 at 9:19 | history | answered | rangzen | CC BY-SA 3.0 |