1. 11 3月, 2011 2 次提交
  2. 10 3月, 2011 9 次提交
  3. 09 3月, 2011 5 次提交
  4. 05 3月, 2011 10 次提交
  5. 04 3月, 2011 1 次提交
  6. 03 3月, 2011 1 次提交
  7. 02 3月, 2011 1 次提交
  8. 01 3月, 2011 3 次提交
    • J
      Merge branch 'svn-fe' of git://repo.or.cz/git/jrn · f70f736b
      Junio C Hamano 提交于
      * 'svn-fe' of git://repo.or.cz/git/jrn: (31 commits)
        fast-import: make code "-Wpointer-arith" clean
        vcs-svn: teach line_buffer about temporary files
        vcs-svn: allow input from file descriptor
        vcs-svn: allow character-oriented input
        vcs-svn: add binary-safe read function
        t0081 (line-buffer): add buffering tests
        vcs-svn: tweak test-line-buffer to not assume line-oriented input
        tests: give vcs-svn/line_buffer its own test script
        vcs-svn: make test-line-buffer input format more flexible
        vcs-svn: teach line_buffer to handle multiple input files
        vcs-svn: collect line_buffer data in a struct
        vcs-svn: replace buffer_read_string memory pool with a strbuf
        vcs-svn: eliminate global byte_buffer
        fast-import: add 'ls' command
        vcs-svn: Allow change nodes for root of tree (/)
        vcs-svn: Implement Prop-delta handling
        vcs-svn: Sharpen parsing of property lines
        vcs-svn: Split off function for handling of individual properties
        vcs-svn: Make source easier to read on small screens
        vcs-svn: More dump format sanity checks
        ...
      f70f736b
    • J
      fast-import: make code "-Wpointer-arith" clean · 6288e3e1
      Jonathan Nieder 提交于
      The dereference() function to peel a tree-ish and find the underlying
      tree expects arithmetic to (void *) to work on byte addresses.  We
      should be reading the text of objects through a char * anyway.
      Noticed-by: NJunio C Hamano <gitster@pobox.com>
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      6288e3e1
    • J
      Start preparing release notes to 1.7.5 · afb0b793
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      afb0b793
  9. 28 2月, 2011 8 次提交