Skip to content

Commit 3d42968

Browse files
committed
updated readme
1 parent 24df6a5 commit 3d42968

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

README.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
Provides command line access to a Lighthouse ticketing system
88
for a git based software package. Allows you to list, view and
9-
apply new patches that were submitted to Lighthouse, then comment
10-
on them or update them.
9+
apply new patches that were submitted to Lighthouse.
1110

1211
== SYNOPSIS:
1312

@@ -18,6 +17,10 @@ git config lighthouse.projectId 8994
1817
git config lighthouse.email [email protected]
1918
git config lighthouse.password asdqwe
2019

20+
You can also setup an alias, if you prefer 'git lh' to 'git-lh':
21+
22+
git config alias.lh '!git-lh'
23+
2124
Then, you can list open tickets with patches:
2225

2326
$ git-lh list
@@ -57,19 +60,24 @@ working on, checkout a new branch called 'ticket94' and run either 'git am' or
5760

5861
$ git-lh checkout 94 1
5962

60-
== KNOWN ISSUES:
61-
62-
* Will not currently checkout the commit closest to the date that the patch was uploaded,
63-
which would help more of them apply cleanly.
63+
This will also checkout the commit closest to the date that the patch was uploaded,
64+
which helps them apply cleanly.
6465

6566
== REQUIREMENTS:
6667

6768
* Ruby/Git >= 1.0.7 (gem install git)
6869

6970
== INSTALL:
7071

72+
* sudo gem install schacon-ruby-git --source=http://gems.github.com
7173
* sudo gem install schacon-git-lighthouse --source=http://gems.github.com
7274

75+
== TODO:
76+
77+
Eventually, I will try to add this functionality, too:
78+
79+
*
80+
7381
== LICENSE:
7482

7583
(The MIT License)

TODO.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)