File tree Expand file tree Collapse file tree 9 files changed +900
-846
lines changed Expand file tree Collapse file tree 9 files changed +900
-846
lines changed Original file line number Diff line number Diff line change @@ -787,6 +787,12 @@ Controls whether zooming text using Ctrl + MouseWheel scroll is enabled.
787
787
Set to ``false `` to disable scrolling with the mouse wheel.
788
788
Defaults to ``true ``.
789
789
790
+ cola.notifyonpush
791
+ -----------------
792
+ Enable desktop notifications when commits are pushed using the "Push" dialog.
793
+ Set to ``true `` to enable desktop notifications.
794
+ Defaults to ``false ``.
795
+
790
796
cola.dragencoding
791
797
-----------------
792
798
`git cola ` encodes paths dragged from its widgets into `utf-16 ` when adding
Original file line number Diff line number Diff line change @@ -897,6 +897,12 @@ <h3>cola.mousezoom<a class="headerlink" href="#cola-mousezoom" title="Link to th
897
897
Set to < code class ="docutils literal notranslate "> < span class ="pre "> false</ span > </ code > to disable scrolling with the mouse wheel.
898
898
Defaults to < code class ="docutils literal notranslate "> < span class ="pre "> true</ span > </ code > .</ p >
899
899
</ section >
900
+ < section id ="cola-notifyonpush ">
901
+ < h3 > cola.notifyonpush< a class ="headerlink " href ="#cola-notifyonpush " title ="Link to this heading "> ¶</ a > </ h3 >
902
+ < p > Enable desktop notifications when commits are pushed using the “Push” dialog.
903
+ Set to < code class ="docutils literal notranslate "> < span class ="pre "> true</ span > </ code > to enable desktop notifications.
904
+ Defaults to < code class ="docutils literal notranslate "> < span class ="pre "> false</ span > </ code > .</ p >
905
+ </ section >
900
906
< section id ="cola-dragencoding ">
901
907
< h3 > cola.dragencoding< a class ="headerlink " href ="#cola-dragencoding " title ="Link to this heading "> ¶</ a > </ h3 >
902
908
< p > < cite > git cola</ cite > encodes paths dragged from its widgets into < cite > utf-16</ cite > when adding
@@ -1602,6 +1608,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link
1602
1608
< li > < a class ="reference internal " href ="#cola-logdate "> cola.logdate</ a > </ li >
1603
1609
< li > < a class ="reference internal " href ="#cola-maxrecent "> cola.maxrecent</ a > </ li >
1604
1610
< li > < a class ="reference internal " href ="#cola-mousezoom "> cola.mousezoom</ a > </ li >
1611
+ < li > < a class ="reference internal " href ="#cola-notifyonpush "> cola.notifyonpush</ a > </ li >
1605
1612
< li > < a class ="reference internal " href ="#cola-dragencoding "> cola.dragencoding</ a > </ li >
1606
1613
< li > < a class ="reference internal " href ="#cola-readsize "> cola.readsize</ a > </ li >
1607
1614
< li > < a class ="reference internal " href ="#cola-resizebrowsercolumns "> cola.resizebrowsercolumns</ a > </ li >
Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
289
289
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-logdate "> cola.logdate</ a > </ li >
290
290
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-maxrecent "> cola.maxrecent</ a > </ li >
291
291
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-mousezoom "> cola.mousezoom</ a > </ li >
292
+ < li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-notifyonpush "> cola.notifyonpush</ a > </ li >
292
293
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-dragencoding "> cola.dragencoding</ a > </ li >
293
294
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-readsize "> cola.readsize</ a > </ li >
294
295
< li class ="toctree-l3 "> < a class ="reference internal " href ="git-cola.html#cola-resizebrowsercolumns "> cola.resizebrowsercolumns</ a > </ li >
@@ -398,6 +399,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
398
399
< li class ="toctree-l1 "> < a class ="reference internal " href ="relnotes.html "> Releases</ a > < ul >
399
400
< li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#latest-release "> Latest Release</ a > </ li >
400
401
< li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#development-version "> Development version</ a > </ li >
402
+ < li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#v4-8-0 "> v4.8.0</ a > </ li >
401
403
< li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#v4-7-1 "> v4.7.1</ a > </ li >
402
404
< li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#v4-7-0 "> v4.7.0</ a > </ li >
403
405
< li class ="toctree-l2 "> < a class ="reference internal " href ="relnotes.html#v4-6-1 "> v4.6.1</ a > </ li >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -787,6 +787,12 @@ Controls whether zooming text using Ctrl + MouseWheel scroll is enabled.
787
787
Set to ``false `` to disable scrolling with the mouse wheel.
788
788
Defaults to ``true ``.
789
789
790
+ cola.notifyonpush
791
+ -----------------
792
+ Enable desktop notifications when commits are pushed using the "Push" dialog.
793
+ Set to ``true `` to enable desktop notifications.
794
+ Defaults to ``false ``.
795
+
790
796
cola.dragencoding
791
797
-----------------
792
798
`git cola ` encodes paths dragged from its widgets into `utf-16 ` when adding
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
29
29
..
30
- .TH "GIT-COLA" "1" "May 04 , 2024" "4.7.1" "Git Cola"
30
+ .TH "GIT-COLA" "1" "Jun 20 , 2024" "4.7.1" "Git Cola"
31
31
.SH NAME
32
32
git-cola \- The highly caffeinated Git GUI
33
33
.SH SYNOPSIS
@@ -793,6 +793,11 @@ remember is controlled by \fIcola.maxrecent\fP and defaults to \fI8\fP\&.
793
793
Controls whether zooming text using Ctrl + MouseWheel scroll is enabled.
794
794
Set to \fB false \fP to disable scrolling with the mouse wheel.
795
795
Defaults to \fB true \fP \& .
796
+ .SS cola.notifyonpush
797
+ .sp
798
+ Enable desktop notifications when commits are pushed using the “Push” dialog.
799
+ Set to \fB true \fP to enable desktop notifications.
800
+ Defaults to \fB false \fP \& .
796
801
.SS cola.dragencoding
797
802
.sp
798
803
\fI git cola \fP encodes paths dragged from its widgets into \fI utf \- 16 \fP when adding
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
29
29
..
30
- .TH "GIT-DAG" "1" "May 04 , 2024" "4.7.1" "Git Cola"
30
+ .TH "GIT-DAG" "1" "Jun 20 , 2024" "4.7.1" "Git Cola"
31
31
.SH NAME
32
32
git-dag \- The sleek and powerful Git history browser
33
33
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments