view. (#851)
- Fix `TIG_LS_REMOTE` not working with git-ls-remote(1). (#853, #854)
Thanks to everyone who contributed (in alphabetical order): Björn
Andersson, Brtwrst, Diego Pomares, Jonas Fonseca, Leo Arias, Maksim
Odnoletkov, Max Odnoletkov, PaulChanHK, Pavel Roskin, Roland Walker,
Ronan Jouchet, Thomas
2 +-
src/tig.c | 12
tools/aspell.dict | 2 +-
8 files changed, 27 insertions(+), 46 deletions(-)
Alexander Droste (1):
Revert "Handle \n like \r (#758)" (#769)
Jonas Fonseca (3):
Fix #164 by catching SIGHUP
Change refs_tags type to size_t
tig-
.
INSTALL.adoc | 4 ++--
Makefile | 2 +-
NEWS.adoc | 7 +++
src/display.c | 4 +++-
tools/aspell.dict | 2 +-
5 files changed, 14 insertions(+), 5 deletions(-)
Jonas Fonseca (2):
Only check for busy loop when no views are updating
tig-2.3.2
--
Jonas
t (1):
Handle \n like \r (#758)
David O'Trakoun (1):
tig(1): Fix env var checked (#752)
Jonas Fonseca (6):
Fix formatting of the Windows install documentation
Move loop updating views to separate method
Fix #164: Add workaround to detect busy event loops
Use initscr
| 2 +-
128 files changed, 4356 insertions(+), 794 deletions(-)
1 Andreas Stieger
1 Dan Wendorf
1 Edgar Hipp
1 Greg Hewgill
35 Jonas Fonseca
2 Marc Aldorasi
1 Ramsay Jones
112 Roland Walker
11 Sven Wegener
1 kiryph
--
Jonas Fonseca
| 9 +-
tools/ax_lib_readline.m4 | 16 ++-
tools/ax_require_defined.m4 | 37 +++
tools/ax_with_curses.m4 | 142 +++
56 files changed, 822 insertions(+), 281 deletions(-)
22 Jonas Fonseca
3 Mina Naguib
1 Justin Lecher
ibraries for termcap functions.
- Fix `:goto ` error message.
Change summary
--
The short diffstat and log summary for changes made in this release.
118 files changed, 3765 insertions(+), 3284 deletions(-)
22 Jonas Fonseca
1 Frank Fesevur
1 Jelte Fennema
1 Jer
tions(-)
2 Adam Strzelecki
1 Alexander Campbell
1 Bostjan Skufca
1 Daniel Hahler
1 Edgar HIPP
3 Eric Sunshine
1 Harish Lall
1 Jeff King
3 Jeremy Cowgar
84 Jonas Fonseca
1 Kentaro Wada
1 Laurent Arnoud
1 Mantas Mikulėnas
2 Micha
On Tue, Jun 14, 2016 at 4:34 AM, Michael J Gruber
wrote:
> git 2.9.0 switches the default for diff.renames to true.
>
> Set this to false in config so that the test suite runs unmodified for
> old and new git.
Thanks!
--
Jonas Fonseca
--
To unsubscribe from this list: s
94 ++
39 files changed, 912 insertions(+), 183 deletions(-)
Alexander Sulfrian (1):
Fix insertion/ordering of refs in refs_by_id map.
Andreas Stieger (1):
Update FSF address in COPYING
Jonas Fonseca (12):
Remove Gitweb link in favour of Gitter
Integrate coverag
ey
1 Islam Azab
5 Jeff King
108 Jonas Fonseca
1 Peter Dave Hello
1 The Gitter Badger
1 Tom Greuter
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
ing is the
.git/index refreshing that takes place when display of work tree
changes is enabled in the main view (when `set show-changes = yes`).
I will review this again.
> Could you point me to the right source file? I'm not used to the
> sources split into multiple files yet. :-)
T
19 -
tigrc |12 +-
tools/aspell.dict |11 +-
tools/install.sh | 2 +-
tools/release.sh | 7 +-
133 files changed, 5456 insertions(+), 16004 deletions(-)
1 Alexander Myltsev
+-
36 files changed, 354 insertions(+), 210 deletions(-)
Jonas Fonseca (16):
Fix auto-abbreviation of author names
Improve display of commas and spaces in the help view
Rewrite index diffing to use git-status
Group option toggle bindings together in the help view
ng (1):
Fix compilation error in watch.c
Jonas Fonseca (2):
Improve pretty printing of ',' in the help view
tig-2.0.1
Yasuharu Ozaki (1):
fix binding support
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of
tools/doc-gen.c| 84 +
{contrib => tools}/header.h|2 +-
tools/install.sh | 49 +
tools/make-builtin-config.sh | 40 +
{contrib => tools}/release.sh |
xes. Since I am currently refactoring
how views are drawn I'd prefer to postpone merging this patchset until
the dust has settled. I'll try to rebase the patches once I get there
before reaching out to you.
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe
#include "tig/draw.h" for this to compile.
> + return TRUE;
> + }
> +
> + return pager_draw(view, line, lineno);
> +}
> +
> static struct view_ops log_ops = {
> "line",
> argv_env.head,
> VIEW_ADD_PAGER_REF
333 +++
tigmanual.7.txt| 20 -
tigrc.5.txt| 736 ---
24 files changed, 2119 insertions(+), 1807 deletions(-)
Dan Church (1):
Fix man page install
Jonas Fonseca (19):
Move documentation to doc directory
Re
files changed, 1509 insertions(+), 387 deletions(-)
1 Aaron Franks
1 Beat Bolli
1 Dominik Vogt
2 Drew Northup
3 IWASAKI Yudai
1 Joakim Sernbrant
61 Jonas Fonseca
1 Julian Langschaedel
4 Kumar Appaiah
1 Menghan Zheng
1 Michael Grünewald
On Fri, Aug 2, 2013 at 8:23 PM, Kumar Appaiah wrote:
> These set of patches refactor the log view to provide a behaviour that
> is quite similar to, say, e-mail with Mutt. The key improvements are:
>
> - The current commit is inferred based on the context. For example, if
> you focus on the comm
On Fri, Aug 2, 2013 at 8:23 PM, Kumar Appaiah wrote:
> diff --git a/tig.c b/tig.c
> index 72f132a..dd4b0f4 100644
> --- a/tig.c
> +++ b/tig.c
> @@ -4427,11 +4454,30 @@ log_open(struct view *view, enum open_flags flags)
> static enum request
> log_request(struct view *view, enum request request,
; + return REQ_NONE;
> +
> default:
> return pager_request(view, request, line);
This line can be changed to `return request;`
> }
> --
> 1.8.3.2
>
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
return pager_request(view, request, line);
> }
> @@ -4441,13 +4487,13 @@ static struct view_ops log_ops = {
> "line",
> { "log" },
> VIEW_ADD_PAGER_REFS | VIEW_OPEN_DIFF | VIEW_SEND_CHILD_ENTER |
> VIEW_NO_PA
arm.
BTW, please remember to label tig related patches by adding '[TIG]' or
something similar in the subject so people on this list won't get
confused.
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@v
= strstr(arg, "%(");
> int len = next ? next - arg : strlen(arg);
> --
> 1.8.0
>
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
fpos = 0;
while (arg) {
char *next = strstr(arg, "%(");
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hello,
I've release tig version 1.1 with a bunch of improvements and bug fixes.
Note that tig no longer uses move/copy detection by default to work
better on large repository. See the release notes below on how to
restore the old behavior.
What is tig?
Tig is an ncurses-based text-mo
ehavior of reloading the main view after
executing an external command.
--
Jonas Fonseca
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Sep 11, 2012 at 3:24 PM, Jean-Baptiste Quenot wrote:
> 2012/9/7 Jonas Fonseca :
>> [snip] I suggest to support something like the following:
>>
>> tig --no-walk --stdin < tmp-file
>>
>> Would that cover your use case?
>
> That would be great!
On Fri, Sep 7, 2012 at 9:41 AM, Jean-Baptiste Quenot wrote:
> Hi Jonas,
Hello Jean-Baptiste
> With tig 1.0 how to feed specific revisions to the main view?
>
> The following hack worked until tig 0.17:
>
> [alias]
> tignowalk-helper = !git rev-list --pretty=raw --no-walk --stdin<
>
> TIG
Ignore whitespace when comparing lines. This ignores
>>differences
>>even if one line has whitespace where the other line has
>>none.
>
> Now I yet need to find out how to configure tig for it.
Try: echo "set ignore-space = all" >&
Adds ../cg-*.{orig,rej} to CG_IGNORE.
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
Documentation/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
--- a/Documentation/Makefile
+++ b/Documentation/Ma
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
I've separated these because they make the README file less readable.
Pick the ones you like, and I will make a new patch.
README | 76
1 files changed, 43 insert
Convert section names to use AsciiDoc markup. Fix a typo and refer to the
cg-* manpages.
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
Documentation/Makefile |5 -
README | 36
2 files changed, 28 insertions(+), 13 del
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
Documentation/make-cogito-asciidoc |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/make-cogito-asciidoc
b/Documentation/make-cogito-asciidoc
--- a/Documentation/make-cogito-asciidoc
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
debian/rules |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,7 @@ install: build
$(MAKE) install DESTDIR=$(CURDIR)/debian/
[PATCH 5/5] Ignore patch backup files (*.{orig,rej}) when finding cg-*
manpage scripts
--
Jonas Fonseca
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
sed interchangably as IDs:
- empty string, 'this' or 'HEAD' (current HEAD)
- - branch name (as registered with $(link cg-branch-add))
- - tag name (as registered with $(link cg-tag))
+ - branch name (as registered with $(man 1 cg-branch-add))
+
Fix displaying of an error message when cg-help is called with unknown
command and use $USAGE so the correct cg-help usage string is printed.
Drop useless use of cat in print_help(). Improve the asciidoc markup.
Signed-off-by: Jonas Fonseca <[EMAIL PROTECTED]>
---
diff --git a/cg-Xlib b/c
40 matches
Mail list logo