Skip to content

Commit 256fa53

Browse files
committed
git-cola v1.13.0-alpha.0
1 parent ffbd361 commit 256fa53

File tree

10 files changed

+1753
-1012
lines changed

10 files changed

+1753
-1012
lines changed

share/doc/git-cola/git-cola.rst

Lines changed: 269 additions & 22 deletions
Large diffs are not rendered by default.

share/doc/git-cola/git-dag.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@ git-dag
44

55
SYNOPSIS
66
========
7+
78
``git dag [options] [<revision-range>] [[--] [<path>...]]``
89

910

1011
DESCRIPTION
1112
===========
13+
1214
`git-dag` is an advanced Git history visualizer that presents ``git log``'s
1315
powerful features in an easy to use graphical interface.
1416

1517

1618
OPTIONS
1719
=======
20+
1821
``<revision-range>``
1922
--------------------
23+
2024
Show only commits in the specified revision range.
2125
When no ``<revision-range>`` is specified, it defaults to ``HEAD``
2226
(i.e. the whole history leading to the current commit).
@@ -28,27 +32,31 @@ For a complete list of ways to spell ``<revision-range>``, see the Specifying Ra
2832
section of `gitrevisions(7) <https://git-scm.com/docs/gitrevisions>`_
2933
(``man gitrevisions``).
3034

31-
3235
``--prompt``
3336
------------
37+
3438
Prompt for a Git repository instead of using the current directory.
3539

3640
``-r, --repo <path>``
3741
---------------------
42+
3843
Open the git repository located at ``<path>``.
3944
Defaults to the current directory.
4045

4146
``--version``
4247
-------------
48+
4349
Print the version number and exit.
4450

4551
``-h, --help``
4652
--------------
53+
4754
Show usage and optional arguments.
4855

4956

5057
Log Arguments
5158
=============
59+
5260
The ``Log`` text field allows you to pass arguments to `git log`.
5361
This can be used to filter the displayed history, for example
5462
entering `main -- Makefile` will display only commits on the
@@ -58,33 +66,41 @@ The `Log` text field lets you interactively edit and replace the
5866
``[<revision-range>] [[--] [<path>...]]`` arguments that were initially
5967
specified on the command-line.
6068

69+
6170
CONTEXT-MENU ACTIONS
6271
====================
72+
6373
The right-click menu can be used to perform various actions.
6474
All actions operate on the selected commit.
6575

6676
You can create branches and tags, cherry-pick commits, save patches,
6777
export tarballs, and grab files from older commits using the context menu.
6878

79+
6980
DIFF COMMITS
7081
============
82+
7183
You can diff arbitrary commits. Select a single commit in either the list
7284
view or the graph view and then right-click on a second commit.
7385

7486
A menu will appear allowing you to diff the two commits.
7587

88+
7689
SHORTCUTS
7790
=========
91+
7892
You can run commands using dedicated shortcuts. Select a single commit
7993
and then press `Ctrl-Alt-c` to copy sha1 or `Ctrl-d` to run diff tool.
8094

8195
You can read more about hotkeys from 'keyboard shortcuts' window or context menu.
8296

97+
8398
CONFIGURATION VARIABLES
8499
=======================
85100

86101
log.date
87102
--------
103+
88104
Set the default date-time format for the 'Date' field.
89105
Setting a value for log.date is similar to using `git log`'s
90106
`--date` option. Possible values are `relative`, `local`,

share/doc/git-cola/html/git-cola.html

Lines changed: 111 additions & 24 deletions
Large diffs are not rendered by default.

share/doc/git-cola/html/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
310310
</ul>
311311
</li>
312312
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#apply-patches">APPLY PATCHES</a></li>
313+
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#id11">STASH</a><ul>
314+
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#id12">Options</a></li>
315+
</ul>
316+
</li>
317+
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#workflow-faq">WORKFLOW FAQ</a></li>
313318
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#custom-window-settings">CUSTOM WINDOW SETTINGS</a></li>
314319
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#dark-mode-and-window-manager-themes">DARK MODE AND WINDOW MANAGER THEMES</a><ul>
315320
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#custom-themes">Custom Themes</a></li>
@@ -450,6 +455,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
450455
<li class="toctree-l1"><a class="reference internal" href="relnotes.html">Releases</a><ul>
451456
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#latest-release">Latest Release</a></li>
452457
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#development-version">Development version</a></li>
458+
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#upcoming">Upcoming</a></li>
453459
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-12-0">v4.12.0</a></li>
454460
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-11-0">v4.11.0</a></li>
455461
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-10-1">V4.10.1</a></li>

share/doc/git-cola/html/relnotes.html

Lines changed: 941 additions & 917 deletions
Large diffs are not rendered by default.

share/doc/git-cola/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)