[ANNOUNCE] tig-2.4.0

2018-07-21 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.3.3

2018-01-30 Thread Jonas Fonseca
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-

[ANNOUNCE] tig-2.3.2

2017-12-18 Thread Jonas Fonseca
. 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

[ANNOUNCE] tig-2.3.1

2017-12-14 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.3.0

2017-09-29 Thread Jonas Fonseca
| 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

[ANNOUNCE] tig-2.2.2

2017-05-06 Thread 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

[ANNOUNCE] tig-2.2.1

2016-11-16 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.2

2016-08-10 Thread Jonas Fonseca
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

Re: [TIG PATCH] test: make diff/log work with git 2.9

2016-08-03 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.1.1

2015-04-08 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.1

2015-03-10 Thread Jonas Fonseca
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

Re: tig: Improving startup time and interactivity

2014-11-12 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.0.3

2014-08-28 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.0.2

2014-05-08 Thread Jonas Fonseca
+- 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

[ANNOUNCE] tig-2.0.1

2014-04-30 Thread Jonas Fonseca
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

[ANNOUNCE] tig-2.0

2014-04-29 Thread Jonas Fonseca
tools/doc-gen.c| 84 + {contrib => tools}/header.h|2 +- tools/install.sh | 49 + tools/make-builtin-config.sh | 40 + {contrib => tools}/release.sh |

Re: [tig] [PATCHv2 0/3] log: colour the diffstat

2014-04-16 Thread Jonas Fonseca
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

Re: [tig] [PATCHv2 3/3] log: Colour the diff stat

2014-04-16 Thread Jonas Fonseca
#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

[ANNOUNCE] tig-1.2.1

2013-08-24 Thread Jonas Fonseca
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

[ANNOUNCE] tig-1.2

2013-08-10 Thread Jonas Fonseca
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

Re: [TIG][PATCH 0/3] Refactoring of the log view

2013-08-05 Thread Jonas Fonseca
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

Re: [[TIG][PATCH] 1/3] Add log_select function to find commit from context in log view

2013-08-05 Thread Jonas Fonseca
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,

Re: [[TIG][PATCH] 2/3] Display correct diff the context in split log view

2013-08-05 Thread Jonas Fonseca
; + 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

Re: [[TIG][PATCH] 1/3] Add log_select function to find commit from context in log view

2013-08-05 Thread Jonas Fonseca
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

Re: [TIG][PATCH] Scroll diff with arrow keys in log view

2013-08-01 Thread Jonas Fonseca
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

Re: [PATCH V2] TIG: Fix to reinstate proper operation with no arguments

2013-07-28 Thread Jonas Fonseca
= 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

Re: [PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-18 Thread Jonas Fonseca
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

[ANNOUNCE] tig-1.1

2012-10-12 Thread Jonas Fonseca
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

Re: [ANNOUNCE] tig-1.0

2012-09-24 Thread Jonas Fonseca
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

Re: [ANNOUNCE] tig-1.0

2012-09-15 Thread Jonas Fonseca
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!

Re: [ANNOUNCE] tig-1.0

2012-09-07 Thread Jonas Fonseca
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

Re: diff/merge tool that ignores whitespace changes

2012-09-03 Thread Jonas Fonseca
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" >&

[PATCH 5/5] Ignore patch backup files when finding cg-* manpage scripts

2005-08-13 Thread Jonas Fonseca
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

[PATCH 4/5] Add more AsciiDoc markup to the README file

2005-08-13 Thread Jonas Fonseca
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

[PATCH 3/5] Generate Documentation/introduction.html from the README file

2005-08-13 Thread Jonas Fonseca
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

[PATCH 2/5] Add SEE ALSO section to cogito(7) which mentions git(7)

2005-08-13 Thread Jonas Fonseca
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

[PATCH 1/5] Also install cg-*.txt files

2005-08-13 Thread Jonas Fonseca
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/

[PATCHSET] Cogito documentation updates

2005-08-13 Thread Jonas Fonseca
[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

[PATCH] Documentation: Add asciidoc.conf file and gitlink: macro

2005-07-30 Thread Jonas Fonseca
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)) +

[PATCH] Misc documentation fixes and improvements

2005-07-20 Thread Jonas Fonseca
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