Skip to content

Commit 49314cd

Browse files
Minor improvements to repository documentation
* Change the README to use Markdown syntax. (Which it pretty much did already.) * Add suffixes to README and COPYING.
1 parent 267e26f commit 49314cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

COPYING renamed to COPYING.txt

File renamed without changes.

README renamed to README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
GitX
2-
---------------
2+
----
33

4-
# What is GitX?
4+
## What is GitX?
55

66
GitX is a gitk like clone written specifically for OS X Leopard and higher.
77
This means that it has a native interface and tries to integrate with the
88
operating system as good as possible. Examples of this are drag and drop
99
support and QuickLook support.
1010

1111

12-
# Features
12+
## Features
1313

1414
The project is currently still in its starting phases. As time goes on,
1515
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:
2121
* Preview any file in the tree in a text view or with QuickLook
2222
* Drag and drop files out of the tree view to copy them to your system
2323
* Support for all parameters git rev-list has
24-
# License
24+
## License
2525

2626
GitX is licensed under the GPL version 2. For more information, see the attached COPYING file.
2727

28-
# Downloading
28+
## Downloading
2929

3030
GitX is currently hosted at GitHub. It's project page can be found at
3131
http://github.com/pieter/gitx. Recent binary releases can be found at
@@ -36,7 +36,7 @@ through git:
3636

3737
git clone git://github.com/pieter/gitx
3838

39-
# Installation
39+
## Installation
4040

4141
The easiest way to get GitX running is to download the binary release from the
4242
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.
4545

4646
To compile GitX, open the GitX.xcodeproj file and hit "Build".
4747

48-
# Usage
48+
## Usage
4949

5050
GitX itself is fairly simple. Most of its power is in the 'gitx' binary, which
5151
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
5555
only show commits that contain the word 'haha'. Similarly, with 'gitx
5656
v0.2.1..', you will get a list of all commits since version 0.2.1.
5757

58-
# Helping out
58+
## Helping out
5959

6060
Any help on GitX is welcome. GitX is programmed in Objective-C, but even if
6161
you are not a programmer you can do useful things. A short selection:

0 commit comments

Comments
 (0)