@@ -41,34 +41,38 @@ GitX is licensed under the GPL version 2. For more information, see the attached
41
41
# Downloading
42
42
43
43
GitX (L) is currently hosted at GitHub. It's project page can be found at
44
+
44
45
https://github.com/laullon/gitx
46
+
45
47
Recent binary releases can be found at
48
+
46
49
http://gitx.laullon.com
47
50
48
51
If you wish to follow GitX (L) development, you can download the source code
49
52
through git:
50
53
51
- git clone https://github.com/laullon/gitx.git
54
+ git clone https://github.com/laullon/gitx.git
52
55
53
56
# Installation
54
57
55
58
The easiest way to get GitX (L) running is to download the binary release from
59
+
56
60
http://gitx.laullon.com
61
+
57
62
If you wish to compile it yourself, you will need XCode 3.0 or later. As
58
63
GitX makes use of features available only on Leopard (such as garbage
59
64
collection), you will not be able to compile it on previous versions of OS X.
60
-
61
65
To compile GitX (L), open the GitX.xcodeproj file and hit "Build".
62
66
63
67
# Usage
64
68
65
69
GitX (L) itself is fairly simple. Most of its power is in the 'gitx' binary, which
66
70
you should install through the menu. the 'gitx' binary supports most of git
67
- rev-list's arguments. For example, you can run `gitx --all' to display all
68
- branches in the repository, or `gitx -- Documentation' to only show commits
69
- relating to the 'Documentation' subdirectory. With `gitx -Shaha' , gitx will
70
- only show commits that contain the word 'haha'. Similarly, with ' gitx
71
- v0.2.1..' , you will get a list of all commits since version 0.2.1.
71
+ rev-list's arguments. For example, you can run ` gitx --all ` to display all
72
+ branches in the repository, or ` gitx -- Documentation ` to only show commits
73
+ relating to the 'Documentation' subdirectory. With ` gitx -Shaha ` , gitx will
74
+ only show commits that contain the word 'haha'. Similarly, with ` gitx
75
+ v0.2.1..` , you will get a list of all commits since version 0.2.1.
72
76
73
77
# Helping out
74
78
0 commit comments