summaryrefslogtreecommitdiff
path: root/tool/file2lastrev.rb
AgeCommit message (Expand)Author
2019-09-07Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada
2019-09-07Removed no longer used variableNobuyoshi Nakada
2019-09-07Assign to vcs in new_vcs block not to use rescue resultNobuyoshi Nakada
2019-09-07Fixed wrong method at 71f7b0421acNobuyoshi Nakada
2019-09-07Refined file2lastrev.rb optionsNobuyoshi Nakada
2019-07-15Put vcs .rb to under the lib direcotory.Hiroshi SHIBATA
2019-07-07Git branch name can contain `#{}` tooNobuyoshi Nakada
2019-07-07Unescape #{} in the last commit titleNobuyoshi Nakada
2019-06-21Revert RUBY_RELEASE_DATE to date onlyNobuyoshi Nakada
2019-06-10Use UTC for file2lastrev timezoneTakashi Kokubun
2019-06-10Make file2lastrev timezone consistent with git logTakashi Kokubun
2019-06-08Make RUBY_RELEASE_DATE full on developmentNobuyoshi Nakada
2019-06-03Default GIT external encoding to UTF-8 🤷‍♂️Nobuyoshi Nakada
2019-05-31Add --limit option and default it to 20Nobuyoshi Nakada
2019-05-31Define RUBY_FULL_REVISIONNobuyoshi Nakada
2019-05-22Make RUBY_REVISION full lengthNobuyoshi Nakada
2019-05-22Fix revision nameNobuyoshi Nakada
2019-04-22Migrate RUBY_VERSION/RUBY_DESCRIPTION to GitTakashi Kokubun
2017-12-06file2lastrev.rb: suppress_not_foundnobu
2016-07-02tool: add descriptions and fix typosnormal
2015-12-24* tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.sorah
2015-05-23file2lastrev.rb: format for modifiednobu
2015-05-23file2lastrev.rb: all ARGVnobu
2015-02-18version.c: last commit titlenobu
2015-01-17file2lastrev.rb: no ellipsis shorter namesnobu
2015-01-17file2lastrev.rb: limit branch namesnobu
2015-01-17version.h: include branch namenobu
2014-08-22tool/vcs.rb: no time.rbnobu
2013-11-09rbinstall.rb: spec date from VCSnobu
2013-11-09vcs.rb: splitnobu
2012-01-02* tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu
2010-07-17* tool/file2lastrev.rb: don't depend on pathname.rb if File.realpathakr
2010-04-16* tool/file2lastrev.rb (VCS::SVN::get_revisions.): remind aboutnobu
2010-04-15* tool/file2lastrev.rb: use backtick for ruby 1.8.akr
2010-04-15* tool/file2lastrev.rb: this should run with ruby 1.8.naruse
2010-04-15* tool/file2lastrev.rb: make -q effective for files not versionakr
2010-04-02* tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr
2010-03-30* tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log cannobu
2010-03-30* tool/file2lastrev.rb (VCS#get_revisions): particular commands donobu
2010-03-14* tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions):nobu
2010-03-14* tool/file2lastrev.rb (VCS::GIT_SVN#get_revisions) :naruse
2010-03-13* tool/file2lastrev.rb: refactord. fixed changed revision of git.nobu
2009-09-01* tool/file2lastrev.rb: executable.nobu
2009-06-30* tool/file2lastrev.rb: get rid of global variables.nobu
2009-01-15* tool/file2lastrev.rb: RUBY_REVISION must be an integer.akr
2009-01-13* tool/file2lastrev.rb (get_revisions): fixes problem withyugui
2009-01-01* tool/flie2lastrev.rb: supports git repositories which are clonedyugui
2008-12-31* tool/file2lastrev.rb: unset PWD.nobu
2008-12-24* tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko1
2008-12-23 * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa