commit_hookr 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -4
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -8,11 +8,11 @@ commit_hookr makes it easy to enforce commit message policies. We use it to make
|
|
|
8
8
|
|
|
9
9
|
1. Install the gem
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
gem install commit_hookr
|
|
12
12
|
|
|
13
13
|
2. In your Git project's root:
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
hookr init codebase
|
|
16
16
|
|
|
17
17
|
3. Edit .hookr to your liking. If you want to use Codebase ticket listing, you need to configure the codebase project name.
|
|
18
18
|
|
|
@@ -20,13 +20,14 @@ commit_hookr makes it easy to enforce commit message policies. We use it to make
|
|
|
20
20
|
|
|
21
21
|
There's also a shortcut for removing the commit_hookr files:
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
hookr clear
|
|
24
|
+
|
|
24
25
|
|
|
25
26
|
== Issues
|
|
26
27
|
|
|
27
28
|
Committing with GitX won't work after initializing the Codebase hook. It's still a useful tool though, you just won't be able to hit the commit button.
|
|
28
29
|
|
|
29
|
-
If you come across any, either fix the problem and send me a pull request, or post it to http://github.com/skddc/commit_hookr/issues .
|
|
30
|
+
If you come across any other issues, either fix the problem and send me a pull request, or post it to http://github.com/skddc/commit_hookr/issues .
|
|
30
31
|
|
|
31
32
|
== Note on Patches/Pull Requests
|
|
32
33
|
|