]> git.vpit.fr Git - perl/modules/rgit.git/history
perl/modules/rgit.git
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 master
2013-08-24 Vincent PitSwitch qw delimiters to <>
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitMake sure the POD headings are linkable
2013-08-23 Vincent PitNo tabs please
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-22 Vincent PitQuote version numbers in Makefile.PL
2013-08-22 Vincent PitEncode the README file in UTF-8
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate author tests
2013-08-07 Vincent PitIgnore MYMETA files
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2010-03-05 Vincent PitThis is 0.08 v0.08
2010-03-05 Vincent PitOnly apply abs_path() to paths that are either relative...
2010-02-24 Vincent PitThis is 0.07 v0.07
2010-02-24 Vincent PitSet the 'git' option when we test for the 'root'
2010-02-24 Vincent PitFix constant resolution on 5.8
2010-02-24 Vincent PitMake App::Rgit::Config->new discover the root directory...
2010-02-24 Vincent PitMake App::Rgit::Config->new discover the git executable...
2010-02-24 Vincent PitPOD formatting
2010-02-24 Vincent PitMake sure we chdir to the original directory at the...
2010-02-24 Vincent PitYet less namespace pollution
2010-02-24 Vincent PitLess namespace pollution
2010-02-24 Vincent PitAlways canonify the root, the git path and the repo...
2010-02-24 Vincent PitMake the path to the git executable absolute in App...
2010-02-24 Vincent PitBump copyright year
2010-02-24 Vincent PitA 'CHECK' label is no longer accepter in 5.11
2010-02-24 Vincent PitComplete build_requires
2010-02-24 Vincent PitClarify "skipping repositories under repositories"
2010-02-24 Vincent PitRevamp t/92-pod-coverage.t
2010-02-24 Vincent PitRevamp t/20-each.t
2010-02-24 Vincent PitRevamp t/21-once.t
2010-02-24 Vincent PitRevamp t/16-levels.t
2010-02-24 Vincent PitRevamp t/15-failures.t
2010-02-24 Vincent PitTest loading all modules
2010-02-24 Vincent PitFix checking objects and HEAD
2010-02-23 Vincent PitSimplify repository check
2010-02-23 Vincent PitStop looking for repositories inside repositories
2010-02-23 Vincent PitDon't chdir() when searching for git repositories
2010-02-23 Vincent PitReplace croak() by Carp::confess()
2010-02-23 Vincent PitGet rid of validate()
2010-02-22 Vincent PitRemove trailing whitespace
2010-02-22 Vincent PitDon't depend on Object::Tiny anymore
2010-02-22 Vincent PitMove policies to a new App::Rgit::Policy class layout
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-08-16 Vincent Pitbase.pm is also a dependency
2009-07-06 Vincent PitGet rid of t/90-boilerplate.t
2009-05-21 Vincent PitSpelling
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
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...
next