1. 18 Aug, 2014 1 commit
  2. 16 Aug, 2014 1 commit
  3. 15 Aug, 2014 9 commits
  4. 14 Aug, 2014 4 commits
  5. 13 Aug, 2014 4 commits
  6. 09 Aug, 2014 2 commits
    • Merge pull request #2509 from libgit2/cmn/immediate-multiline · 59403f1f
      config: a multiline var can start immediately
      Vicent Marti committed
    • config: a multiline var can start immediately · 9dac1f95
      In the check for multiline, we traverse the backslashes from the end
      backwards and int the end assert that we haven't gone past the beginning
      of the line. We make sure of this in the loop condition, but we also
      check in the return value.
      
      However, for certain configurations, a line in a multiline variable
      might be empty to aid formatting. In that case, 'end' == 'start', since
      we ended up looking at the first char which made it a multiline.
      
      There is no need for the (end > start) check in the return, since the
      loop guarantees we won't go further back than the first char in the
      line, and we do accept the first char to be the final backslash.
      
      This fixes #2483.
      Carlos Martín Nieto committed
  7. 08 Aug, 2014 3 commits
  8. 07 Aug, 2014 1 commit
  9. 05 Aug, 2014 10 commits
  10. 25 Jul, 2014 2 commits
  11. 24 Jul, 2014 1 commit
  12. 23 Jul, 2014 2 commits