| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not attempt to use submodules for which the checkout path does not exist (... | Michał Górny | 2015-07-09 | 1 | -12/+24 |
* | Fix typo. | Manuel Rüger | 2015-06-22 | 1 | -2/+2 |
* | Respect the EVCS_UMASK variable to override the default umask when writing to... | Ulrich Müller | 2015-02-04 | 1 | -3/+29 |
* | Mention git-clone man page for URI syntax, bug #511636. | Michał Górny | 2014-07-28 | 1 | -2/+3 |
* | Use ROOT=/ when checking for git features, bug #518374. Patch provided by Mic... | Michał Górny | 2014-07-28 | 1 | -2/+2 |
* | Stop forcing -m0755 on EGIT3_STORE_DIR and parents, bug #516508. | Michał Górny | 2014-07-07 | 1 | -2/+2 |
* | Fix typo in submodule fetching, reported by Hans Vercammen. | Michał Górny | 2014-06-20 | 1 | -2/+2 |
* | Properly canonicalize relative submodule URIs, bug #501250. | Michał Górny | 2014-06-01 | 1 | -10/+49 |
* | Give an explanatory error when trying to fetch https:// with dev-vcs/git[-cur... | Michał Górny | 2014-05-23 | 1 | -1/+10 |
* | Automatically switch to EGIT_CLONE_TYPE=single+tags for Google Code. | Michał Górny | 2014-04-17 | 1 | -8/+25 |
* | Add a single+tags mode to handle Google Code more efficiently, bug #503708. | Michał Górny | 2014-03-24 | 1 | -5/+27 |
* | Force EGIT_CLONE_TYPE=mirror for submodules since they can reference commits ... | Michał Górny | 2014-03-03 | 1 | -1/+5 |
* | Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set. | Michał Górny | 2014-03-02 | 1 | -1/+7 |
* | Do not try shallow clones on local repositories. | Michał Górny | 2014-03-02 | 1 | -3/+7 |
* | Force non-forward updates on git refs. | Michał Górny | 2014-03-02 | 1 | -6/+6 |
* | Add EGIT_MIN_CLONE_TYPE to control clone type via ebuilds. | Michał Górny | 2014-03-02 | 1 | -1/+32 |
* | Auto-unshallow when fetching by commit hash. | Michał Górny | 2014-03-02 | 1 | -3/+8 |
* | Support EGIT_CLONE_TYPE=shallow. | Michał Górny | 2014-03-02 | 1 | -10/+28 |
* | Support EGIT_CLONE_TYPE=single. | Michał Górny | 2014-03-02 | 1 | -26/+94 |
* | Introduce EGIT_CLONE_TYPE for future use. | Michał Górny | 2014-03-02 | 1 | -1/+22 |
* | Support using a local git mirror. | Michał Górny | 2014-03-02 | 1 | -1/+23 |
* | Fix support for non-master default branch. | Michał Górny | 2014-03-02 | 1 | -1/+43 |
* | Replace "git fetch" checkout with more efficient and compatible pseudo-shared... | Michał Górny | 2014-03-02 | 1 | -8/+9 |
* | Improve docs. | Michał Górny | 2014-03-02 | 1 | -1/+4 |
* | Use git init+fetch rather than clone in order to fix checking out to non-empt... | Michał Górny | 2014-02-25 | 1 | -7/+14 |
* | Fetch and preserve git notes as well. | Michał Górny | 2014-02-24 | 1 | -1/+7 |
* | Use complete git clones, and clone them onto the checkout directory. This mak... | Michał Górny | 2014-02-23 | 1 | -226/+63 |
* | Use shallow clones for local repos. Bug #491260. | Michał Górny | 2013-11-15 | 1 | -1/+19 |
* | Fix parallel checkout race conditions, bug #489280. | Michał Górny | 2013-10-30 | 1 | -2/+18 |
* | Create a fake ".git" directory inside the checkout to satisfy git rev-parse u... | Michał Górny | 2013-10-27 | 1 | -1/+6 |
* | Strip sub-slot from local repo IDs. | Michał Górny | 2013-10-27 | 1 | -4/+4 |
* | Fix handling relative submodule paths. | Michał Górny | 2013-10-26 | 1 | -2/+11 |
* | Fix over-use of ||die. | Michał Górny | 2013-10-14 | 1 | -2/+2 |
* | Add missing "die" calls as reported by Nikoli. | Michał Górny | 2013-10-14 | 1 | -7/+7 |
* | Respect EVCS_OFFLINE in git-r3_fetch. | Michał Górny | 2013-10-13 | 1 | -3/+3 |
* | Skip submodules that have update=none specified in config. Fixes bug #487262. | Michał Górny | 2013-10-09 | 1 | -1/+6 |
* | Fix git-r3 -> git-2 dependency leak, as noted in bug #487026. | Michał Górny | 2013-10-08 | 1 | -2/+4 |
* | Add missing git DEPEND wrt bug #487026. | Michał Górny | 2013-10-05 | 1 | -1/+3 |
* | Always fetch all branches when doing non-shallow fetch. | Michał Górny | 2013-09-27 | 1 | -1/+3 |
* | Fix parsing EGIT_REPO_URI. Bug #486080. | Michał Górny | 2013-09-26 | 1 | -10/+22 |
* | Update doc on EGIT_NONSHALLOW. | Michał Górny | 2013-09-26 | 1 | -3/+5 |
* | Support EGIT_REPO_URI being an array. This is needed for tests. | Michał Górny | 2013-09-25 | 1 | -8/+22 |
* | Update git URI stripping for gnome.org. | Michał Górny | 2013-09-25 | 1 | -1/+3 |
* | Strip trailing slashes from repo URI when determining local copy directory. | Michał Górny | 2013-09-19 | 1 | -1/+4 |
* | Do not even create shallow repository when EGIT_NONSHALLOW is set. Otherwise,... | Michał Górny | 2013-09-19 | 1 | -3/+5 |
* | Fail early on unreachable URLs. If ls-remote fails due to server being unreac... | Michał Górny | 2013-09-13 | 1 | -2/+5 |
* | Do not leak EGIT_NONSHALLOW over loop iterations. Failing URL may cause non-s... | Michał Górny | 2013-09-13 | 1 | -3/+4 |
* | Introduce smart switching between "git fetch" and "git fetch --depth 1" to sa... | Michał Górny | 2013-09-09 | 1 | -4/+96 |
* | Do not pass --depth when updating a branch, it trrigers issues in git. Instea... | Michał Górny | 2013-09-05 | 1 | -14/+22 |
* | Introduce the new git eclass. | Michał Górny | 2013-09-05 | 1 | -0/+582 |