]> git.vpit.fr Git - perl/modules/rgit.git/log
perl/modules/rgit.git
17 years agoSort the list of repositories by repository path. Test for git returning non-zero
Vincent Pit [Mon, 6 Oct 2008 16:30:32 +0000 (18:30 +0200)]
Sort the list of repositories by repository path. Test for git returning non-zero

17 years agoWe need to chdir back to the cwd when we are over, so revert root_repo back to cwd_repo
Vincent Pit [Mon, 6 Oct 2008 16:07:47 +0000 (18:07 +0200)]
We need to chdir back to the cwd when we are over, so revert root_repo back to cwd_repo

17 years agoApp::Rgit::Repository::new: split the dir to decide what we should try for the repo
Vincent Pit [Mon, 6 Oct 2008 15:57:53 +0000 (17:57 +0200)]
App::Rgit::Repository::new: split the dir to decide what we should try for the repo

17 years agoTest directory handling of App::Rgit::Repository
Vincent Pit [Mon, 6 Oct 2008 15:53:32 +0000 (17:53 +0200)]
Test directory handling of App::Rgit::Repository

17 years agoIn App::Rgit::Repository::new, only make the directory absolute if it's not already
Vincent Pit [Mon, 6 Oct 2008 15:49:38 +0000 (17:49 +0200)]
In App::Rgit::Repository::new, only make the directory absolute if it's not already

17 years agoApp::Rgit::Command doesn't need App::Rgit::Repository anymore
Vincent Pit [Mon, 6 Oct 2008 14:59:05 +0000 (16:59 +0200)]
App::Rgit::Command doesn't need App::Rgit::Repository anymore

17 years agoReally use the root in the Config constructor
Vincent Pit [Mon, 6 Oct 2008 14:58:20 +0000 (16:58 +0200)]
Really use the root in the Config constructor

17 years agoMove the fake root repository from the Command to the Config object
Vincent Pit [Mon, 6 Oct 2008 14:51:38 +0000 (16:51 +0200)]
Move the fake root repository from the Command to the Config object

17 years agoDon't store the repos in the command, so that no search happen for Once commands
Vincent Pit [Mon, 6 Oct 2008 14:19:26 +0000 (16:19 +0200)]
Don't store the repos in the command, so that no search happen for Once commands

17 years agochdir to the working directory if possible, as commands like pull want it
Vincent Pit [Mon, 6 Oct 2008 14:05:22 +0000 (16:05 +0200)]
chdir to the working directory if possible, as commands like pull want it

17 years agoWe settled for 'with'
Vincent Pit [Sun, 5 Oct 2008 22:52:21 +0000 (00:52 +0200)]
We settled for 'with'

17 years agoThis is 0.02 v0.02
Vincent Pit [Sun, 5 Oct 2008 22:39:59 +0000 (00:39 +0200)]
This is 0.02

17 years agoTest caching of repositories in App::Rgit::Config::Default
Vincent Pit [Sun, 5 Oct 2008 22:34:48 +0000 (00:34 +0200)]
Test caching of repositories in App::Rgit::Config::Default

17 years agoDo the repository checks in the right order
Vincent Pit [Sun, 5 Oct 2008 22:31:19 +0000 (00:31 +0200)]
Do the repository checks in the right order

17 years agoReally get rid of t/repos
Vincent Pit [Sun, 5 Oct 2008 22:27:59 +0000 (00:27 +0200)]
Really get rid of t/repos

17 years agoNoop
Vincent Pit [Sun, 5 Oct 2008 22:19:37 +0000 (00:19 +0200)]
Noop

17 years agoMove root and git checks from App::Rgit::new to App::Rgit::Config::new
Vincent Pit [Sun, 5 Oct 2008 22:17:12 +0000 (00:17 +0200)]
Move root and git checks from App::Rgit::new to App::Rgit::Config::new

17 years agoTest setting an action
Vincent Pit [Sun, 5 Oct 2008 22:12:23 +0000 (00:12 +0200)]
Test setting an action

17 years agoThroughly test App::Rgit::Command::action
Vincent Pit [Sun, 5 Oct 2008 22:08:26 +0000 (00:08 +0200)]
Throughly test App::Rgit::Command::action

17 years agoImprove the class delegation mechanism in App::Rgit::Command, and test it
Vincent Pit [Sun, 5 Oct 2008 21:44:11 +0000 (23:44 +0200)]
Improve the class delegation mechanism in App::Rgit::Command, and test it

17 years agoStore the repos as-is in the command object
Vincent Pit [Sun, 5 Oct 2008 21:32:18 +0000 (23:32 +0200)]
Store the repos as-is in the command object

17 years agoSet fallback command in App::Rgit::Command instead of App::Rgit
Vincent Pit [Sun, 5 Oct 2008 21:30:44 +0000 (23:30 +0200)]
Set fallback command in App::Rgit::Command instead of App::Rgit

17 years agoIgnore Debian_CPANTS.txt
Vincent Pit [Sun, 5 Oct 2008 21:27:47 +0000 (23:27 +0200)]
Ignore Debian_CPANTS.txt

17 years agoSince we can't store our fake .git dirs in a git repo, generate them at test time
Vincent Pit [Sun, 5 Oct 2008 21:27:14 +0000 (23:27 +0200)]
Since we can't store our fake .git dirs in a git repo, generate them at test time

17 years agoImport rgit-0.01 v0.01
Vincent Pit [Sun, 5 Oct 2008 15:45:08 +0000 (17:45 +0200)]
Import rgit-0.01