]> git.vpit.fr Git - perl/modules/rgit.git/shortlog
perl/modules/rgit.git
2009-01-04 Vincent PitThis is 0.06 v0.06
2009-01-04 Vincent PitBump copyright year
2009-01-04 Vincent Pit@ wasn't such a good idea for the escape character...
2008-12-27 Vincent PitRemove trailing CRLFs before testing what we received
2008-12-27 Vincent PitCanonify the repository path
2008-12-27 Vincent PitUse @ as the escape character. ^ is actually an escape...
2008-12-27 Vincent PitWrap t/bin/git into t/bin/git.bat to test on Win32
2008-12-27 Vincent PitIf everything fails, try to append '.bat' to the git...
2008-12-27 Vincent PitWin32 does not implement all POSIX W* macros, so overri...
2008-12-11 Vincent Pitchdir(), not chroot()
2008-12-06 Vincent PitPOD nit
2008-12-06 Vincent PitUnder -D, print the command and the working directory...
2008-10-26 Vincent PitDocument App::Rgit::Command::report
2008-10-22 Vincent PitClarify what's the root and the current directory in...
2008-10-21 Vincent PitThis is 0.05 v0.05
2008-10-21 Vincent PitAdd a diagnostics mode. Only print infos when this...
2008-10-20 Vincent PitAdd an open shell option in interactive mode
2008-10-10 Vincent PitBuild escapes once for all
2008-10-09 Vincent PitConfig as a prereq bewilders installers
2008-10-08 Vincent PitRequire 5.8. Do not really want to support 5.6
2008-10-08 Vincent PitPOD nit in bin/rgit
2008-10-07 Vincent PitThis is 0.04 v0.04
2008-10-07 Vincent PitDoc update
2008-10-07 Vincent PitAdd a few command line switches. List::Util isn't requi...
2008-10-07 Vincent PitTest it, and prevent an undefined warning with fake...
2008-10-07 Vincent PitSpecialize GIT_DIR and GIT_EXEC_PATH for each repo...
2008-10-07 Vincent PitSet a process group when possible
2008-10-07 Vincent PitA little hack to test all contexts for App::Rgit::Comma...
2008-10-07 Vincent PitTest that 'rgit gui' acts as Once
2008-10-07 Vincent PitTest policies
2008-10-07 Vincent PitDefault policy is $status ? LAST : NEXT when the user...
2008-10-07 Vincent PitJust don't return anything when system failed
2008-10-07 Vincent PitAlso pass the signal to the policiy
2008-10-07 Vincent PitLAST has priority over REDO
2008-10-07 Vincent PitCheck the value returned by git correctly. POSIX is...
2008-10-07 Vincent PitAllow user-defined policies. Enable interactive failure...
2008-10-07 Vincent Pitgit-gui should be executed once
2008-10-07 Vincent PitImprove tests granularity
2008-10-06 Vincent PitThis is 0.03 v0.03
2008-10-06 Vincent PitThe root directory can also be a repository
2008-10-06 Vincent PitTest wrong action package
2008-10-06 Vincent PitSort the list of repositories by repository path. Test...
2008-10-06 Vincent PitWe need to chdir back to the cwd when we are over,...
2008-10-06 Vincent PitApp::Rgit::Repository::new: split the dir to decide...
2008-10-06 Vincent PitTest directory handling of App::Rgit::Repository
2008-10-06 Vincent PitIn App::Rgit::Repository::new, only make the directory...
2008-10-06 Vincent PitApp::Rgit::Command doesn't need App::Rgit::Repository...
2008-10-06 Vincent PitReally use the root in the Config constructor
2008-10-06 Vincent PitMove the fake root repository from the Command to the...
2008-10-06 Vincent PitDon't store the repos in the command, so that no search...
2008-10-06 Vincent Pitchdir to the working directory if possible, as commands...
2008-10-05 Vincent PitWe settled for 'with'
2008-10-05 Vincent PitThis is 0.02 v0.02
2008-10-05 Vincent PitTest caching of repositories in App::Rgit::Config:...
2008-10-05 Vincent PitDo the repository checks in the right order
2008-10-05 Vincent PitReally get rid of t/repos
2008-10-05 Vincent PitNoop
2008-10-05 Vincent PitMove root and git checks from App::Rgit::new to App...
2008-10-05 Vincent PitTest setting an action
2008-10-05 Vincent PitThroughly test App::Rgit::Command::action
2008-10-05 Vincent PitImprove the class delegation mechanism in App::Rgit...
2008-10-05 Vincent PitStore the repos as-is in the command object
2008-10-05 Vincent PitSet fallback command in App::Rgit::Command instead...
2008-10-05 Vincent PitIgnore Debian_CPANTS.txt
2008-10-05 Vincent PitSince we can't store our fake .git dirs in a git repo...
2008-10-05 Vincent PitImport rgit-0.01 v0.01