Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] git-2: a bunch of patches to review
Date: Tue, 20 Sep 2011 20:31:37
Message-Id: 20110920223252.71af2ce9@pomiocik.lan
1 Hello all,
2
3 I've prepared a bunch of patches to git-2.eclass.
4
5 1-2 -- replacing scary unreadable parts of code with nicer ones.
6 3-4 -- basically just coding style changes.
7 5-7 -- little logic simplification.
8 8 -- eclassdoc fixes.
9 9 -- prevents environment injection of internal var.
10 10 -- tries to migrate git.eclass clones to git-2.eclass (#383761).
11 11 -- removes old git.eclass clones to not waste diskspace.
12
13 In the future, I will probably attempt to remove most of directory
14 changes in favor of GIT_DIR setting as well.
15
16 --
17 Best regards,
18 Michał Górny

Attachments

File name MIME type
0001-Replace-variable-eval-s-with-foo.patch text/x-patch
0002-Remove-unnecessary-scary-trailing-slash-check-for-EG.patch text/x-patch
0003-Drop-n-z-test-operators-they-re-redundant-in.patch text/x-patch
0004-Replace-redundant-checks-with-explicit-if.fi.patch text/x-patch
0005-Drop-redundant-EGIT_LOCAL_NONBARE-setting.patch text/x-patch
0006-Simplify-bare-non-bare-logic.patch text/x-patch
0007-Move-pushd-popds-around-to-make-code-simpler.patch text/x-patch
0008-Mark-internal-functions-INTERNAL.patch text/x-patch
0009-Ensure-EGIT_LOCAL_NONBARE-doesn-t-leak-in-from-env.patch text/x-patch
0010-Try-to-migrate-git.eclass-checkouts-to-the-new-eclas.patch text/x-patch
0011-Remove-git.eclass-old-clones-if-git-2-clone-succeeds.patch text/x-patch
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] git-2: a bunch of patches to review "Tomáš Chvátal" <scarabeus@g.o>
Re: [gentoo-dev] git-2: a bunch of patches to review Stratos Psomadakis <psomas@g.o>
Re: [gentoo-dev] git-2: a bunch of patches to review "Michał Górny" <mgorny@g.o>