| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #262365 - Punt the prepalldocs check until there is an alternative | Zac Medico | 2009-03-17 | 1 | -2/+0 |
* | Bug #262365 - Make the "portage.internal" category (prepalldocs check) a | Zac Medico | 2009-03-13 | 1 | -0/+1 |
* | Make manifest mode with --force option cause existing digests to be replaced | Zac Medico | 2009-03-09 | 1 | -0/+39 |
* | When checking ebuild content, use codecs.open() to force utf_8 encoding for | Zac Medico | 2009-02-28 | 1 | -7/+11 |
* | Fix StringIO imports so that 2to3 can handle them. Also, replace shlex + | Zac Medico | 2009-02-20 | 1 | -3/+3 |
* | For compatibility with python-3.0, open files in text mode where appropriate. | Zac Medico | 2009-02-19 | 1 | -2/+2 |
* | Use a regular expression for the file.name check. This replaces some odd | Zac Medico | 2009-02-19 | 1 | -15/+12 |
* | Add a new "portage.internal" warning for prepalldocs usage since the council | Zac Medico | 2009-02-12 | 1 | -0/+1 |
* | Use portage.util.cmp_sort_key for python-3.0 compatibility. | Zac Medico | 2009-02-03 | 1 | -2/+2 |
* | Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23 | Zac Medico | 2009-01-18 | 1 | -0/+2 |
* | Fix false positive in the 'unused local USE-description' warning. Thanks to | Zac Medico | 2009-01-16 | 1 | -1/+1 |
* | Identify which package has unused local USE descriptions, in case more than | Zac Medico | 2009-01-16 | 1 | -1/+2 |
* | Drop the kernel version from the commit message for all platforms. Thanks to | Zac Medico | 2009-01-14 | 1 | -2/+0 |
* | Don't show the running Linux kernel version in the commit message, since it | Zac Medico | 2009-01-14 | 1 | -1/+3 |
* | Fix a TypeError which occurs in pretend commit mode when vcs is None. Thanks | Zac Medico | 2009-01-11 | 1 | -1/+6 |
* | Add a new 'metadata.warning' category and a check which detects local USE | Zac Medico | 2009-01-10 | 1 | -0/+12 |
* | Add some blank lines around the messages that suggest --without-mask and | Zac Medico | 2009-01-08 | 1 | -5/+16 |
* | Handle tree conflicts in svn status output, new in subversion 1.6. Thanks to | Zac Medico | 2008-12-29 | 1 | -0/+3 |
* | Fix 'TypeError: not all arguments converted during string formatting' | Zac Medico | 2008-12-29 | 1 | -2/+2 |
* | Bug #253002 - Add a new variable.invalidchar check for metadata variables that | Zac Medico | 2008-12-29 | 1 | -0/+14 |
* | Bug #252727 - Use `git diff-index --name-only --diff-filter=M HEAD` instead | Zac Medico | 2008-12-28 | 1 | -7/+18 |
* | Bug #252304 - Restore the -V/--version option. | Zac Medico | 2008-12-24 | 1 | -0/+7 |
* | Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for | Zac Medico | 2008-12-08 | 1 | -1/+3 |
* | It's not safe to use the git commit -a option since there might | Zac Medico | 2008-12-03 | 1 | -0/+23 |
* | When calling `git ls-files -m` to list modified files, use --with-tree=HEAD | Zac Medico | 2008-12-03 | 1 | -2/+2 |
* | Eliminate redundant Manifest separation code by combining mychanged + mynew s... | Zac Medico | 2008-11-26 | 1 | -13/+4 |
* | Remove redundant reference to 'mynew' since 'myupdates' already contains thos... | Zac Medico | 2008-11-26 | 1 | -2/+2 |
* | Bug #248464 - With git, there's never any keyword expansion, so there's | Zac Medico | 2008-11-26 | 1 | -6/+20 |
* | Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them. | Zac Medico | 2008-11-23 | 1 | -74/+2 |
* | When parsing `git diff` output, filter paths that are not descended from the | Zac Medico | 2008-11-17 | 1 | -4/+10 |
* | When committing manifests, specify the manifest paths instead of using git | Zac Medico | 2008-11-17 | 1 | -4/+2 |
* | Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables | Zac Medico | 2008-11-17 | 1 | -78/+83 |
* | Add missing -a option for git commits. | Zac Medico | 2008-11-17 | 1 | -2/+2 |
* | Trigger the --include-dev suggestion for any keywords from dev profiles, even | Zac Medico | 2008-11-16 | 1 | -2/+1 |
* | Suggest to use the new --include-dev (-d) option in cases when some ebuilds | Zac Medico | 2008-11-16 | 1 | -1/+32 |
* | Only show the "--without-mask" suggestion when packages are actually masked | Zac Medico | 2008-11-16 | 1 | -3/+5 |
* | Add a short -d option for the new --include-dev option. Thanks to Joshua | Zac Medico | 2008-11-16 | 1 | -1/+1 |
* | In order to reduce time consumed for dependency checks, skip 'dev' profiles | Zac Medico | 2008-11-16 | 1 | -1/+5 |
* | Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings. | Zac Medico | 2008-11-14 | 1 | -2/+5 |
* | Having a leading ./ prefix on file paths can trigger a bug in | Zac Medico | 2008-11-14 | 1 | -0/+5 |
* | Derive the changelog_path variable from the new checkdir_relative variable. | Zac Medico | 2008-11-11 | 1 | -6/+1 |
* | Make FindPortdir() return (None, None, None) on failure, instead of raising | Zac Medico | 2008-11-11 | 1 | -3/+2 |
* | Update hardcoded "cvs" error messages to show the correct vcs value. | Zac Medico | 2008-11-11 | 1 | -4/+9 |
* | Fix pretend output to show git -a option when committing signed manifest. | Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Add git support. Thanks to Daniel Robbins for the initial patch. | Zac Medico | 2008-11-11 | 1 | -11/+71 |
* | Make metadata.missing and metadata.bad fatal by removing them from the | Zac Medico | 2008-11-02 | 1 | -2/+0 |
* | Fix broken stuff to avoid tracebacks when running in commit mode with | Zac Medico | 2008-10-31 | 1 | -1/+4 |
* | Pass a Package instance into the config.setcpv() call. | Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | recheck what changed in the repository also when nothing was added, because | Zac Medico | 2008-10-30 | 1 | -8/+6 |
* | Make sure mychanged and mynew are always defined even if there is no vcs | Zac Medico | 2008-10-30 | 1 | -0/+2 |