diff options
author | Loui Chang <louipc.ist@gmail.com> | 2010-08-15 23:55:33 -0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2010-08-15 23:55:33 -0400 |
commit | e89db8745eb19372439554b497bf3fa4761f5524 (patch) | |
tree | 471a6e419038bbe37fcc701f9016b43db7097c81 /HACKING | |
parent | 63c2cf1fc6611f708528b78022973b2cd0c941d5 (diff) | |
download | aurweb-e89db8745eb19372439554b497bf3fa4761f5524.tar.xz |
HACKING: Keep commits small
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -36,8 +36,11 @@ http://mailman.archlinux.org/mailman/listinfo/aur-dev Base your patches on the master branch as forward development is done there. When writing patches please keep unnecessary changes to a minimum. + +Try to keep your commits small and focused. Smaller patches are much easier to review and have a better chance of being -pushed more quickly into the main repo. +pushed more quickly into the main repo. Smaller commits also makes reviewing +the commit history and tracking down specific changes much easier. Try to make your commit messages brief but descriptive. |