summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert last commit as it turns out it breaks with latest stable git (1.5.4.x ↵Bo Ørsted Andresen2008-06-161-4/+3
| | | | and below).
* Export GIT_WORK_TREE and use git checkout to get a work tree in S.Bo Ørsted Andresen2008-06-161-3/+4
|
* Make GIT_DIR an absolute path exported during git_fetch().Bo Ørsted Andresen2008-06-151-2/+2
|
* Do EGIT_STORE_DIR must not be world writable.Bo Ørsted Andresen2008-06-051-3/+1
|
* Fix a comment.Robin H. Johnson2008-03-301-2/+2
|
* Add EGIT_OFFLINE support to git.eclass, modelled after the svn.eclass ↵Robin H. Johnson2008-03-301-1/+12
| | | | offline mode. Very useful if the upstream repo is offline for maintenance.
* Add comment about usage of EGIT_BRANCH and where it should go in relation to ↵Robin H. Johnson2007-12-271-1/+3
| | | | "inherit git".
* Unconditionally set remote.origin.url as per bug #197193Fernando J. Pereda2007-11-141-2/+5
|
* Fix for bug #152615. Thanks to Avuton Olrich <avuton@gmail.com>Fernando J. Pereda2007-04-241-13/+6
|
* include $S in the default src_unpack msgMike Frysinger2007-04-101-2/+3
|
* Fix for bug #170818. Thanks to Trevor Hardcastle <chizu@osuosl.org>.Fernando J. Pereda2007-03-141-9/+11
|
* git.eclass: Pipe trough cat instead of setting PAGER=catFernando J. Pereda2006-12-301-3/+4
|
* git.eclass: Set PAGER=cat before calling 'git diff --stat'Fernando J. Pereda2006-12-301-2/+2
|
* Add git.eclass (bug #132383).Fernando J. Pereda2006-09-111-0/+286