10 Aug, 2012

7 commits


09 Aug, 2012

3 commits


08 Aug, 2012

4 commits


02 Aug, 2012

2 commits


31 Jul, 2012

2 commits


27 Jul, 2012

2 commits


26 Jul, 2012

7 commits


25 Jul, 2012

1 commit


24 Jul, 2012

5 commits


20 Jul, 2012

5 commits


18 Jul, 2012

2 commits

  • Shrikant Sharat
     
  • The directory names were being converted to urls and then compared to the
    contents of the record. The problem with this is there could be directories with
    extremely wierd names in there, not created by antigen. This could throw the
    dir->url conversion off.

    So, with this, the urls from the record are converted to directory names and are
    compared with the contents of repos/. Any directory unaccounted for will be
    converted to a repo url, solely for the purpose of displaying to the user. After
    confirmation, these directories are deleted, whether they represent a git clone
    or not.

    Shrikant Sharat