2013-04-08 02:12 UTC+0200 Viktor Szakats (harbour syenar.net)

* config/postinst.hb
    * minor

  * doc/howtorep.txt
  * README.md
    ! updated link to hbmk2 doc
    * updated steps for committing to emphasis in bin/commit
      script than trying to describe some of the rules
This commit is contained in:
Viktor Szakats
2013-04-08 02:14:06 +02:00
parent df3616a148
commit fe9b84e2c2
4 changed files with 22 additions and 21 deletions

View File

@@ -31,8 +31,8 @@ by Viktor Szakats
1) Make the changes in the source
2) Do a 'git pull'
3) Resolve any conflicts
4) Run 'hbrun bin/commit' to create new ChangeLog.txt entry
with timestamp and list of modified files
4) Run 'hbrun bin/commit' to check any commit pre-checks
and to create new ChangeLog.txt entry template
5) Edit ChangeLog.txt with a text editor (do not use notepad.exe)
6) Copy the last ChangeLog.txt entry to the clipboard
If it's a single atomic change, it's better to copy only
@@ -45,13 +45,6 @@ by Viktor Szakats
11) Do a 'git push' to publish your changes online to the
master repository
Important notes:
1) *Always* add a ChangeLog.txt entry when committing.
2) When adding a new file to the repository, always use lower case 8.3
filenames, do not use tabs, trailing spaces, BOM and EOF markers
in the file, end the file with a newline.
1.3 Here's how to format your ChangeLog.txt entries
===================================================
by Viktor Szakats
@@ -73,13 +66,10 @@ by Viktor Szakats
- Leave an empty line after the body.
- Do not use tabs, trailing spaces, BOM and EOF markers
in the file, end the file with a newline.
1.4 Here's how to use the Git server in read-only mode
======================================================
git clone git://github.com/harbour/core.git harbour
git clone git://github.com/harbour/core.git harbour-core
1.5 Things to do to avoid damaging the Git repository
=====================================================