aboutsummaryrefslogtreecommitdiffstats
path: root/tool/file2lastrev.rb
Commit message (Expand)AuthorAgeFilesLines
* Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada2019-09-071-0/+1
* Removed no longer used variableNobuyoshi Nakada2019-09-071-1/+0
* Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada2019-09-071-3/+4
* Fixed wrong method at 71f7b0421acNobuyoshi Nakada2019-09-071-1/+1
* Refined file2lastrev.rb optionsNobuyoshi Nakada2019-09-071-20/+30
* Put vcs .rb to under the lib direcotory.Hiroshi SHIBATA2019-07-151-1/+1
* Git branch name can contain `#{}` tooNobuyoshi Nakada2019-07-071-1/+2
* Unescape #{} in the last commit titleNobuyoshi Nakada2019-07-071-1/+2
* Revert RUBY_RELEASE_DATE to date onlyNobuyoshi Nakada2019-06-211-6/+1
* Use UTC for file2lastrev timezoneTakashi Kokubun2019-06-101-2/+2
* Make file2lastrev timezone consistent with git logTakashi Kokubun2019-06-101-4/+1
* Make RUBY_RELEASE_DATE full on developmentNobuyoshi Nakada2019-06-081-0/+11
* Default GIT external encoding to UTF-8 🤷‍♂️Nobuyoshi Nakada2019-06-031-0/+3
* Add --limit option and default it to 20Nobuyoshi Nakada2019-05-311-1/+5
* Define RUBY_FULL_REVISIONNobuyoshi Nakada2019-05-311-2/+3
* Make RUBY_REVISION full lengthNobuyoshi Nakada2019-05-221-1/+3
* Fix revision nameNobuyoshi Nakada2019-05-221-1/+1
* Migrate RUBY_VERSION/RUBY_DESCRIPTION to GitTakashi Kokubun2019-04-221-1/+1
* file2lastrev.rb: suppress_not_foundnobu2017-12-061-1/+2
* tool: add descriptions and fix typosnormal2016-07-021-0/+3
* * tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.sorah2015-12-241-4/+4
* file2lastrev.rb: format for modifiednobu2015-05-231-2/+4
* file2lastrev.rb: all ARGVnobu2015-05-231-27/+42
* version.c: last commit titlenobu2015-02-181-1/+4
* file2lastrev.rb: no ellipsis shorter namesnobu2015-01-171-1/+1
* file2lastrev.rb: limit branch namesnobu2015-01-171-1/+6
* version.h: include branch namenobu2015-01-171-2/+3
* tool/vcs.rb: no time.rbnobu2014-08-221-1/+6
* rbinstall.rb: spec date from VCSnobu2013-11-091-0/+3
* vcs.rb: splitnobu2013-11-091-101/+1
* * tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu2012-01-021-3/+10
* * tool/file2lastrev.rb: don't depend on pathname.rb if File.realpathakr2010-07-171-16/+23
* * tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind aboutnobu2010-04-161-2/+2
* * tool/file2lastrev.rb: use backtick for ruby 1.8.akr2010-04-151-1/+13
* * tool/file2lastrev.rb: this should run with ruby 1.8.naruse2010-04-151-1/+1
* * tool/file2lastrev.rb: make -q effective for files not versionakr2010-04-151-2/+7
* * tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr2010-04-021-1/+16
* * tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log cannobu2010-03-301-10/+0
* * tool/file2lastrev.rb (VCS#get_revisions): particular commands donobu2010-03-301-19/+15
* * tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions):nobu2010-03-141-5/+5
* * tool/file2lastrev.rb (VCS::GIT_SVN#get_revisions) :naruse2010-03-141-2/+2
* * tool/file2lastrev.rb: refactord. fixed changed revision of git.nobu2010-03-131-40/+76
* * tool/file2lastrev.rb: executable.nobu2009-09-011-0/+0
* * tool/file2lastrev.rb: get rid of global variables.nobu2009-06-301-12/+14
* * tool/file2lastrev.rb: RUBY_REVISION must be an integer.akr2009-01-151-1/+1
* * tool/file2lastrev.rb (get_revisions): fixes problem withyugui2009-01-131-3/+6
* * tool/flie2lastrev.rb: supports git repositories which are clonedyugui2009-01-011-1/+6
* * tool/file2lastrev.rb: unset PWD.nobu2008-12-311-1/+3
* * tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko12008-12-241-2/+2
* * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa2008-12-231-2/+2