1. 06 2月, 2010 1 次提交
  2. 30 1月, 2010 2 次提交
  3. 29 1月, 2010 1 次提交
  4. 25 1月, 2010 1 次提交
    • J
      Merge branch 'maint' of git://git.spearce.org/git-gui into maint · b30ccd75
      Junio C Hamano 提交于
      * 'maint' of git://git.spearce.org/git-gui:
        git-gui: work from the .git dir
        git-gui: Fix applying a line when all following lines are deletions
        git-gui: Correct file_states when unstaging partly staged entry
        git-gui: Fix gitk for branch whose name matches local file
        git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync
        git-gui: handle really long error messages in updateindex.
        git-gui: Add hotkeys for "Unstage from commit" and "Revert changes"
        git-gui: Makefile: consolidate .FORCE-* targets
      b30ccd75
  5. 24 1月, 2010 6 次提交
  6. 23 1月, 2010 1 次提交
    • J
      ignore duplicated slashes in make_relative_path() · 288123f0
      Junio C Hamano 提交于
      The function takes two paths, an early part of abs is supposed to match
      base; otherwise abs is not a path under base and the function returns the
      full path of abs.  The caller can easily confuse the implementation by
      giving duplicated and needless slashes in these path arguments.
      
      Credit for test script, motivation and initial patch goes to Thomas Rast.
      A follow-up fix (squashed) is by Hannes.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      288123f0
  7. 22 1月, 2010 3 次提交
  8. 21 1月, 2010 12 次提交
  9. 20 1月, 2010 2 次提交
  10. 19 1月, 2010 9 次提交
    • J
      Merge branch 'maint-1.6.4' into maint-1.6.5 · 03c6e97f
      Junio C Hamano 提交于
      * maint-1.6.4:
        Fix mis-backport of t7002
        base85: Make the code more obvious instead of explaining the non-obvious
        base85: encode_85() does not use the decode table
        base85 debug code: Fix length byte calculation
        checkout -m: do not try to fall back to --merge from an unborn branch
        branch: die explicitly why when calling "git branch [-a|-r] branchname".
        textconv: stop leaking file descriptors
        commit: --cleanup is a message option
        git count-objects: handle packs bigger than 4G
        t7102: make the test fail if one of its check fails
      03c6e97f
    • J
      Merge branch 'maint-1.6.3' into maint-1.6.4 · 814035c1
      Junio C Hamano 提交于
      * maint-1.6.3:
        base85: Make the code more obvious instead of explaining the non-obvious
        base85: encode_85() does not use the decode table
        base85 debug code: Fix length byte calculation
        checkout -m: do not try to fall back to --merge from an unborn branch
        branch: die explicitly why when calling "git branch [-a|-r] branchname".
        textconv: stop leaking file descriptors
        commit: --cleanup is a message option
        git count-objects: handle packs bigger than 4G
        t7102: make the test fail if one of its check fails
      
      Conflicts:
      	builtin-commit.c
      814035c1
    • J
      Merge branch 'maint-1.6.2' into maint-1.6.3 · 011c181c
      Junio C Hamano 提交于
      * maint-1.6.2:
        base85: Make the code more obvious instead of explaining the non-obvious
        base85: encode_85() does not use the decode table
        base85 debug code: Fix length byte calculation
        checkout -m: do not try to fall back to --merge from an unborn branch
        branch: die explicitly why when calling "git branch [-a|-r] branchname".
        textconv: stop leaking file descriptors
        commit: --cleanup is a message option
        git count-objects: handle packs bigger than 4G
        t7102: make the test fail if one of its check fails
      
      Conflicts:
      	diff.c
      011c181c
    • J
      Merge commit 'v1.6.4.4-8-g8de65185' into maint-1.6.4 · 18d97f5f
      Junio C Hamano 提交于
      * commit 'v1.6.4.4-8-g8de65185':
        Fix mis-backport of t7002
      18d97f5f
    • J
      Fix mis-backport of t7002 · 8de65185
      Junio C Hamano 提交于
      The original patch that became cfe370c6 (grep: do not segfault when -f is
      used, 2009-10-16), was made against "maint" or newer branch back then, but
      the fix addressed the issue that was present as far as in 1.6.4 series.
      
      The maintainer backported the patch to the 1.6.4 maintenance branch, but
      failed to notice that the new tests assumed the setup done by the script
      in "maint", which did quite a lot more than the same test script in 1.6.4
      series, and the output didn't match the expected result.
      
      This should fix it.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      8de65185
    • J
      Update draft release notes to 1.6.6.1 · 6f9752d2
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6f9752d2
    • J
      Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint · 6304c406
      Junio C Hamano 提交于
      * dp/maint-1.6.5-fast-import-non-commit-tag:
        fast-import: tag may point to any object type
      6304c406
    • J
      Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint · 7d0dafe3
      Junio C Hamano 提交于
      * jm/maint-1.6.5-grep-NUL-terminate:
        grep: NUL terminate input from a file
      7d0dafe3
    • J
      grep: NUL terminate input from a file · 34f39992
      Jim Meyering 提交于
      Internally "git grep" runs regexec(3) that expects its input string
      to be NUL terminated.  When searching inside blob data, read_sha1_file()
      automatically gives such a buffer, but builtin-grep.c forgot to put
      the NUL at the end, even though it allocated enough space for it.
      Signed-off-by: NJim Meyering <meyering@redhat.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      34f39992
  11. 16 1月, 2010 1 次提交
  12. 15 1月, 2010 1 次提交