git-subrepo-zsh-completion-0.4.6-bp155.2.3.1 4>$  ApdĊI%z Y_*Rc ]WeJD+ tY4Sh+Fn6YYowP#˨3vwQ\xVA 5yrl=;N@qpuۣ) ?(s15n/nCa5\t v XZ,AἛw8SP-_Ji;v̩]uV+gb x@$:/5Y/+u-sl_=,G*( DUR;W-[S>kTo to`Q7[S:p#~3 \Y,~ }qv_,d*<6uk}UvJ̪ o :g :q#9̮p ]a`_Y)#EYimVe D}W̶#]$T ⾌gFyf蜘!_:|ʆ8bks|]m܀a=ʇ|fռ˄[iT2Zsc i*1Mn+NNY"7]!vLuR l̾2f:5m;+mKbg4Rtk^w5E&ovm_ 5*-#pWEZNjY*.(y861CvNi&IuNQ cKa1@C_DLoN4Mocf-5t}2c聱@ <>p>\?Ld# / Ntx  ( . 4 @  s(89:FGHIXY\]^b?cdefluvzHCgit-subrepo-zsh-completion0.4.6bp155.2.3.1ZSH completion for git-subrepozsh shell completions for git-subrepodobs-arm-11 SUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/ingydotnet/git-subrepolinuxnoarch AA큤ddd079144ac4bb62ba1920287adeb341a70f9123ab44104f03d495a49f2668b2c74rootrootrootrootrootrootgit-subrepo-0.4.6-bp155.2.3.1.src.rpmgit-subrepo-zsh-completion    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ddc_^@^@^@^אTina Müller Dirk Müller Tina Müller Tina Müller Tina Müller Martin Pluskal Tina Müller - Update to 0.4.6: * Removes stale worktrees after using the push command- update to 0.4.5: * Add --file option * Fix git subrepo status command for subrepos that share a common prefix. * Don't allow -b and --all * Fix documentation links * fix tests to support use of a default branch git config that is not "master" * pass --force to git add so a user's global .gitignore does not affect tests * Fix .rc and enable-completion.sh for zsh before 5.1 * Better format for options * The fpath variable is an array; expand correctly- Update to 0.4.3 - Remove fix-zsh-completion.patch (not needed anymore) - Update fix-shebangs.patch - Covert to GitHub Actions for testing - Add docker support to test multiple git/bash versions together - Require Bash 4.0+ - Use shellcheck as linter and address issues discovered - Discovered bug in git where @ is not a valid workspace name - Add --force command to subrepo pull - Now works with paths that contain spaces - Numerous documentation fixes - When two branches pointed to the same commit, we would sometimes pick the wrong branch. - ZSH completion fixes - Allow tests to run outside a git repo - Would not work if a different date format was set in git config - Address delay in filter-branch on newer versions of git - Display the git merge message on merge failure - Allow FISH integration on MacOS. - Add manpage support for FISH shell- Remove Recommends bashompletion and fix Supplements- Add fix-zsh-completion.patch See https://github.com/ingydotnet/git-subrepo/pull/476 Require git > 2.7- Cleanup spec file with spec-cleaner - Drop empty sections- Initial package 0.4.1 - -- version: 0.4.1 date: Thu Jan 9 17:11:21 CST 2020 - Fix Bash version error messages and add to .rc - Nicer YAML formatting in .travis.yml - Wrap a long line - Update the docs - Force `make update` to always update docs - Don't use XXX in perl stuff - Add testing on MacOS - Remove conflicting -C from install -d commands. - Update version requirement documentation - Correct error message in branch - Use topo-order in subrepo branch - Make “git subrepo clean -f ...” delete refs correctly - Fix #410 Push empty repositories with recent git versions - Make subrepo work when run in a worktree - Simplify finding subrepos - Ask git to find the .gitrepo files - Doc: fix sentence repetition - Fix typos - Fixed typo - Travis CI not checking out a branch. - -- version: 0.4.0 date: Thu Nov 8 12:26:38 CET 2018 changes: - Fix #325 Do not squash main repo commits - Improve error message for worktree handling - Make version checking portable. #307 - #307, improve version check - #307, update version requirement - Fix part #308, Add stderr output if commands fail - Fix #306: Add check to prevent following commits with no .gitrepo - Remove dry-run flag as it's not implemented. Make sure branch --force delete worktree - Fix #296, Replace --first-parent with --ancestry-path - Fix #291, specify Trusty host to get new 2.x git - Fix #258, add --no-tags to git fetch - Test that no remotes are created during clone - #257 Remove remote creation to avoid problems with fetch --all - (origin/issue/150_to_0.4.0) Fix remove-worktree, remove unused parameters - Regenerate completion files - filter-branch operation should not be done on HEAD - Cleanup push and add hint to push directly after pull - Simplify cleanup and add worktree to status - Add --method option to init/clone, add a 'config' command - Updated unit tests to support the new logic - Use 'git worktree' for merge/rebase - Update docs to reflect how things should work - Make it possible to specify commit messages - Redesign, trash the tree hash approach and use merges instead - Add release branches to travis-ci - Add --method option to init/clone, add a 'config' command - Detect multiple pulls, use -u flag to decide - Don't reuse previous commit message when using --all - Update the docs for pull and push - Update error messages when failing merge/rebase - Fix env var bug in test/push.t - Do not overwrite author information - -- version: 0.3.1 date: Tue Jan 3 23:08:56 PST 2017 changes: - Updated release for homebrew - Fix #192 - -- version: 0.3.0 date: Wed Dec 2 19:19:43 PST 2015 changes: - Fix issue #98 and host of others (89, 91, 95, 96) - Adds support for the merge-base command - Adds stability to many commands - Command completion updates - Rename `init` to `.rc` - @grimmySwe++ @dzzh++ @jrosdahl++ @perlpunk++ - -- version: 0.2.3 date: Sun Aug 9 13:44:22 PDT 2015 changes: - Fix issues #75 and #76 - -- version: 0.2.2 date: Wed Jul 22 09:45:13 PDT 2015 changes: - Added the `init` subcommand - Applied doc fixes - -- version: 0.2.1 date: Sat Mar 28 07:52:22 PDT 2015 changes: - Allows subrepo clone to clone to an empty branch; fixes #26. - Refs in status - Empty parent set to 'none' in .gitrepo file. - Bug fixes - -- version: 0.2.0 date: Sat Jan 24 06:22:05 PST 2015 changes: - Massive overhaul - .gitrepo files remain the same so backwards compatible - Introduce the branch and commit subcommands - The checkout subcommand goes away - Operations work much smoother like normal Git flow - Much more testing - Better doc - -- version: 0.1.0 date: Fri Feb 21 12:25:53 2014 -0800 changes: - First versionobs-arm-11 16875340140.4.6-bp155.2.3.1zshsite-functions_git-subrepo/usr/share//usr/share/zsh//usr/share/zsh/site-functions/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17961/openSUSE_Backports_SLE-15-SP5_Update/d0d4e46b6868aca97c38670050384a3b-git-subrepo.openSUSE_Backports_SLE-15-SP5_Updatecpioxz5noarch-suse-linuxdirectoryASCII text5nKd(git-subrepo and zsh)utf-81c9deb1061c5b95666317ed20e417ff9999ceb1ff1984733cd84d5ae96f2698f? 7zXZ !t/ ;?] crt:bLL }ln{N-̩1lTT:AqX;pZ̷Ϥ^\`( { } +/UL78oP|B^9#RNf~. Ny%.i bΞmڇ,pro;ۣCQfSM JhÚץ,uB)Um힢9jiFYYn<ׁ~d-h=OdV3<{ ..TkO-bt,!|"쮧o=%ߵ#v'T ΏzSj'.fyN Y:pUM& Ao qDbh̬1*;&Bޏm<o!sLgû"6ց6/ 8I`d=Ng 0tr8GR ;0w1i-9"O2 qO+d-Nl6wVSy/FQ_,Tܥ!9N(Z!7Sg&C:Y-[gsFx si(, R'~}ڲ[v e2NEjkw*0*>Tf&tut+E E:D"|fV J7Wmde=>XW6~ Fd6Kki̷c?R{4.ChaE\uk&M0pkR;ysd|wǒ Vs,tv7J%/Ν 0o\8%&Sp]+XO-c8q!1#o0=<EܸX${4pc3Y"jG<|;>Dn<׾ udp7pW,c> qU8rT9sy+uŞs ՀGB-(s9\9/8ikkF"zƏnq !P|WP8/?\dXltNy$z.T^rgpYhQ|=G SzKyQBZ؋ ap̢(|kA% YZ