summaryrefslogtreecommitdiffstats
path: root/app/models/repository/git.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: git: catch exception in model default_branch() (#8458, #6713).Toshi MARUYAMA2011-07-101-0/+3
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-301-0/+4
* scm: git: brush up model fetch_changesets() comment.Toshi MARUYAMA2011-05-191-5/+6
* scm: git: use hash#dup for extra_info in model fetch_changesets().Toshi MARUYAMA2011-05-191-1/+2
* scm: git: set revisions ordering inconsistent in existing database (#5357).Toshi MARUYAMA2011-05-191-1/+11
* scm: git: fix fetching 7 days problem (#7146, #6013).Toshi MARUYAMA2011-05-131-29/+16
* scm: git: show only filename and filesize if setting of reporting last commit...Toshi MARUYAMA2011-05-131-0/+4
* scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+4
* scm: git: code clean up model.Toshi MARUYAMA2011-05-121-8/+9
* scm: git: change model report_last_commit() name to extra_report_last_commit(...Toshi MARUYAMA2011-05-061-2/+2
* scm: git: use the model value of whether reporting last commit in repository ...Toshi MARUYAMA2011-05-051-1/+3
* scm: git: add the model method whether reporting last commit in repository tr...Toshi MARUYAMA2011-05-051-0/+4
* scm: git: override entries() in model for browsing tree performance (#7047).Toshi MARUYAMA2011-05-051-0/+4
* scm: git: fix indent in model.Toshi MARUYAMA2011-05-051-1/+1
* scm: git: add comments of revision order in fetch_changesets().Toshi MARUYAMA2011-05-041-0/+15
* scm: git: rearrange fetch_changesets() comment.Toshi MARUYAMA2011-05-041-3/+7
* scm: git: refactor saving a revision in model.Toshi MARUYAMA2011-05-041-13/+18
* scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa...Toshi MARUYAMA2011-04-231-4/+5
* scm: set supporting directory revisions or not at scm level.Toshi MARUYAMA2011-03-161-0/+4
* scm: git: insert revisions to database with reverse commit order (#7821, #5357).Toshi MARUYAMA2011-03-101-1/+1
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-011-0/+7
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-0/+4
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-1/+22
* scm: git: implement find_changeset_by_name (#7047).Toshi MARUYAMA2011-02-161-0/+7
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-141-2/+2
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+10
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-9/+12
* SCM:Jean-Philippe Lang2009-08-171-10/+0
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-33/+50
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-2/+3
* Eager-load users.Jean-Philippe Lang2008-11-111-1/+1
* Check that git changeset is not in the database before creating it (#1419).Jean-Philippe Lang2008-10-251-14/+16
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-4/+2
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-0/+70