SHA256
1
0
forked from pool/tig

85 Commits

Author SHA256 Message Date
Ana Guerrero
59130b823b Accepting request 1173567 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1173567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=54
2024-05-13 15:58:09 +00:00
Michael Vetter
a340f236d1 Accepting request 1173519 from home:AndreasStieger:branches:devel:tools:scm
tig 2.5.10

OBS-URL: https://build.opensuse.org/request/show/1173519
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=83
2024-05-13 06:19:35 +00:00
Ana Guerrero
809bf502a8 Accepting request 1163968 from devel:tools:scm
- Update to 2.5.9:
  Improvements:
  * Update utf8proc to v2.9.0, supporting Unicode 15.1.
  * Also use lightweight tags in the Refs line of the diff view. (#1235)
  * Support %(text) in all views with a text column. (#1275)
  * Use HTTPS for GitHub clone URLs. (#1310[3])
  * Move default log view options to tigrc.
  * Allow to go to stage view without Enter. (#1284)
  * Add new "prefetch" reference type for refs created by git maintenance
    (hidden in default config). (#1318)
  * Show the selected commit in the blame view title window.
  * Improve the blob view experience.
  * Clear keybinding from all keymaps (unbind) with bind generic <key> none.
  Bug fixes:
  * Fix "dangling pointer" warning. (#1268)
  * Don't use array size in function arguments. (#1269)
  * Fix rpmbuild -ta. (#1276)
  * Initialise struct timezone. (#1291)
  * Fix NULL dereference at startup. (#1293)
  * Enforce a blank before view scroll percentage.
  * Fix refresh-mode periodic not updating branch labels. (#1270)
  * Fix display non-ascii character. (#1299)
  * Fix readline echo when stdin is redirected. (#1229)
  * Fix tig blame --reverse. (#1300)
  * Fix status view lockup.
  * Fix untracked changes and chunk staging behaviour in plain stage view.
  * Reset state variables when selecting a commit with no reference.
  * Fix parsing of git ls-tree for submodules. (#1282)

  * Support editing from the pager and the log (-p) views. (#1243)

OBS-URL: https://build.opensuse.org/request/show/1163968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=53
2024-04-02 14:43:23 +00:00
Michael Vetter
0999835354 - Update to 2.5.9:
Improvements:
  * Update utf8proc to v2.9.0, supporting Unicode 15.1.
  * Also use lightweight tags in the Refs line of the diff view. (#1235)
  * Support %(text) in all views with a text column. (#1275)
  * Use HTTPS for GitHub clone URLs. (#1310[3])
  * Move default log view options to tigrc.
  * Allow to go to stage view without Enter. (#1284)
  * Add new "prefetch" reference type for refs created by git maintenance
    (hidden in default config). (#1318)
  * Show the selected commit in the blame view title window.
  * Improve the blob view experience.
  * Clear keybinding from all keymaps (unbind) with bind generic <key> none.
  Bug fixes:
  * Fix "dangling pointer" warning. (#1268)
  * Don't use array size in function arguments. (#1269)
  * Fix rpmbuild -ta. (#1276)
  * Initialise struct timezone. (#1291)
  * Fix NULL dereference at startup. (#1293)
  * Enforce a blank before view scroll percentage.
  * Fix refresh-mode periodic not updating branch labels. (#1270)
  * Fix display non-ascii character. (#1299)
  * Fix readline echo when stdin is redirected. (#1229)
  * Fix tig blame --reverse. (#1300)
  * Fix status view lockup.
  * Fix untracked changes and chunk staging behaviour in plain stage view.
  * Reset state variables when selecting a commit with no reference.
  * Fix parsing of git ls-tree for submodules. (#1282)
  * Support editing from the pager and the log (-p) views. (#1243)
  * Autoscroll the pager view while loading. (#1223)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=81
2024-04-01 17:53:42 +00:00
Dominique Leuenberger
1fdc78552d Accepting request 1063360 from devel:tools:scm
- Update to 2.5.8:
  Improvements:
  * Update utf8proc to v2.8.0, supporting Unicode 15.
  * Support editing from the pager and the log (-p) views. (#1243[1])
  * Adjust build for native Apple Silicon.
  * Autoscroll the pager view while loading. (#1223[2])
  * Automatically show next diff in the status view. (#413[3], #469[4])
  * Replace Unknown author with Not Committed Yet.
  * Allow use of regular expressions for coloring. (#1249[5])
  * Add support for option word-diff-regex. (#1252[6])
  * Include original blob name in temporary filename. (#1254[7])
  Bug fixes:
  * Use %(file_old) for old filename in the blame view. (#1226[8])
  * Correctly report which version of libncurses was linked. (#1240[9], #1241[10])
  * Fix stage view closing when holding the ] key. (#1245[11])
  * Make tests work from a path with symlinks.
  * Fix encoding of very long lines. (#1227[12])
  * Fix diffstat color for tig log -p.
  * Clean IO before closing a view or quitting.

OBS-URL: https://build.opensuse.org/request/show/1063360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=52
2023-02-06 13:15:36 +00:00
Michael Vetter
cd34ed4d14 - Update to 2.5.8:
Improvements:
  * Update utf8proc to v2.8.0, supporting Unicode 15.
  * Support editing from the pager and the log (-p) views. (#1243[1])
  * Adjust build for native Apple Silicon.
  * Autoscroll the pager view while loading. (#1223[2])
  * Automatically show next diff in the status view. (#413[3], #469[4])
  * Replace Unknown author with Not Committed Yet.
  * Allow use of regular expressions for coloring. (#1249[5])
  * Add support for option word-diff-regex. (#1252[6])
  * Include original blob name in temporary filename. (#1254[7])
  Bug fixes:
  * Use %(file_old) for old filename in the blame view. (#1226[8])
  * Correctly report which version of libncurses was linked. (#1240[9], #1241[10])
  * Fix stage view closing when holding the ] key. (#1245[11])
  * Make tests work from a path with symlinks.
  * Fix encoding of very long lines. (#1227[12])
  * Fix diffstat color for tig log -p.
  * Clean IO before closing a view or quitting.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=79
2023-02-06 07:20:57 +00:00
Dominique Leuenberger
1d87fca6f8 Accepting request 999333 from devel:tools:scm
- Update to 2.5.7:
  * Fix running tests as root. (#1224)
  * Fix parsing of status.showUntrackedFiles. (#1219)
  * Avoid incorrect history path when $XDG_DATA_HOME is valid. (#1215,
    #1217)

OBS-URL: https://build.opensuse.org/request/show/999333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=51
2022-08-26 07:13:47 +00:00
Michael Vetter
3bd11abbac - Update to 2.5.7:
* Fix running tests as root. (#1224)
  * Fix parsing of status.showUntrackedFiles. (#1219)
  * Avoid incorrect history path when $XDG_DATA_HOME is valid. (#1215,
    #1217)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=77
2022-08-26 06:12:24 +00:00
Dominique Leuenberger
e474f30129 Accepting request 989095 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/989095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=50
2022-07-14 14:34:06 +00:00
Michael Vetter
9ec3fe5430 Accepting request 989050 from home:AndreasStieger:branches:devel:tools:scm
- tig 2.5.5 added pcre2 support. Actually build with it.
- fix bash and zsh completion packaging for Factory

OBS-URL: https://build.opensuse.org/request/show/989050
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=75
2022-07-14 07:40:28 +00:00
Michael Vetter
28ac43457e Accepting request 988908 from home:jubalh:branches:devel:tools:scm
- Update to 2.5.6:
  * Fix :goto <tag>. (#1178)
  * Fix typo in ui.c.
  * Revert terminal hacks and workarounds. (#748, #943, #1180, #1182)
  * Fix opening of an ambiguous ref in refs view.
  * Fix search when view is loading.
  * Use the full width for diffstat in the stage view.
  * Improve escaping of variables in external commands.
  * Fix cursor behaviour during staging. (#842, #1028)
  * Fix navigation in split tree view.
  * Enable textconv in the stage view.
  * Enable textconv in the blame view and fix blame -L. (#978, #1189)
  * Update lineno for untracked files. (#1192)
  * Fix alignment of transliterated text. (#1195)
  * Fix word diff in the stage, stash and blame views. (#1207)
  * Fix reading the value of status.showUntrackedFiles. (#1211)
  * Honor commit_title:no in view settings.
  * Fix segfault with PCRE.

OBS-URL: https://build.opensuse.org/request/show/988908
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=74
2022-07-13 07:46:58 +00:00
Martin Pluskal
aa86635c96 Accepting request 985151 from home:stimut:branches:devel:tools:scm
- Split out tig-bash-completion package
  * Removes dependency on bash-completion from main tig package
- Add tig-zsh-completion package

OBS-URL: https://build.opensuse.org/request/show/985151
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=73
2022-06-27 12:37:54 +00:00
Dominique Leuenberger
8afe921b5f Accepting request 946156 from devel:tools:scm
- Update to 2.5.5:
  Improvements:
  * Make word-diff a toggleable option. (#1119, #1125)
  * Add Linux installation instructions. (#1121, #1126)
  * Allow :back to work across separate blame views. (#1123, #1127)
  * Add auto-refresh to log view. (#1128)
  * Expose %(file_old), useful for deleted and renamed files. (#1132)
  * Enable jumping back in main view. (#628, #1138)
  * Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
  * Pass command line args through to diff-files in status view. (#1152, #1155)
  * Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160,
    #1161)
  * Avoid pushing identical history state in main view.
  * Replace useless strncpy to avoid compilation warning with GCC 8.
  * Update utf8proc to v2.7.0.
  * Update distclean rule to preserve tarball contents. (#1167, #1169)
  * Add reference types stash and other. (#1160, #1172)
  * Auto refresh view upon option change.
  * Allow to toggle revision filtering. (#1173)
  Bug fixes:
  * Fix null dereferences on unset format strings. (#1136, #1159)
  * Fix invalid read in log_read. (#1128)
  * Restore support for tig log --graph. (#1128)
  * Further fix to fullscreen navigation.
  * Fix blame when opened from an initial diff view. (#1135)
  * Fix stash view when using tig --all or tig revs. (#1146, #1147)
  * Avoiding null pointer dereference. (#1096)
  * Fix navigation between chunks after splitting chunk. (#1101, #1162)
  * Fix status line when toggling general options. (#1163, #1164)
  * Honor reference-format = hide:tag in diff view. (#1168, #1170)

OBS-URL: https://build.opensuse.org/request/show/946156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=49
2022-01-13 22:21:32 +00:00
Michael Vetter
d8c1866dea - Update to 2.5.5:
Improvements:
  * Make word-diff a toggleable option. (#1119, #1125)
  * Add Linux installation instructions. (#1121, #1126)
  * Allow :back to work across separate blame views. (#1123, #1127)
  * Add auto-refresh to log view. (#1128)
  * Expose %(file_old), useful for deleted and renamed files. (#1132)
  * Enable jumping back in main view. (#628, #1138)
  * Add PCRE (Perl Compatible Regular Expressions) support. (#1137, #1143)
  * Pass command line args through to diff-files in status view. (#1152, #1155)
  * Remove quotes from TIG_LS_REMOTE to allow inline shell commands. (#1160,
    #1161)
  * Avoid pushing identical history state in main view.
  * Replace useless strncpy to avoid compilation warning with GCC 8.
  * Update utf8proc to v2.7.0.
  * Update distclean rule to preserve tarball contents. (#1167, #1169)
  * Add reference types stash and other. (#1160, #1172)
  * Auto refresh view upon option change.
  * Allow to toggle revision filtering. (#1173)
  Bug fixes:
  * Fix null dereferences on unset format strings. (#1136, #1159)
  * Fix invalid read in log_read. (#1128)
  * Restore support for tig log --graph. (#1128)
  * Further fix to fullscreen navigation.
  * Fix blame when opened from an initial diff view. (#1135)
  * Fix stash view when using tig --all or tig revs. (#1146, #1147)
  * Avoiding null pointer dereference. (#1096)
  * Fix navigation between chunks after splitting chunk. (#1101, #1162)
  * Fix status line when toggling general options. (#1163, #1164)
  * Honor reference-format = hide:tag in diff view. (#1168, #1170)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/tig?expand=0&rev=72
2022-01-13 14:04:13 +00:00
Dominique Leuenberger
ac5d37e425 Accepting request 898266 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/898266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=48
2021-06-09 19:52:18 +00:00
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
Richard Brown
f3ed58e4a6 Accepting request 877575 from devel:tools:scm
- 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)

- tig 2.5.2:
  * Incompatible change: Change directory from the next argument,
    from now use tig -C /path/to/repo
  * Can now jump from blame to commit
  * Start blame of an uncommitted deleted line from HEAD so the
    line's origin can be traced
  * Allow maxwidth to be expressed in % of the view width
  * Pass stash args through
  * Restore fullscreen navigation
  * Add some range so control chars ^^ and ^_ are also supported
  * Disable ncurses extended key values so that esc-codes can be used
  * Use id column for commit id only
  * Improvements to scrolling and clicking
  * Allow to generate a compilation database
  * New command stage-update-part
  * The line number before a diff was applied is exposed as 
    %(lineno_old)
  * Many bug fixes

OBS-URL: https://build.opensuse.org/request/show/877575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=47
2021-03-30 19:04:16 +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
Dominique Leuenberger
8363857479 Accepting request 793528 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/793528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=46
2020-04-13 10:54:42 +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
Dominique Leuenberger
6d94b4b7ef Accepting request 749893 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/749893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=45
2019-11-21 11:58:49 +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
Dominique Leuenberger
6c77f563dd Accepting request 627318 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/627318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=44
2018-08-04 19:54:31 +00:00
Dominique Leuenberger
a715173b21 Accepting request 624525 from devel:tools:scm
tig 2.4.0

OBS-URL: https://build.opensuse.org/request/show/624525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=43
2018-07-28 10:41:23 +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
Dominique Leuenberger
bb521c1f28 Accepting request 577718 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/577718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=42
2018-02-19 12:01:33 +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
Dominique Leuenberger
595411d788 Accepting request 559567 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/559567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=41
2018-01-13 20:45:26 +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
Dominique Leuenberger
67d21e3cb3 Accepting request 533156 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=40
2017-10-13 12:17:02 +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
Dominique Leuenberger
c94cc20c70 Accepting request 493220 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/493220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=39
2017-06-01 14:31:05 +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
Dominique Leuenberger
becae00b32 Accepting request 478676 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/478676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=38
2017-03-12 19:05:34 +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
Dominique Leuenberger
6290eb7791 Accepting request 451921 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/451921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=37
2017-01-24 09:41:14 +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
Dominique Leuenberger
41bf2641a5 Accepting request 440701 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/440701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=36
2016-11-18 21:01:32 +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
Dominique Leuenberger
a7277b6c0b Accepting request 419155 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/419155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=35
2016-08-15 08:31:44 +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
Dominique Leuenberger
feeefbb439 Accepting request 295302 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/295302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=34
2015-04-11 22:10:41 +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
Dominique Leuenberger
a8749003fe Accepting request 291026 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/291026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tig?expand=0&rev=33
2015-03-18 12:05:45 +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