1. 08 Aug, 2013 1 commit
    • config: allow empty string as value · c57f6682
      `git_config_set_string(config, "config.section", "")` fails when
      escaping the value.
      
      The buffer in `escape_value` is allocated without NULL-termination. And
      in case of empty string 0 is passed for buffer size in `git_buf_grow`.
      
      `git_buf_detach` returns NULL when the allocated size is 0 and that
      leads to an error return in `GITERR_CHECK_ALLOC` called after
      `escape_value`
      
      The change in `config_file.c` was suggested by Russell Belfer <rb@github.com>
      Nikolai Vladimirov committed
  2. 06 Aug, 2013 2 commits
  3. 05 Aug, 2013 3 commits
  4. 31 Jul, 2013 2 commits
  5. 28 Jul, 2013 2 commits
  6. 27 Jul, 2013 1 commit
  7. 26 Jul, 2013 1 commit
  8. 25 Jul, 2013 2 commits
  9. 24 Jul, 2013 1 commit
  10. 23 Jul, 2013 4 commits
  11. 22 Jul, 2013 4 commits
  12. 19 Jul, 2013 7 commits
  13. 18 Jul, 2013 3 commits
  14. 17 Jul, 2013 3 commits
  15. 16 Jul, 2013 2 commits
  16. 15 Jul, 2013 2 commits