summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
HEAD
⋅
prev
⋅
next
James Brumond [Tue, 31 Mar 2015 14:10:29 +0000 ]
Merge pull request #33 from ElliottLandsborough/patch-1
Ability to specify reference directory
Elliott L [Mon, 30 Mar 2015 11:56:44 +0000 ]
Ability to specify reference directory
This can speed up pulls of large remote repositories.
More info here: http://randyfay.com/content/reference-cache-repositories-speed-clones-git-clone-reference
James Brumond [Mon, 23 Mar 2015 19:21:10 +0000 ]
added GitRepo::git_directory_path()
the new git_directory_path method returns the path to the ".git" directory in the case of a normal directory, or the repo path in the case of a bare repo.
also changed the get_description() and set_description() methods to use this new method.
James Brumond [Mon, 23 Mar 2015 19:15:43 +0000 ]
Merge pull request #31 from MAXuk/master
Fix working with description in bare(non-bare) repository!
Zalysin Maxim [Mon, 23 Mar 2015 14:23:11 +0000 ]
Fix working with description in bare(non-bare) repository!
James Brumond [Tue, 17 Mar 2015 15:09:25 +0000 ]
Merge pull request #30 from steveworley/add-tags-too-many-params
Quoting the for add_tag
Steve Worley [Mon, 16 Mar 2015 22:42:44 +0000 ]
Updating quotes to use escapeshellarg
Steve Worley [Mon, 16 Mar 2015 04:58:02 +0000 ]
Quoting the for add_tag
James Brumond [Sun, 15 Mar 2015 09:49:56 +0000 ]
Added pledgie badge for donations
James Brumond [Fri, 13 Feb 2015 21:43:55 +0000 ]
Merge pull request #29 from thelfensdrfer/master
Added git log command
Tim Helfensdörfer [Fri, 13 Feb 2015 19:59:53 +0000 ]
Added documentation
Tim Helfensdörfer [Fri, 13 Feb 2015 19:58:24 +0000 ]
Merge remote-tracking branch 'upstream/master'
James Brumond [Thu, 20 Nov 2014 21:51:19 +0000 ]
Merge pull request #27 from syrusakbary/patch-1
Fixed Git.pho commit error in flags
Syrus Akbary [Thu, 20 Nov 2014 21:47:45 +0000 ]
Fixed Git.pho commit error in flags
James Brumond [Mon, 10 Nov 2014 15:17:41 +0000 ]
Merge pull request #26 from BishoyA/master
Fixed Syntax error
Bishoy A [Mon, 10 Nov 2014 13:01:01 +0000 ]
Fixed Syntax error
Fixed a syntax error at line 379
James Brumond [Tue, 04 Nov 2014 13:33:27 +0000 ]
Added commit_all argument to Repo::commit
Now the -a flag can be overridden when calling Repo::commit by passing in a second parameter false, eg.
$repo->commit('commit message here', false);
James Brumond [Thu, 06 Mar 2014 21:31:50 +0000 ]
added Git::clone_remote() method
James Brumond [Thu, 20 Feb 2014 21:23:48 +0000 ]
added argument to GitRepo::rm for using the --cached flag [see #23]
James Brumond [Thu, 20 Feb 2014 21:21:29 +0000 ]
Merge pull request #23 from mAAdhaTTah/master
Add `git rm` method GitRepo::rm
James DiGioia [Thu, 20 Feb 2014 13:46:42 +0000 ]
Add `git rm`
James Brumond [Thu, 13 Feb 2014 18:47:31 +0000 ]
Formatting
James Brumond [Thu, 13 Feb 2014 18:37:09 +0000 ]
Added Git::windows_mode() method
James Brumond [Fri, 07 Feb 2014 21:45:42 +0000 ]
Merge pull request #21 from mAAdhaTTah/master
git status + bugfix
James DiGioia [Fri, 07 Feb 2014 21:40:28 +0000 ]
Forgot a space :(
James DiGioia [Fri, 07 Feb 2014 21:26:12 +0000 ]
Add bool for git clean
mAAdhaTTah [Mon, 03 Feb 2014 13:14:42 +0000 ]
Add force flag to "git clean" command
mAAdhaTTah [Mon, 03 Feb 2014 13:05:37 +0000 ]
Make html display toggle-able in git status
mAAdhaTTah [Mon, 03 Feb 2014 13:02:48 +0000 ]
Add git status function
mAAdhaTTah [Sun, 02 Feb 2014 16:40:43 +0000 ]
Split parse_ini statement to eliminate parse error
James Brumond [Tue, 03 Dec 2013 21:17:40 +0000 ]
Merge pull request #20 from erikjwaxx/feature/list-tags
Add a method to list tags in a repo
Erik Weatherwax [Tue, 03 Dec 2013 19:26:45 +0000 ]
Add a method to list tags in a repo analogous to the list_branches methods. Also cleans up some trailing whitespace.
James Brumond [Tue, 03 Dec 2013 17:45:54 +0000 ]
Merge pull request #19 from erikjwaxx/feature/bare-repos
Add support for instantiation of a GitRepo from a bare repository path.
Erik Weatherwax [Tue, 03 Dec 2013 17:08:47 +0000 ]
Add support for instantiation of a GitRepo from a bare repository path.
James Brumond [Tue, 26 Nov 2013 07:04:15 +0000 ]
Merge pull request #18 from robbat2/master
Environment support
Robin H. Johnson [Tue, 26 Nov 2013 02:04:57 +0000 ]
Add support for consistent environment handling, to allow overrides like GIT_SSH.
Signed-off-by: Robin H. Johnson <robbat2@orbis-terrarum.net>
James Brumond [Tue, 12 Nov 2013 19:14:19 +0000 ]
Merge pull request #17 from gartner/master
Autoload package when installed using Composer
Mads Lie Jensen [Tue, 12 Nov 2013 08:24:51 +0000 ]
Don't change package name
Mads Lie Jensen [Tue, 12 Nov 2013 08:16:39 +0000 ]
Make composer generate a classmap
This enables the package to be autoloaded.
James Brumond [Mon, 07 Oct 2013 20:03:07 +0000 ]
Merge pull request #16 from erikjwaxx/master
Add a minimal composer.json so Composer can read this repo.
EriK Weatherwax [Mon, 07 Oct 2013 16:14:16 +0000 ]
Add a minimal composer.json so Composer can read this repo.
James Brumond [Sat, 27 Jul 2013 06:48:09 +0000 ]
bump version (0.1.3)
James Brumond [Sat, 27 Jul 2013 06:46:56 +0000 ]
Merge pull request #15 from bmorg/list_remote_branches
Added list_remote_branches()
bmorg [Fri, 26 Jul 2013 12:35:00 +0000 ]
added list_remote_branches()
Tim Helfensdöerfer [Tue, 25 Jun 2013 20:04:51 +0000 ]
Added git log command
James Brumond [Sat, 12 Jan 2013 17:18:51 +0000 ]
updated readme
James Brumond [Sat, 12 Jan 2013 17:17:21 +0000 ]
updated readme
James Brumond [Sat, 12 Jan 2013 17:15:11 +0000 ]
general, long overdue updates
James Brumond [Thu, 10 Jan 2013 23:33:19 +0000 ]
Merge pull request #12 from tomasfejfar/fix-windows-executable
There is a method to set git binary statically.
James Brumond [Wed, 09 Jan 2013 18:01:30 +0000 ]
Added missing methods for extra git commands
Tomas Fejfar [Wed, 09 Jan 2013 17:36:10 +0000 ]
There is a method to set git binary statically.
James Brumond [Mon, 12 Nov 2012 17:00:38 +0000 ]
Merge pull request #8 from woolfg/gitpull
git pull method added
Wolfgang Gassler [Mon, 12 Nov 2012 14:34:03 +0000 ]
git pull method added
James Brumond [Sun, 11 Nov 2012 19:28:08 +0000 ]
Merge pull request #7 from woolfg/escapedarguments
commit message shellescaped, thus, injection is prevented
Wolfgang Gassler [Sun, 11 Nov 2012 12:40:10 +0000 ]
commit message shellescaped, thus, injection is prevented
James Brumond [Tue, 30 Oct 2012 17:23:30 +0000 ]
Merge pull request #6 from uuf6429/master
Bug fixes
Christian Sciberras [Tue, 30 Oct 2012 12:13:48 +0000 ]
Update Git.php
Exceptions now actually show repo path.
Christian Sciberras [Tue, 30 Oct 2012 12:11:05 +0000 ]
Update CI_Git.php
Exceptions now actually show repo path.
James Brumond [Wed, 24 Oct 2012 17:05:21 +0000 ]
Merge pull request #5 from uuf6429/patch-1
Added description-related methods
Christian Sciberras [Wed, 24 Oct 2012 08:04:30 +0000 ]
Added description-related methods
James Brumond [Tue, 23 Oct 2012 17:30:48 +0000 ]
Merge pull request #4 from adriacidre/master
Some extra methods
Adria Cidre [Tue, 23 Oct 2012 08:24:46 +0000 ]
Added push method
Adria Cidre [Tue, 23 Oct 2012 08:16:50 +0000 ]
Added merge fetch and add_tag
James Brumond [Fri, 01 Jun 2012 17:40:39 +0000 ]
#3 initialized results arrays in test suite to `null`
James Brumond [Wed, 30 May 2012 18:10:59 +0000 ]
Merge pull request #3 from fitorec/master
Structure was modified of $Git_Tests['Git']
Fitorec [Tue, 29 May 2012 05:52:09 +0000 ]
Structure was modified of $Git_Tests['Git']
Author: @fitorec <chanerec@gmail.com>
---------------------------------------------------------------------
test/test-suite.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
James Brumond [Sat, 05 Feb 2011 01:03:16 +0000 ]
reformated code
Konstantin Tokarev [Fri, 04 Feb 2011 10:40:09 +0000 ]
Added list_branches and active_branch methods
James Brumond [Sat, 27 Nov 2010 06:38:58 +0000 ]
Added note about tutorial
Erik Bakker [Wed, 10 Nov 2010 10:23:48 +0000 ]
Fixed broken add method.
James Brumond [Wed, 28 Jul 2010 09:59:09 +0000 ]
bug fix
James Brumond [Wed, 28 Jul 2010 09:40:30 +0000 ]
bug fix
James Brumond [Thu, 22 Jul 2010 08:38:12 +0000 ]
finished system test suite
James Brumond [Wed, 21 Jul 2010 23:26:00 +0000 ]
started building test suite
James Brumond [Wed, 21 Jul 2010 08:20:45 +0000 ]
fixed some indents
James Brumond [Wed, 21 Jul 2010 08:19:49 +0000 ]
fixed some indents
James Brumond [Wed, 21 Jul 2010 08:17:02 +0000 ]
first commit