diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-09-13 22:09:41 +0200 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-09-13 22:09:41 +0200 |
commit | adf64b4bfdc8e58ff9d3f927ded85b2329cb6bb6 (patch) | |
tree | afeb13dd9cee5a8d71976004110dbfaa1314e639 /HACKING | |
parent | 77dc6c1bf2dc893a2c393229c2b656668694120e (diff) | |
download | automake-adf64b4bfdc8e58ff9d3f927ded85b2329cb6bb6.tar.gz |
* HACKING: Hint at old commits with `git describe' output.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ the active branches descending from the buggy commit. This offers a simple way to fix the bug consistently and effectively. +* When referring to older commits, use 'git describe' output as pointer. + * There may be a number of longer-lived feature branches for new developments. They should be based off of a common ancestor of all active branches to which the feature should be merged later. The next branch may serve as |