1. 07 5月, 2009 9 次提交
  2. 06 5月, 2009 16 次提交
  3. 04 5月, 2009 12 次提交
  4. 02 5月, 2009 3 次提交
    • J
      GIT 1.6.3-rc4 · 503f4640
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      503f4640
    • N
      honor repack.usedeltabaseoffset when fetching packs · f04833ef
      Nicolas Pitre 提交于
      If the local receiving repository has disabled the use of delta base
      offset, for example to retain compatibility with older versions of
      Git that predate OFS_DELTA, we shouldn't ask for ofs-delta support
      when we obtain a pack from the remote server.
      
      [ issue noticed by Shawn Pearce ]
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f04833ef
    • J
      Merge git://repo.or.cz/git-gui · a8816e7b
      Junio C Hamano 提交于
      * git://repo.or.cz/git-gui:
        git-gui: Fixes for Mac OS X TkAqua
        git-gui: Update Russian translation
        git-gui: run post-checkout hook after clone
        git-gui: Ensure consistent usage of mergetool.keepBackup
        git-gui: fix use of undeclared variable diff_empty_count
        git-gui (Win): make starting via "Git GUI Here" on .git/ possible
        git-gui (Win): make "Explore Working Copy" more robust
        git-gui: run post-checkout hook on checkout
        git-gui: When calling post-commit hook wrong variable was cleared.
        git-gui: use `git --html-path` to get the location of installed HTML docs
        git-gui: fix deleting from the context menu with empty selection
        git-gui: minor spelling fix and string factorisation.
        git-gui: various French translation fixes
        git-gui: Fix merge conflict display error when filename contains spaces
        git-gui: don't hide the Browse button when resizing the repo chooser
        Append ampersand to "Target" of lnk files created by do_cygwin_shortcut
        git-gui: Support more git version notations.
        git-gui: Avoid an infinite rescan loop in handle_empty_diff.
        git-gui: Fix post-commit status with subject in non-locale encoding
      a8816e7b