1. 24 Sep, 2013 12 commits
  2. 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
  3. 22 Sep, 2013 3 commits
  4. 21 Sep, 2013 1 commit
  5. 20 Sep, 2013 3 commits
  6. 19 Sep, 2013 3 commits
  7. 18 Sep, 2013 4 commits
  8. 17 Sep, 2013 13 commits