SHA256
1
0
forked from pool/tig

46 Commits

Author SHA256 Message Date
Michael Vetter
150002984f Accepting request 898175 from home:jubalh:branches:devel:tools:scm
- Update to 2.5.4:
  Improvements:
  * Add FreeBSD installation instructions. (#1093)
  * Add TIG_EDITOR environment variable to configure editor. (#889, #1098)
  * Enable mailmap by default to match git log's behaviour. (#1104, #1105)
  * Enable tilde expansion for diff-highlight. (#1107)
  Bug fixes:
  * Escape variables with %% in external commands. (#1091, #1095)
  * Fix parsing of -L argument. (#1100)
  * Bugfix: smart-case does not work when search term contains a space. (#1108)
  * Use ncursesw by default on Linux. (#920)
  * Replace obsolete macro `AC_CONFIG_HEADER' in configure.ac.

OBS-URL: https://build.opensuse.org/request/show/898175
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=70
2021-06-08 06:38:13 +00:00
Michael Vetter
3217c6fc01 - Update to 2.5.3:
* Fix autoconf checking for readline. (#1072)
  * Fix segfault when saving a view with no column.
  * Reset view->parent when main view is promoted.
  * Fix segfault when pressing Enter in a child main view.
  * Restore lazy navigation.
  * Format time_t values portably and fix other values too. (#1084, #1085)
  * Fix loop when wrapping line with ISO-8859-1 character. (#1087, #1088)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=68
2021-03-08 08:24:18 +00:00
Michael Vetter
1bab167620 Accepting request 872027 from home:AndreasStieger:branches:devel:tools:scm
2.5.2

OBS-URL: https://build.opensuse.org/request/show/872027
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=67
2021-02-14 10:48:32 +00:00
Martin Pluskal
2792718800 Accepting request 793443 from home:jubalh:branches:devel:tools:scm
- Update to 2.5.1:
  Improvements:
  * bash/zsh completion: reimplement and decrease runtime by factor 1863.
  (#795)
  * Add binding to reflog view to toggle reference display.
  * Fail if tig is given an invalid or ambiguous ref. (#980)
  * Make tig process-group leader an option. (#986, #951)
  * Handle GIT_WORK_TREE environment variable.
  * The blame view requires a working tree.
  * Fix use of deprecated vwprintw() function.
  * Update utf8proc to v2.5.0.
  * Add --word-diff=plain colorizing support. (#221)
  Bug fixes:
  * Fix segmentation fault. (#971)
  * Fix cursor position after "Move to parent" in blame view. (#973)
  * Fix crash on adding a line to a view. (#523)
  * Fix memory leak in diff unit.
  * Fix loop after refresh or change in refs/main split view. (#991)
  * Fix occasional crash on custom key bindings. (#1001)

OBS-URL: https://build.opensuse.org/request/show/793443
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=65
2020-04-13 08:31:33 +00:00
Martin Pluskal
6c11abd54a Accepting request 749874 from home:jubalh:branches:devel:tools:scm
- Update to 2.5.0:
  Improvements:
  * Single file view enters blame mode on "b". (#804)
  * Show untracked files in the default view. (#762)
  * Disable graph if log.follow is enabled and there is only one pathspec. (#881)
  * Disable graph for author searches.
  * git_colors: interpret 'ul' as 'underline'.
  * Add refname variable. (#900)
  * Add -C option to specify the working directory. (#570)
  * Improve behaviour of auto and periodic refresh modes. (#389, #441, #482, #794, #888, #932)
  * Add support for repos created with git --work-tree. (#872)
  * Add diff-highlight to pager mode.
  * Show annotated commits in main view. (#819)
  * Introduce reflog view. (#538)
  * Add option to start with cursor on HEAD commit. (#755)
  * Support combined diffs with more than 2 parents.
  * Improve how a toggle option value is shown on the status line. (#879)
  * Add options to filter refs output. (#694)
  * Update utf8proc to v2.4.0. (#961)
  Bug fixes:
  * Fix garbled cursor line with older ncurses versions.
  * Fix diff highlighting of removed lines starting with -- and added lines
  * starting with ++. (#871, #875)
  * Fix loop when displaying search result if regex matches an empty string. (#866)
  * Add synchronous command description in tigrc.
  * Fix parsing of git rev-parse output. (#884)
  * Propagate --first-parent to diff arguments. (#861)
  * Use proper type for hash table size. (#858)
  * Fix incorrect cppcheck warning about realloc() use.
  * Don't shift signed int by 31 bits.

OBS-URL: https://build.opensuse.org/request/show/749874
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=63
2019-11-20 12:50:40 +00:00
Martin Pluskal
672808ddf2 - Make building more verbose
- Small adjustments with spec-cleaner
- Install bash completion to correct location

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=60
2018-07-27 10:38:52 +00:00
Martin Pluskal
00945611ca Accepting request 625748 from home:jubalh:branches:devel:tools:scm
- tig 2.4.1:
  * Add CURSES_CFLAGS to CPPFLAGS. (#856)

OBS-URL: https://build.opensuse.org/request/show/625748
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=59
2018-07-27 10:22:21 +00:00
2192f2a4f3 clean
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=58
2018-07-22 08:58:51 +00:00
939f22b6f4 Accepting request 624523 from home:AndreasStieger:branches:devel:tools:scm
tig 2.4.0

OBS-URL: https://build.opensuse.org/request/show/624523
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=57
2018-07-22 08:56:19 +00:00
2c7c7f77b1 Accepting request 577666 from home:avindra
- tig 2.3.3:
  * Fix 100% CPU when closing terminal window before quitting tig
    by catching SIGHUP.
  * Change refs_tags type to size_t.
  * Revert "Handle \n like \r (#758)" from 2.3.1

OBS-URL: https://build.opensuse.org/request/show/577666
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=55
2018-02-18 10:19:06 +00:00
Martin Pluskal
308f3fe5dd Accepting request 559523 from home:avindra
- tig 2.3.2:
  * Improve how busy loop detection performs on large repos
- tig 2.3.1:
  * Improvements:
    - Restore TTY attributes
    - Handle \n like \r
  * Bug fixes:
    - Add workaround that detects busy loops when Tig loses the
      TTY. This may happen if Tig does not receive the HUP signal
      (e.g. when started with nohup)
    - compatibility with ncurses-5.4 (clipboard support for prompt)
    - tig(1): document correct environment variable
- use macros to simplify build and install steps

OBS-URL: https://build.opensuse.org/request/show/559523
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=53
2017-12-23 08:19:25 +00:00
bbdbb3ffae OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=51 2017-09-29 22:06:40 +00:00
779d5dd2b9 Accepting request 530026 from home:AndreasStieger:branches:devel:tools:scm
tig 2.3.0

OBS-URL: https://build.opensuse.org/request/show/530026
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=50
2017-09-29 22:03:31 +00:00
6a9fbd0884 Accepting request 493219 from home:AndreasStieger:branches:devel:tools:scm
tig 2.2.2

OBS-URL: https://build.opensuse.org/request/show/493219
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=48
2017-05-06 16:44:39 +00:00
Martin Pluskal
a28455a2a9 Accepting request 478674 from home:mimi_vx:branches:devel:tools:scm
- spec-cleaned

OBS-URL: https://build.opensuse.org/request/show/478674
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=46
2017-03-11 15:36:23 +00:00
45fa19c06d Accepting request 451881 from home:bmwiedemann:branches:devel:tools:scm
Add reproducible.patch to allow for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/451881
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=44
2017-01-23 11:24:36 +00:00
882dbea6d0 Accepting request 440699 from home:AndreasStieger:branches:devel:tools:scm
tig 2.2.1

OBS-URL: https://build.opensuse.org/request/show/440699
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=42
2016-11-17 13:07:20 +00:00
660d690ee4 Accepting request 419154 from home:AndreasStieger:branches:devel:tools:scm
tig 2.2

OBS-URL: https://build.opensuse.org/request/show/419154
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=40
2016-08-13 11:02:35 +00:00
04faa3e8d4 Accepting request 295108 from home:AndreasStieger:branches:devel:tools:scm
tig 2.1.1

OBS-URL: https://build.opensuse.org/request/show/295108
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=38
2015-04-10 12:27:32 +00:00
e3f0c494c5 Accepting request 290936 from home:AndreasStieger:branches:devel:tools:scm
- package bash completion
- package some configuration files samples
- use upstream spec.in description

OBS-URL: https://build.opensuse.org/request/show/290936
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=36
2015-03-16 14:44:27 +00:00
5dee8d61d9 Accepting request 290342 from home:AndreasStieger:branches:devel:tools:scm
tig 2.1

OBS-URL: https://build.opensuse.org/request/show/290342
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=34
2015-03-13 17:22:44 +00:00
Tomáš Chvátal
bbee47b4fc Accepting request 247646 from home:tokoyami:branches:devel:tools:scm
Update to 2.0.3

OBS-URL: https://build.opensuse.org/request/show/247646
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=32
2014-09-15 14:02:46 +00:00
Tomáš Chvátal
9c91449987 Accepting request 235937 from home:bwalle:branches:devel:tools:scm
version update to 2.0.2

OBS-URL: https://build.opensuse.org/request/show/235937
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=30
2014-06-06 11:53:43 +00:00
Sascha Peilicke
5d2202ab22 - Use pristine upstream tarball
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=28
2013-09-18 11:56:10 +00:00
Sascha Peilicke
d99bf35f60 Accepting request 199214 from home:tokoyami
Update to version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/199214
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=27
2013-09-17 11:26:43 +00:00
Pascal Bleser
8cf83bf614 1.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=25
2013-08-10 17:33:40 +00:00
Greg Kroah-Hartman
5bbb139c50 Accepting request 138037 from home:douglarek:branches:devel:tools:scm
Updated to 1.1

OBS-URL: https://build.opensuse.org/request/show/138037
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=23
2012-10-13 17:34:26 +00:00
Bernhard Walle
28801c201c - Link tig against ncursesw for correct display of non-ASCII
characters like German umlauts.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=21
2012-08-18 07:00:17 +00:00
Pascal Bleser
1ba0f04099 1.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=19
2012-05-11 20:49:56 +00:00
Sascha Peilicke
5acfa921ea Accepting request 105417 from home:saschpe:branches:devel:tools:scm
Factory beautification, please forward and supersede 105323

OBS-URL: https://build.opensuse.org/request/show/105417
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=17
2012-02-17 12:03:44 +00:00
Greg Kroah-Hartman
e526d39cc8 Accepting request 104559 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104559
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=16
2012-02-16 00:56:33 +00:00
Greg Kroah-Hartman
8fe2aa16c9 Accepting request 80425 from home:gregkh:branches:devel:tools:scm
- remove test-graph from the spec file as it really isn't a program to ship.

- update to 0.18

OBS-URL: https://build.opensuse.org/request/show/80425
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=15
2011-08-31 15:39:16 +00:00
OBS User buildservice-autocommit
c35546587e Updating link to change in openSUSE:Factory/tig revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=e02197a52c6417203d99cc855548d0d9
2011-04-21 11:49:01 +00:00
Ruediger Oertel
47ed42cff7 Autobuild autoformatter for 66946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=18
2011-04-21 11:49:01 +00:00
Ruediger Oertel
5d0b6eaa5e Accepting request 66946 from devel:tools:scm
Accepted submit request 66946 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/66946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=17
2011-04-21 11:48:50 +00:00
OBS User autobuild
65415428f4 Accepting request 41425 from devel:tools:scm
Copy from devel:tools:scm/tig based on submit request 41425 from user bwalle

OBS-URL: https://build.opensuse.org/request/show/41425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=13
2010-06-14 15:13:55 +00:00
OBS User autobuild
4ccc8772f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=12 2010-03-18 15:32:17 +00:00
OBS User autobuild
9b56e5c7e7 Accepting request 26447 from devel:tools:scm
Copy from devel:tools:scm/tig based on submit request 26447 from user bwalle

OBS-URL: https://build.opensuse.org/request/show/26447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=11
2009-12-16 14:09:41 +00:00
OBS User autobuild
d5c0937e92 Accepting request 23899 from devel:tools:scm
Copy from devel:tools:scm/tig based on submit request 23899 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/23899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=10
2009-11-10 11:14:45 +00:00
OBS User unknown
d29e2be8e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=8 2009-02-20 21:21:05 +00:00
OBS User unknown
2ed3f9115e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=7 2009-01-16 00:54:52 +00:00
OBS User unknown
4052145baf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=6 2008-10-09 10:13:03 +00:00
OBS User unknown
44cc688702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=5 2008-10-06 17:11:00 +00:00
OBS User unknown
00498706c9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=3 2008-04-07 10:23:33 +00:00
OBS User unknown
7403848d57 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=2 2008-03-19 01:03:27 +00:00
OBS User unknown
7524195389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=1 2007-05-25 02:45:56 +00:00