BigW Consortium Gitlab

  1. 18 Nov, 2014 3 commits
  2. 06 Nov, 2014 2 commits
  3. 05 Nov, 2014 2 commits
  4. 31 Oct, 2014 1 commit
  5. 21 Oct, 2014 1 commit
  6. 03 Oct, 2014 1 commit
  7. 04 Sep, 2014 1 commit
  8. 11 Aug, 2014 1 commit
  9. 21 Mar, 2014 2 commits
  10. 20 Mar, 2014 2 commits
  11. 14 Mar, 2014 1 commit
  12. 16 Dec, 2013 1 commit
    • Fix HTTP push to public repos · 843548cc
      Thomas Guyot-Sionnest authored
      When doing an HTTP push, git (as of v1.7.9) first do an info/refs
      request, and only if this request requires authentication it asks the
      user for its password and authenticates further requests.
      
      The initial request normally clears without auth on public repos as it
      doesn't update any ref. This patch forces every git-receive-pack
      requests to provide authentication.
  13. 10 Dec, 2013 1 commit
  14. 09 Dec, 2013 1 commit
  15. 27 Nov, 2013 1 commit
  16. 22 Nov, 2013 2 commits
  17. 20 Nov, 2013 2 commits
  18. 01 Nov, 2013 2 commits
  19. 31 Oct, 2013 1 commit
  20. 29 Oct, 2013 1 commit
  21. 24 Oct, 2013 1 commit
  22. 02 Sep, 2013 2 commits
  23. 26 Aug, 2013 1 commit
  24. 15 Aug, 2013 1 commit
  25. 29 Jul, 2013 1 commit
  26. 18 Jul, 2013 1 commit
  27. 16 Jul, 2013 3 commits
  28. 06 Jul, 2013 1 commit
    • fix bug when project named: mediawiki · 2c7b0d5a
      wuweixin authored
      mediawiki.wiki.git
      mediawiki.git
      
      /.wiki$/ match awiki, so when your project named mediawiki
      it will be find project named: "medi"
      
      use /\.wiki$/ fix this bug