| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip .git from storedir; wrt bug #386845. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2012-01-19 | 1 | -3/+4 |
* | create backing store dirs with group write perms so that people can more easi... | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-12-14 | 1 | -2/+2 |
* | Adding myself as a co-maintainer. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -1/+2 |
* | Remove git.eclass old clones if git-2 clone succeeds. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -11/+27 |
* | Try to migrate git.eclass checkouts to the new eclass. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -1/+13 |
* | Ensure EGIT_LOCAL_NONBARE doesn't leak in from env. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -1/+2 |
* | Mark internal functions @INTERNAL. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -1/+13 |
* | Move pushd/popds within conditional to avoid needless exec. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -3/+3 |
* | Simplify bare/non-bare logic. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -14/+8 |
* | Drop redundant EGIT_LOCAL_NONBARE setting. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -2/+1 |
* | Replace redundant $? checks with explicit if..fi. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -5/+3 |
* | Drop -n & -z test operators -- they're redundant in [[ ]]. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -24/+22 |
* | Remove unnecessary scary trailing-slash check for EGIT_REPO_URI. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -2/+2 |
* | Replace variable 'eval's with ${!foo}. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-09-23 | 1 | -10/+11 |
* | fix random bugs in eclass documentation, and convert to new @AUTHOR tag | ![](//www.gravatar.com/avatar/7e0859c5d8faf5fa5906527bee488fc2?s=13&d=retro) Mike Frysinger | 2011-08-22 | 1 | -2/+2 |
* | Implement support for multiple checkouts from one ebuild by cleaning up envir... | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-07-30 | 1 | -16/+53 |
* | Fix calling default_src_unpack in EAPI < 2. Use inlined default code instead. | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-07-16 | 1 | -2/+6 |
* | Take over as maintainer. | ![](//www.gravatar.com/avatar/4bd89909a88b229552b227135b672b2e?s=13&d=retro) Donnie Berkholz | 2011-06-08 | 1 | -2/+2 |
* | Drop maintainership of eclasses I won't do anymore. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-05-31 | 1 | -2/+2 |
* | Run default src_unpack at the end. Because users can specify something in src... | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-05-20 | 1 | -1/+5 |
* | Drop useless cd so we won't polute the environment. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-05-20 | 1 | -3/+1 |
* | Fix typo upack -> unpack | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-05-20 | 1 | -2/+2 |
* | Add EGIT_PROJECT variable that allows us to specify folder where to check out... | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-05-19 | 1 | -3/+17 |
* | Fix variable references ({cur,old}sha1 -> {cur,old}sha). | ![](//www.gravatar.com/avatar/ff5429ef741b434eb2011692832f810e?s=13&d=retro) Michał Górny | 2011-05-02 | 1 | -3/+3 |
* | Fix comment typo. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-04-24 | 1 | -2/+2 |
* | Remove wrong variable from debug-log message. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-04-23 | 1 | -2/+2 |
* | Play it safe and fetch all tags when working on bare repository. | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-04-20 | 1 | -2/+2 |
* | Introduce git-2 eclass | ![](//www.gravatar.com/avatar/393d17f446b1b45a121a7d32ee626198?s=13&d=retro) Tomas Chvatal | 2011-04-20 | 1 | -0/+509 |