1. 01 Oct, 2013 2 commits
  2. 27 Sep, 2013 2 commits
  3. 25 Sep, 2013 11 commits
  4. 24 Sep, 2013 19 commits
  5. 23 Sep, 2013 1 commit
    • Remove regex usage from places that don't need it · 106c12f1
      In revwalk, we are doing a very simple check to see if a string
      contains wildcard characters, so a full regular expression match
      is not needed.
      
      In remote listing, now that we have git_config_foreach_match with
      full regular expression matching, we can take advantage of that
      and eliminate the regex here, replacing it with much simpler string
      manipulation.
      Russell Belfer committed
  6. 22 Sep, 2013 3 commits
  7. 21 Sep, 2013 1 commit
  8. 20 Sep, 2013 1 commit