1
1
GitX
2
- ---------------
2
+ ----
3
3
4
- # What is GitX?
4
+ ## What is GitX?
5
5
6
6
GitX is a gitk like clone written specifically for OS X Leopard and higher.
7
7
This means that it has a native interface and tries to integrate with the
8
8
operating system as good as possible. Examples of this are drag and drop
9
9
support and QuickLook support.
10
10
11
11
12
- # Features
12
+ ## Features
13
13
14
14
The project is currently still in its starting phases. As time goes on,
15
15
hopefully more features will be added. Currently GitX supports the following:
@@ -21,11 +21,11 @@ hopefully more features will be added. Currently GitX supports the following:
21
21
* Preview any file in the tree in a text view or with QuickLook
22
22
* Drag and drop files out of the tree view to copy them to your system
23
23
* Support for all parameters git rev-list has
24
- # License
24
+ ## License
25
25
26
26
GitX is licensed under the GPL version 2. For more information, see the attached COPYING file.
27
27
28
- # Downloading
28
+ ## Downloading
29
29
30
30
GitX is currently hosted at GitHub. It's project page can be found at
31
31
http://github.com/pieter/gitx . Recent binary releases can be found at
@@ -36,7 +36,7 @@ through git:
36
36
37
37
git clone git://github.com/pieter/gitx
38
38
39
- # Installation
39
+ ## Installation
40
40
41
41
The easiest way to get GitX running is to download the binary release from the
42
42
wiki. If you wish to compile it yourself, you will need XCode 3.0 or later. As
@@ -45,7 +45,7 @@ collection), you will not be able to compile it on previous versions of OS X.
45
45
46
46
To compile GitX, open the GitX.xcodeproj file and hit "Build".
47
47
48
- # Usage
48
+ ## Usage
49
49
50
50
GitX itself is fairly simple. Most of its power is in the 'gitx' binary, which
51
51
you should install through the menu. the 'gitx' binary supports most of git
@@ -55,7 +55,7 @@ relating to the 'Documentation' subdirectory. With `gitx -Shaha', gitx will
55
55
only show commits that contain the word 'haha'. Similarly, with 'gitx
56
56
v0.2.1..', you will get a list of all commits since version 0.2.1.
57
57
58
- # Helping out
58
+ ## Helping out
59
59
60
60
Any help on GitX is welcome. GitX is programmed in Objective-C, but even if
61
61
you are not a programmer you can do useful things. A short selection:
0 commit comments