1. 28 Apr, 2015 1 commit
    • Fix some build warnings · 69f0032b
      In checkout.c and filter.c we were casting a sub struct
      to a parent struct which breaks the strict aliasing rules
      in C. However we can use .parent or .base to access the
      parent struct to avoid the build warnings.
      
      In remote.c the local variable error was not initialized
      or updated in some cases. For unintialized error a build
      warning will be generated. So always keep error variable
      up-to-date.
      Leo Yang committed
  2. 24 Apr, 2015 3 commits
  3. 23 Apr, 2015 18 commits
  4. 22 Apr, 2015 2 commits
  5. 21 Apr, 2015 7 commits
  6. 20 Apr, 2015 9 commits