summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* New upstream version 1.325gregor herrmann2021-09-21
|\
| * Do not modify the 'init' option to test_repositoryPhilippe Bruhat (BooK)2021-06-01
* | New upstream version 1.324gregor herrmann2019-09-01
|\|
| * Reword an explanation about GIT_WORK_TREEPhilippe Bruhat (BooK)2019-07-24
| * Clarify how `work_tree` is computed in a newly created objectPhilippe Bruhat (BooK)2019-07-24
| * Fix typo in commentPhilippe Bruhat (BooK)2019-07-24
* | New upstream version 1.323gregor herrmann2018-11-26
|\|
| * Document what Git::Repository::Command does to the environmentPhilippe Bruhat (BooK)2018-04-20
| * Use the same format as git when producing git-like errorsPhilippe Bruhat (BooK)2018-04-20
| * Improve the names in the examples, following Aristotle's suggestionPhilippe Bruhat (BooK)2017-07-24
| * Move the note about whitespace in options to the Tutorial and expand itPhilippe Bruhat (BooK)2017-07-19
| * Add a note to the docs for run() regarding space-handling within git optionsronsavage2017-07-19
| * Document since which version of Git it's possible to clone a bundlePhilippe Bruhat (BooK)2016-10-13
| * Reduce the scope of "no strict 'refs'".E. Choroba2016-06-28
* | New upstream version 1.322Lucas Kanashiro2018-07-26
* | New upstream version 1.321Damyan Ivanov2017-10-25
* | Imported Upstream version 1.320Salvatore Bonaccorso2016-07-22
|\|
| * Rewrite final_output() using System::Command's loop_on()Philippe Bruhat (BooK)2016-06-03
* | Imported Upstream version 1.319Salvatore Bonaccorso2016-05-22
|\|
| * Make has_git() throw a warning when usedPhilippe Bruhat (BooK)2016-05-17
| * Tutorial entry "Initialize a test repository with a bundle"Philippe Bruhat (BooK)2016-04-10
| * Fix title and wording of the callback tutorial entryPhilippe Bruhat (BooK)2016-04-07
| * Update the 'Sort git versions' tutorial entry with Git::Version::ComparePhilippe Bruhat (BooK)2016-04-07
* | Imported Upstream version 1.318Salvatore Bonaccorso2016-04-29
|\|
| * Properly deal with versions that are references in the version_* methodsPhilippe Bruhat (BooK)2016-03-12
| * Add an AUTHOR section to the documentationPhilippe Bruhat (BooK)2016-02-23
| * Generate all the version_<op> methods, since they all have the same codePhilippe Bruhat (BooK)2016-02-15
| * Replace Git::Repository::Util with Git::Version::ComparePhilippe Bruhat (BooK)2016-02-15
| * Merge branch 'version-compare'Philippe Bruhat (BooK)2016-02-14
| |\
| | * Document that `git --version` appeared in Git 0.99.7Philippe Bruhat (BooK)2016-02-14
| | * Give some details about the actual comparisonPhilippe Bruhat (BooK)2016-02-14
| | * Add support for development versions before Git 1.4Philippe Bruhat (BooK)2016-02-14
| | * Simplify the code for comparing Git versionsPhilippe Bruhat (BooK)2016-02-14
| | * Rewrite all the version_... methods using Git::Repository::UtilPhilippe Bruhat (BooK)2016-02-12
| | * Isolate the version-computing code from Git::RepositoryPhilippe Bruhat (BooK)2016-02-12
| | * Remove _abs_path from the Git::Repository namespacePhilippe Bruhat (BooK)2016-02-12
| | * Extend version support to all existing versionPhilippe Bruhat (BooK)2016-02-12
| * | Fix libgit2 URLOlivier Mengué2016-02-14
* | | Imported Upstream version 1.317gregor herrmann2016-02-15
|\| |
| * | `git clone <dir1> <dir2>` fails with 1.7.0.rc1 <= version <= 1.7.0.2Philippe Bruhat (BooK)2016-02-13
| |/
| * Update copyright datesPhilippe Bruhat (BooK)2016-02-11
| * Add a library of Git utility functions, starting with cmp_gitPhilippe Bruhat (BooK)2016-01-05
| * Update PATH from options before looking for 'git'Philippe Bruhat (BooK)2016-01-03
| * Add a new type of cache key, when the PATH has non-absolute componentsPhilippe Bruhat (BooK)2016-01-02
| * Move in a function and refactor the code to find 'git' in the PATHPhilippe Bruhat (BooK)2016-01-02
| * Fix version comparison with 1.0.0a and 1.0.0b for Perl 5.6Philippe Bruhat (BooK)2015-12-30
| * Tutorial entry "Ignore the system and global configuration files"Philippe Bruhat (BooK)2015-12-08
| * spelling fixgregor herrmann2015-12-03
* | Imported Upstream version 1.316gregor herrmann2015-12-02
|\|
| * add an example about using callbacks in `$r->run`Philippe Bruhat (BooK)2015-09-23