An error occurred fetching the project authors.
  1. 21 Feb, 2016 1 commit
  2. 18 Aug, 2014 1 commit
    • Rafael Monnerat's avatar
      Move unstable software to unstable folder · b5bf0a97
      Rafael Monnerat authored
        All software releases which are consider unstable and not mantained were
       moved to "unstable" folder. This folder is aims to be the place for tests,
       experimentation, personal releases which are not updated or tested for long
       term support.
      b5bf0a97
  3. 05 Mar, 2013 1 commit
  4. 24 Aug, 2012 1 commit
  5. 16 Aug, 2012 1 commit
  6. 10 May, 2012 1 commit
    • Vincent Pelletier's avatar
      Stop using "git pull" and meaningless identity when updating. · 349522b6
      Vincent Pelletier authored
      We are never supposed to merge anything. We are supposed to just follow
      upstream. pull merges, so it's just the wrong tool.
      Instead, fetch and reset.
      It is not a problem to always reset, as user already cannot rely on
      repository's survival across updates: if there is any error reported by
      git command, the repository will be wiped out. So resetting will not do
      any more harm than what can already happen.
      Also, properly quote paths to protect against spaces (in both command and
      update-command).
      349522b6
  7. 20 Jun, 2011 7 commits