aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Local
Commit message (Expand)AuthorAgeFilesLines
* For git rev strings in the API, trim leading and trailing whitespaceSteve McIntyre2023-09-281-0/+19
* smart-change: Add new --modified and --commit optionsGuillem Jover2019-04-041-0/+32
* Perl::Local::VCS_git: Fix an off-by-one error in next_revision()Guillem Jover2019-04-031-1/+1
* remove Perl libraries related to CVS, not needed anymoreLaura Arjona Reina2019-04-022-1058/+0
* YA attempt to fix up our list of git hashes for the webwml repoSteve McIntyre2018-06-121-52/+27
* Tweak debug codeSteve McIntyre2018-06-101-2/+2
* YA fix for the "git log" parsingSteve McIntyre2018-06-081-16/+54
* Change git log command line used for extracting commit hashesSteve McIntyre2018-06-061-3/+3
* If we don't find a rev, return undef properlySteve McIntyre2018-06-061-1/+2
* Print errors to STDERRSteve McIntyre2018-06-061-5/+5
* Move locking into the cache build utilitySteve McIntyre2018-06-061-23/+9
* Add support for a simple on-disk cache of git revsSteve McIntyre2018-06-051-68/+229
* Fix up chained new() callsSteve McIntyre2018-06-051-0/+2
* Improve performance more with a cached repoSteve McIntyre2018-06-011-0/+6
* Cope with being called from directories other than the webwml rootSteve McIntyre2018-05-311-65/+310
* Deal with working in subdirectories when using file_infoSteve McIntyre2018-05-311-3/+12
* Add get_newest_revision() and test harness code for itSteve McIntyre2018-05-312-0/+53
* Fix ordering of count_changes() properlySteve McIntyre2018-05-311-1/+1
* Major updates to perl scriptsSteve McIntyre2018-05-304-515/+722
* Remove unused Gitinfo.pm fileSteve McIntyre2018-05-301-379/+0
* we don't need git checkouts, we can use git show <hash>:<pathname> to get the...Laura Arjona Reina2017-11-071-16/+6
* Initial replace cvs -> git in variable names and comments (when possible). Al...Laura Arjona Reina2017-11-071-25/+25
* vcs_get_file function converted to use git checkouts, needs review and testLaura Arjona Reina2017-11-071-23/+16
* Initial conversion of vcs_get_diff into git log format. It needs workLaura Arjona Reina2017-11-071-11/+12
* vcs_get_log function converted into git and hashes, needs review and testLaura Arjona Reina2017-11-071-15/+14
* Remove references to Subversion in commentsLaura Arjona Reina2017-11-071-3/+3
* Update the #FIXME comment in vcs_count_changes function: "#FIXME: converted i...Laura Arjona Reina2017-11-071-1/+1
* initial conversion of function vcs_count_changes into git: use git rev-list -...Laura Arjona Reina2017-11-071-22/+20
* Add "# FIXME: this needs to be "translated" into git and hashes" comment line...Laura Arjona Reina2017-11-071-0/+13
* Remove Subversion functions that were experimental and are not usedLaura Arjona Reina2017-11-071-248/+0
* Replace cvs -> git in documentation or other places where no further work was...Laura Arjona Reina2017-11-071-27/+27
* Search and replace VCS_CVS -> VCS_git and Cvsinfo -> GitinfoLaura Arjona Reina2017-11-071-8/+8
* Add copies of the CVS scripts to compare revisions. They need to evolve to us...Laura Arjona Reina2017-11-072-0/+1177
* Perl 5.21 added a new warning when too many arguments are passed to sprintf.Tobias Quathamer2017-06-062-4/+2
* Add a quiet option for non existing filesDavid Prévot2011-05-031-1/+4
* Add optional argument to read_file() that sepcifies the encoding the file isBas Zoetekouw2008-12-191-1/+10
* Apply the skip_pat of vcs_path_info() to the _relative_ filenameBas Zoetekouw2008-12-191-3/+3
* Fix small bug in which n/a was not recognised as a valid revision numberBas Zoetekouw2008-12-151-1/+3
* VCS_CVS: implement skip_pat for vcs_path_infoBas Zoetekouw2008-12-121-3/+6
* Make git the deafult fallback if CVS is not detectedBas Zoetekouw2008-10-051-9/+4
* Move read_file() to Local::Util.Bas Zoetekouw2008-09-301-1/+27
* - Introduce Local::Util to contain useful utility functions.Bas Zoetekouw2008-09-301-0/+66
* Minor changesBas Zoetekouw2008-09-291-3/+5
* Fix importing from Local::VCS_*Bas Zoetekouw2008-09-291-11/+42
* abstraction layer for VCS specific functionsRhonda D'Vine2008-09-291-0/+16
* add vcs_get_file() to VCS_CVS.pmBas Zoetekouw2008-09-241-56/+57
* Add a vcs_get_diff() funtion to VCS_CVS.pmBas Zoetekouw2008-09-221-2/+70
* Rename vcs_log_info() to vcs_get_log().Bas Zoetekouw2008-09-221-4/+4
* Added a function to fetch the log of a file to VCS_CVS.pmBas Zoetekouw2008-09-211-0/+69
* Added funtions to ftech VCS info about a single file, and a function to countBas Zoetekouw2008-09-211-150/+96

© 2014-2024 Faster IT GmbH | imprint | privacy policy