Author: mdrob Date: Wed Mar 26 18:32:30 2014 New Revision: 1581991 URL: http://svn.apache.org/r1581991 Log: Trying 4 space indent
Modified: accumulo/site/trunk/content/git.mdtext Modified: accumulo/site/trunk/content/git.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/git.mdtext?rev=1581991&r1=1581990&r2=1581991&view=diff ============================================================================== --- accumulo/site/trunk/content/git.mdtext (original) +++ accumulo/site/trunk/content/git.mdtext Wed Mar 26 18:32:30 2014 @@ -143,16 +143,16 @@ Jira issue ACCUMULO-12345 that affects 1 `git commit -av` - Please include the ticket number at the beginning of the log message, and - in the first line, as it's easier to parse quickly. For example: + Please include the ticket number at the beginning of the log message, and + in the first line, as it's easier to parse quickly. For example: `ACCUMULO-2428 throw exception when rename fails after compaction` - Consider following the git log message format described in - [Zach Holman's talk](http://zachholman.com/talk/more-git-and-github-secrets/) - (specifically slides 78-98, beginning at 15:20 into the video). Essentially, - leave a short descriptive message in the first line, skip a line, and write - more detailed stuff there, if you need to. For example: + Consider following the git log message format described in + [Zach Holman's talk](http://zachholman.com/talk/more-git-and-github-secrets/) + (specifically slides 78-98, beginning at 15:20 into the video). Essentially, + leave a short descriptive message in the first line, skip a line, and write + more detailed stuff there, if you need to. For example: `ACCUMULO-2194 Add delay for randomwalk Security teardown`