| Commit message (Expand) | Author | Age | Files | Lines |
* | scm: mercurial: git: save parents in creating changesets (#10470) | Toshi MARUYAMA | 2012-04-03 | 1 | -6/+3 |
* | scm: git: use Changeset#create and Changeset#create_change as same with Subve... | Toshi MARUYAMA | 2012-03-29 | 1 | -13/+8 |
* | scm: git: add the comment of the reason to scan database in fetching every ti... | Toshi MARUYAMA | 2012-03-29 | 1 | -0/+14 |
* | scm: git: fix typo in fetching revisions comment. | Toshi MARUYAMA | 2012-03-29 | 1 | -1/+1 |
* | scm: git: fix model source indents (#10470) | Toshi MARUYAMA | 2012-03-28 | 1 | -41/+41 |
* | scm: git: process new git revisions all at once rather than per branch (#10470) | Toshi MARUYAMA | 2012-03-28 | 1 | -35/+22 |
* | remove trailing white-space from app/models/repository/git.rb | Toshi MARUYAMA | 2012-03-07 | 1 | -2/+2 |
* | scm: git: performance improvements in fetching revisions (#8857, #9472) | Toshi MARUYAMA | 2012-03-07 | 1 | -29/+61 |
* | scm: git: reduce saving heads times in fetching revisions (#8857, #9472) | Toshi MARUYAMA | 2012-03-07 | 1 | -3/+15 |
* | scm: git: backout r8839 (#8857) | Toshi MARUYAMA | 2012-03-07 | 1 | -39/+28 |
* | scm: git: backout r8840 (#8857, #9472) | Toshi MARUYAMA | 2012-03-07 | 1 | -7/+2 |
* | Rails3: scm: git: use .to_s for overriding human_attribute_name parameter | Toshi MARUYAMA | 2012-02-24 | 1 | -1/+1 |
* | scm: git: reduce saving heads times in fetching revisions (#8857, #9472) | Toshi MARUYAMA | 2012-02-11 | 1 | -2/+7 |
* | scm: git: call "git log" only once instead of per branch in fetching revision... | Toshi MARUYAMA | 2012-02-11 | 1 | -28/+39 |
* | scm: git: raise exception if "git log" is error and block is given in lib rev... | Toshi MARUYAMA | 2012-02-10 | 1 | -12/+16 |
* | scm: git: add model method to get heads from extra_info branches hash (#8857) | Toshi MARUYAMA | 2012-02-09 | 1 | -0/+7 |
* | scm: git: split fetch_changesets method | Toshi MARUYAMA | 2012-02-08 | 1 | -0/+5 |
* | human_attribute_name accepts optional argument. | Jean-Philippe Lang | 2011-12-18 | 1 | -2/+2 |
* | scm: model: git: set revision graph support true (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -0/+4 |
* | scm: git: model: save parent/child relation for changesets (#5501) | Toshi MARUYAMA | 2011-11-03 | 1 | -1/+6 |
* | scm: git: fix typo of comments about fetching revisions (#9472) | Toshi MARUYAMA | 2011-10-27 | 1 | -1/+1 |
* | scm: git: recovery and improve comments of fetching from 1.1 about harmful in... | Toshi MARUYAMA | 2011-10-27 | 1 | -0/+11 |
* | scm: git: return saved revision at model "save_revision" (#5501) | Toshi MARUYAMA | 2011-10-25 | 1 | -0/+1 |
* | scm: git: use to_s for branches at model (#5501) | Toshi MARUYAMA | 2011-10-25 | 1 | -1/+2 |
* | scm: git: catch exception in model default_branch() (#8458, #6713). | Toshi MARUYAMA | 2011-07-10 | 1 | -0/+3 |
* | scm: return nil at model default_branch and override at git model (#8458, #67... | Toshi MARUYAMA | 2011-06-30 | 1 | -0/+4 |
* | scm: git: brush up model fetch_changesets() comment. | Toshi MARUYAMA | 2011-05-19 | 1 | -5/+6 |
* | scm: git: use hash#dup for extra_info in model fetch_changesets(). | Toshi MARUYAMA | 2011-05-19 | 1 | -1/+2 |
* | scm: git: set revisions ordering inconsistent in existing database (#5357). | Toshi MARUYAMA | 2011-05-19 | 1 | -1/+11 |
* | scm: git: fix fetching 7 days problem (#7146, #6013). | Toshi MARUYAMA | 2011-05-13 | 1 | -29/+16 |
* | scm: git: show only filename and filesize if setting of reporting last commit... | Toshi MARUYAMA | 2011-05-13 | 1 | -0/+4 |
* | scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047). | Toshi MARUYAMA | 2011-05-13 | 1 | -1/+4 |
* | scm: git: code clean up model. | Toshi MARUYAMA | 2011-05-12 | 1 | -8/+9 |
* | scm: git: change model report_last_commit() name to extra_report_last_commit(... | Toshi MARUYAMA | 2011-05-06 | 1 | -2/+2 |
* | scm: git: use the model value of whether reporting last commit in repository ... | Toshi MARUYAMA | 2011-05-05 | 1 | -1/+3 |
* | scm: git: add the model method whether reporting last commit in repository tr... | Toshi MARUYAMA | 2011-05-05 | 1 | -0/+4 |
* | scm: git: override entries() in model for browsing tree performance (#7047). | Toshi MARUYAMA | 2011-05-05 | 1 | -0/+4 |
* | scm: git: fix indent in model. | Toshi MARUYAMA | 2011-05-05 | 1 | -1/+1 |
* | scm: git: add comments of revision order in fetch_changesets(). | Toshi MARUYAMA | 2011-05-04 | 1 | -0/+15 |
* | scm: git: rearrange fetch_changesets() comment. | Toshi MARUYAMA | 2011-05-04 | 1 | -3/+7 |
* | scm: git: refactor saving a revision in model. | Toshi MARUYAMA | 2011-05-04 | 1 | -13/+18 |
* | scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa... | Toshi MARUYAMA | 2011-04-23 | 1 | -4/+5 |
* | scm: set supporting directory revisions or not at scm level. | Toshi MARUYAMA | 2011-03-16 | 1 | -0/+4 |
* | scm: git: insert revisions to database with reverse commit order (#7821, #5357). | Toshi MARUYAMA | 2011-03-10 | 1 | -1/+1 |
* | scm: add scm specific human_attribute_name for input validation. | Toshi MARUYAMA | 2011-03-01 | 1 | -0/+7 |
* | scm: git: use --encoding=UTF-8 in "git log" (#3396). | Toshi MARUYAMA | 2011-02-28 | 1 | -0/+4 |
* | scm: git: move saving changesets from adapter to model (#3396). | Toshi MARUYAMA | 2011-02-28 | 1 | -1/+22 |
* | scm: git: implement find_changeset_by_name (#7047). | Toshi MARUYAMA | 2011-02-16 | 1 | -0/+7 |
* | scm: add scm command and version methods at repository models (#4273). | Toshi MARUYAMA | 2011-02-14 | 1 | -2/+2 |
* | Changing revision label and identifier at SCM adapter level (#3724, #6092) | Toshi MARUYAMA | 2011-01-02 | 1 | -0/+10 |