tig-bash-completion-2.5.8-bp155.1.4 >  A dd̊I%z  w tbb 1ת;e.w+짟f"1FH 9  Q/8=0Qn¡r(=[SU+[OSD29U]{4$+WdvC!-+D(͆)JJľ}r7NC`.Xn{aqx,tb6.]<ǵhf"N3yn'VKzz[gAXoHjR;i m9cp,ȩ` yr^`I9vijQ2n)>Hwimc{JHXSmÑt0~y>CcF-&cU/UhRjSP Ca6H*OpְV!t`P0r90-w׿ՑA\^0T>Q25$Ec O#J̳F. ֊4Ֆ !;cf-40f1fbfcb06b71e84dde798e50a20fde1cabd5389428f1ff42453277c1542f45c46968a9928d2b1bac91a2185af9724e6a87bab7_ldd̊I%z F_L ]Y] J a3ļ{t1RUCT&]+3(_e>┾'Dj;5.IdOR:Zז _n&]w-wW8^HlRq+IJbvt64W 'C==0lӐbC>3dg{ZӘQO3>mKTeǘ{Jݔe6޾݁eu`Oio'4Rf syO%?ķ ʥ:5hzb'2r3;< 1,G* gJ\eVٹ䔌r0lYY-ekbT>~E(LTVP>p><?<d & >lpx|  0 : D X  *H\p("8,9:F9G9H9I9X9Y9\:]:^:Xb:c;d;e;f;l;u<v<$z<9E@Y5Y XX@X-W U&iU@U.@Michael Vetter Michael Vetter Andreas Stieger Michael Vetter Timothy Brown Michael Vetter Michael Vetter Michael Vetter Andreas Stieger Michael Vetter Michael Vetter mpluskal@suse.commvetter@suse.comastieger@suse.comavindra@opensuse.orgavindra@opensuse.orgastieger@suse.comastieger@suse.commimi.vx@gmail.combwiedemann@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.com- 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.- 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])- tig 2.5.5 added pcre2 support. Actually build with it. - fix bash and zsh completion packaging for Factory- Update to 2.5.6: * Fix :goto . (#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.- Split out tig-bash-completion package * Removes dependency on bash-completion from main tig package - Add tig-zsh-completion package- 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) * Fix crash on :toggle file-args.- 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.- 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- 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)- 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. * Fix Vim going background after running Tig outside of a git repository. (#906) * make-builtin-config: use "read -r". (#912) * Fix segfaults with readline 8.0. (#893) * Reset state before closing stage view automatically. * Don't use a child view as previous view. * Force reload of VIEW_FLEX_WIDTH views only when needed. * Combined diff uses @@@ as hunk marker. * Fix memory leak induced by 'tig grep'. * Fix memory leak in main view. * Exit gracefully if refs view was defined without ref column. (#897) * Fix pager view not moving up when child view is open. * make-builtin-config: Fix unportable sed usage in read_tigrc(). * Properly detect combined diffs. (#942)- Make building more verbose - Small adjustments with spec-cleaner - Install bash completion to correct location- tig 2.4.1: * Add CURSES_CFLAGS to CPPFLAGS. (#856)- tig 2.4.0: * blame view now renders more like git-blame * Improve worktree and submodule support * Support running Tig via a Git alias * Use ISO-8601 letters for short relative dates * Change date formatting to show time zones by default * Use utf8proc to handle Unicode characters * a number of bug fixes- 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- 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- tig 2.3.0: * The `width` setting on the `status`, `text` and `commit-title` columns was never applied and has been removed * improve load performance and rendering speed * Enable binding to more symbolic keys and keys with control modifier * Store and readline history on disk * Various bug fixes - drop upstreamed patches: * tig-remove_build_timestamp.patch, reproducible.patch- tig 2.2.2: * The status-untracked-dirs option was renamed to status-show-untracked-dirs to match the new status-show-untracked-files option. * Use diff-options when preparing the diff in the stage view to make the diff state configurable * Add 'status-show-untracked-files' option mirroring Git's 'status.showUntrackedFiles' to toggle display of untracked files in the status view. On by default * Update ax_with_curses.m4 and use pkg-config to detect * Add tig-pick script for using Tig as a commit picker * Add "smart case" option ('set ignore-case = smart-case') to ignore case when the search string is lower-case only * Fix author ident cache being keyed by email only. * Fix periodic refresh mode to properly detect ref changes. * Add workaround for detecting failure to start the diff-highlight process. * Show diffs in the stash view when set mailmap = true * Fix parsing of git-log revision arguments, such as - -exclude=... in conjunction with --all * Fix diff stat parsing for binary copies * Fix crash when resizing terminal while search is in progress * Fix argument filtering to pass more arguments through to Git * Check for termcap support in split tinfo libs- spec-cleaned- Add reproducible.patch to allow for reproducible builds- tig 2.2.1: * Support Git's 'diff-highlight' program when diff-highlight is set to either true or the path of the script to use for post- processing. * Add navigation between merge commits * Add 'A' as a binding to apply a stash without dropping it. * Bind 'Ctrl-D' and 'Ctrl-U' to half-page movements by default. * manual: Mention how to change default Up/Down behavior in diff view. * Fix :goto error message.- tig 2.2 * incompatible changes: + user-defined commands are now executed at the repository root + Remove `cmdline-args` option * new features: + mailmap to show canonical name and email addresses + configurable highlight of search results + external commands improvements + UI improvements * various bug fixes- tig 2.1.1 - improvements * Add support for key combos. * See `contrib/vim.tigrc` for Vim-like keybindings. * Add GitHub inspired file finder to search for and open any file. * Add `search` keymap for navigation file finder search results. - Bug fixes: * Fix display of multiple references per commit. * Sync the prompt's cursor position with readline's internal position. * Keep unstaged changes view open after an staging command.- package bash completion - package some configuration files samples - use upstream spec.in description- tig 2.1: * navigation updates and fixes * UI improvements * speed improvements * Add :exec prompt command * Add :save-options prompt command * documentation updates - Replace tig-fix-build.diff, autoconf call with configure option - use make install-doc - build with readline supportlamb58 16843314562.5.8-bp155.1.4bash-completioncompletionstigtig-bash-completionCOPYING/usr/share//usr/share/bash-completion//usr/share/bash-completion/completions//usr/share/licenses//usr/share/licenses/tig-bash-completion/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/5e2df178dabc6bd94aca569d5905497a-tigcpioxz5x86_64-suse-linuxdirectoryASCII text*iُS(tig and bash-completion)utf-813a818900989f53a9d2bee4290feb3e8550a29ce45e240ed1bcbe880e1a9aceb? 7zXZ !t/VOW] crt:bLL ~\YBChbz"d7 - oO۸HՑa[8"z(!"vܰ5͹$ܾzWA<2 Yzw"^>"|ox"1ڞ.[Alɴٕ].L7+uͺE?h h;۵+JJ ցQ ?cIV&I1Oa Gu/)%l\뽋`{>!)ʮ~x Ihrl~ﺭg=aFЖ֙G'Y+ >\ 7 3?]'|?5#3>]b)P;6kD1 \+$YmKB4aD%7QYF?l :"T{a+3}U7tUȍc]ωcԁI+u 8>G+*pڙszZ4Qէ 9J.iTu( nKdP>WqSXPV2P:\xDP#܊ JnP: I# L'52UE80Ȝ8# C{?n4.[%FVhnB<h ~`wZ(} Qt\qC !iA }]HUAG]l ?lD Jm5A}sr6~=}l|Q 'K"o}_[>R~9PTg6=7-<fSmOdclÐ}CoZjmt!4H{:F똯WWhmП`V97l &ү"#L88$B bMqA[RڐX=خ&4U:n ̮6{64@]ս-T옏 ^?kff';<"vru{h+SQIsf0(8 7M\x0-A3A>x0/ S=o7x2 e-8 xW`/ѯr_뮡%BYKzdK#bvږU'xZx%j_ A0v\n)^/_SDmnd7nIDNǑ1YIs#K|ЩY{Q9kU~)3*b~nj#9D3%1v&3 =B]K`drBo,m5o ;iF NjQXh1hxGJ09+pTdf.Ioˤ)Ng~U^t)F1[Gqn&5`3u-ٶAC J[if9C :O) QS%at~O-xpf?Ygc=m+CQf<=h=z ,?]&5t7=*^q4L,.Q8!^vQ&)`hpLN!C/:֔ubcwl%ʬps^nP /59b]H5kNVIƬZ Y q$3À`MuYwА4dTD&2C{oEM\`pBakoJKkNq.f!4G 2J\R;ӄ0K*\6/iyU2ڲ)%vfRij&* OopaR;(EK;b a:ֹZMdW'493~rK+rX,m{ V= ܫDLvwwKH X-~g:4-(‡K>sTm=5gCN7_ N_ Zzugc-L:u"ٜkb˩R(7njJ:u⬄-!-M٣&/Z‚C "WI%aZ>A@t&ڪlF2x|SfY!fސ8#*,ǘtZ`?¶bf4]RW)Ps 7I'g8*1dHКg#76àˬ1R-Fg_RG@#%Vf|`bE}~ɎD] U7 jre %Q c:XQ<)eo%@dOX9d<.񳒒=( t?N 25@%fTFQۻ P _f ЗJ,mOz"fΓjU:_{1R-x\)܏YOR@=\$VvE!hNՠs[Bp䝵&&OAlwzA'Foܿy00 'vtCn qDOAd@xUÆ[n#}8_9b16" yeq1֘M=kXx¢塸V8͹o=R9ӧƲ9 jr1>Cj$RW2tڒʹL){h̉oue 25 =b tvĮ9f<k5c^>)xD rn(qd3g3=33: twSLÏ ׬3e@%2L-2 W ({!ˊlo9AoBEL_ j,:ƥyg@ dfHOoZUg ~S7NUKKF3'8M`XNAo q j JE!{4Yf2:_jppHCNsY?wo*f=TZ7ݐ1=ex8q2'Hz`yKucՅRQҠ+\¦E>8Md#b f˜B"Zvэ[$+-F1ͤj5{* !:JCa85{V授| =ٞsic.'.6$ж<2!>_DGG߭ޕpz9݋G(`aRX VVx5k`.$&yn(p!G-Rf;#6]h:uJYtzFo~ ́Ld4߲64l1 |oQQ4'Je>mY)ackH2zG%tc%Qe794>ԆL7;-.ƨ8.TktL33'PϴP*eAl3zV[aaf F ܨbjțXS򎁉T@;;iՋF"r!L.s>+B~w9s>e{@/f6]&[_Emei ( 1K,T;6~fWAAkܗ ')"r)) 9ㄣ[W+|.cc,+<0{k0Z>ZoAA&VjX(ߏwaWУB֌D# k +J]kUm,^ԠiB;*+xOf4N]6%}[2&JMؤy3&Vo0uX2ZuʹnEiߋ$- u-mNi `(^ P.Ax,ACW.1K}s^J$?M jA I&3'0"tΑY̖q`=l*s vgu4="qv1`osSsu%1es1NZfa6x+PY)E8kqhn 0SY'.=fOSløkMn[dgA n!Yxx)Ѹ-kUr U y#*NSTb/eGn/8|v1MJXr|Egmɶ|b֓TG`h-4G'Zg!ZoΨC0O?s$ x.j-k>O8a1T >%05* C~@!Hm[O6*nNL+jf{NIG!1wt|^5$bXB>GjBA9%Xe xе 6PR=᥁8#ͳ=qpEԦN:h+`; 6@.*:V#ϩ z%.=u3?X(\oy 3H3t*3[ Jܡ0JU.Ynda4/JU% 1N'mgs\jL+SgC*R'fvcdC]Ag `>>rɦOIzو!:j1/4c"]İ܏ÇWW}V̆)SdSB;R>1Zࣕnu1Ts q D%^~;dn+><7Õ\Uw#5+W u]ZfRVÁ&VqL& {7cB-$b?'xxΥz 5x;E VNoX![ _1/AK=b8@$t Uq$p9Gq1Suղ%n!tfudYu4qdFdܲrRY GsQ+3/6{x!K]} TNiN^ O6/ݪ{X+hTp;d9tH`V'W^I"NM2f#@| xry{_|'~YܒsDzJpYSߟHBKC4hVNM1|@K› 3<A vkwhEzR#?ɑ0,X7W#)w/]?}f f ~|㚋ScS^xvtw/ϭkv8qa7h9 M=ITVDtHI ҭqr'p ;l~D-]}121ㄎ|)֊C?L,اgSYh‰DdjP$\%J_P]w͐C'4/GXA`>U Fo)h&pٴsKvjDxj.Lp;nY̾$Irkj=N=E/)EKݻa36v|~`IrM1uziifz{52U&5b=Ь-` YZ