1. 18 Aug, 2011 2 commits
  2. 09 Aug, 2011 1 commit
  3. 08 Aug, 2011 1 commit
  4. 06 Aug, 2011 1 commit
  5. 25 Jul, 2011 1 commit
    • transport_local: fix cast warnings · ba1de1af
      home/kas/git/public/libgit2/src/transport_local.c: In function ‘cmp_refs’:
      /home/kas/git/public/libgit2/src/transport_local.c:19:22: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
      /home/kas/git/public/libgit2/src/transport_local.c:20:22: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
      
      Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
      Kirill A. Shutemov committed
  6. 05 Jul, 2011 1 commit
  7. 27 Jun, 2011 1 commit
    • Slim down git_transport · 0ac2726f
      Remove the unused repo and private pointers and make the direction a
      flag, as it can only have two states. Change the connect signature to
      use an int instead of git_net_direction and remove that enum.
      
      Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
      Carlos Martín Nieto committed
  8. 26 Jun, 2011 5 commits