1. 06 7月, 2008 30 次提交
  2. 05 7月, 2008 1 次提交
  3. 04 7月, 2008 5 次提交
  4. 03 7月, 2008 4 次提交
    • J
      fast-export --export-marks: fix off by one error · 69913575
      Junio C Hamano 提交于
      The export_marks() function iterated over a (potentially sparsely
      populated) hashtable, but it accessed it starting from offset 1 and one
      element beyond the end.
      
      Noticed by SungHyun Nam.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      69913575
    • T
      git-send-email: Do not attempt to STARTTLS more than once · 6cbf8b00
      Thomas Rast 提交于
      With the previous TLS patch, send-email would attempt to STARTTLS at
      the beginning of every mail, despite reusing the last connection.  We
      simply skip further encryption checks after successful TLS initiation.
      Signed-off-by: NThomas Rast <trast@student.ethz.ch>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6cbf8b00
    • J
      Merge branch 'j6t/mingw' · bb1ab2db
      Junio C Hamano 提交于
      * j6t/mingw: (38 commits)
        compat/pread.c: Add a forward declaration to fix a warning
        Windows: Fix ntohl() related warnings about printf formatting
        Windows: TMP and TEMP environment variables specify a temporary directory.
        Windows: Make 'git help -a' work.
        Windows: Work around an oddity when a pipe with no reader is written to.
        Windows: Make the pager work.
        When installing, be prepared that template_dir may be relative.
        Windows: Use a relative default template_dir and ETC_GITCONFIG
        Windows: Compute the fallback for exec_path from the program invocation.
        Turn builtin_exec_path into a function.
        Windows: Use a customized struct stat that also has the st_blocks member.
        Windows: Add a custom implementation for utime().
        Windows: Add a new lstat and fstat implementation based on Win32 API.
        Windows: Implement a custom spawnve().
        Windows: Implement wrappers for gethostbyname(), socket(), and connect().
        Windows: Work around incompatible sort and find.
        Windows: Implement asynchronous functions as threads.
        Windows: Disambiguate DOS style paths from SSH URLs.
        Windows: A rudimentary poll() emulation.
        Windows: Implement start_command().
        ...
      bb1ab2db
    • J
      Merge branch 'maint' · 7d3580d7
      Junio C Hamano 提交于
      * maint:
        Fix describe --tags --long so it does not segfault
      7d3580d7