summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 912dcff)
raw | patch | inline | side by side (parent: 912dcff)
author | Jonas Fonseca <fonseca@diku.dk> | |
Sat, 16 Sep 2006 18:24:37 +0000 (20:24 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Sat, 16 Sep 2006 18:24:37 +0000 (20:24 +0200) |
manual.txt | patch | blob | history | |
tig.1.txt | patch | blob | history | |
tigrc.5.txt | patch | blob | history |
diff --git a/manual.txt b/manual.txt
index 64afe2a009c5a646edc6c63cc2c177da966445af..cf7b83fec0ac850d2dd23fdac9fc4d8692ba64f5 100644 (file)
--- a/manual.txt
+++ b/manual.txt
~~~~~~~~~~~~~~~~~~~~~~~~~~
The viewer keeps track of both what head and commit ID you are currently
-viewing. The commit ID will follow the cursor line and change everytime time
+viewing. The commit ID will follow the cursor line and change every time
you highlight a different commit. Whenever you reopen the diff view it will be
reloaded, if the commit ID changed.
pressing Enter will simply scroll the view one line down.
Tab Switch to next view.
Up This key is "context sensitive" and will move the cursor one \
- line up. However, uf you opened a diff view from the main view \
+ line up. However, if you opened a diff view from the main view \
(split- or full-screen) it will change the cursor to point to \
the previous commit in the main view and update the diff view \
to display it.
This section describes various ways to specify what revisions to display or
otherwise limit the view to. Tig does not itself parse the described
-revision options so refer to the relevant git man pages for futher
+revision options so refer to the relevant git man pages for further
information. Relevant man pages besides git-log(1) are git-diff(1) and
git-rev-list(1).
diff --git a/tig.1.txt b/tig.1.txt
index 94fa5a38772d14136b39d73187cd67e14921f9fc..4b8a73529b1054c71b11510d39577158cd752d9b 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
User configuration file. See gitlink:tigrc[5] for examples.
'.git/config'::
- Repository config file. Read on startup with the help of
+ Repository config file. Read on start-up with the help of
git-repo-config(1).
include::BUGS[]
diff --git a/tigrc.5.txt b/tigrc.5.txt
index 7c49c59c086d1db219f5d1b93b5715543dbcd8fb..d83b071fcdd655d182fe9f47fcc80a8959f83f45 100644 (file)
--- a/tigrc.5.txt
+++ b/tigrc.5.txt
'show-rev-graph' (bool)::
- Show revision graph in the main view on startup. Can be toggled with
+ Show revision graph in the main view on start-up. Can be toggled with
'g'.
'line-number-interval' (int)::
Keys are mapped by first searching the keybindings for the current view, then
the keybindings for the *generic* keymap, and last the default keybindings.
-Thus, the view keybindings shaddow the generic keybindings which shaddow the
+Thus, the view keybindings shadow the generic keybindings which Shadow the
built-in keybindings.
--
Color commands control highlighting and the user interface styles. If your
terminal supports color, these commands can be used to assign foreground and
-backgound combinations to certain areas. Optionally, an attribute can be given
+background combinations to certain areas. Optionally, an attribute can be given
as the last parameter. The syntax is:
[verse]
Title window colors::
-Appearence of the title windows when they are attached
+Appearance of the title windows when they are attached
to any backgrounded windows and the current window.
*title-blur*, *title-focus*
Commit diffs and the revision logs are usually formatted using pretty printed
headers , unless `--pretty=raw` was given. This includes lines, such as merge
-info, commit ID, and author and comitter date.
+info, commit ID, and author and committer date.
*pp-author*, *pp-commit*, *pp-merge*, *pp-date*, *pp-adate*, *pp-cdate*