1. 23 6月, 2010 9 次提交
  2. 22 6月, 2010 7 次提交
  3. 21 6月, 2010 24 次提交
    • J
      Merge branch 'js/maint-receive-pack-symref-alias' · 6df2ffae
      Junio C Hamano 提交于
      * js/maint-receive-pack-symref-alias:
      6df2ffae
    • J
      Merge branch 'cc/maint-commit-reflog-msg' · 6cd52edb
      Junio C Hamano 提交于
      * cc/maint-commit-reflog-msg:
        commit: use value of GIT_REFLOG_ACTION env variable as reflog message
      6cd52edb
    • J
      Merge branch 'ic/maint-rebase-i-abort' · 9cb16a92
      Junio C Hamano 提交于
      * ic/maint-rebase-i-abort:
        rebase -i: Abort cleanly if new base cannot be checked out
      9cb16a92
    • J
      Merge branch 'jk/maint-advice-empty-amend' · 542ed782
      Junio C Hamano 提交于
      * jk/maint-advice-empty-amend:
        commit: give advice on empty amend
      542ed782
    • J
      Merge branch 'eb/core-eol' · d5cff17e
      Junio C Hamano 提交于
      * eb/core-eol:
        Add "core.eol" config variable
        Rename the "crlf" attribute "text"
        Add per-repository eol normalization
        Add tests for per-repository eol normalization
      
      Conflicts:
      	Documentation/config.txt
      	Makefile
      d5cff17e
    • J
      Merge branch 'fg/autocrlf' · d249515f
      Junio C Hamano 提交于
      * fg/autocrlf:
        autocrlf: Make it work also for un-normalized repositories
      d249515f
    • J
      Merge branch 'sm/branch-broken-ref' · 1623191b
      Junio C Hamano 提交于
      * sm/branch-broken-ref:
        branch: don't fail listing branches if one of the commits wasn't found
        branch: exit status now reflects if branch listing finds an error
      1623191b
    • J
      Merge branch 'rr/parse-date-refactor' · 8718e875
      Junio C Hamano 提交于
      * rr/parse-date-refactor:
        Refactor parse_date for approxidate functions
      8718e875
    • J
      Merge branch 'jn/document-rebase-i-p-limitation' · d4f8f74b
      Junio C Hamano 提交于
      * jn/document-rebase-i-p-limitation:
        rebase -i -p: document shortcomings
      d4f8f74b
    • J
      Merge branch 'tc/commit-abbrev-fix' · 1a5296cb
      Junio C Hamano 提交于
      * tc/commit-abbrev-fix:
        commit::print_summary(): don't use format_commit_message()
        t7502-commit: add summary output tests for empty and merge commits
        t7502-commit: add tests for summary output
      1a5296cb
    • J
      Merge branch 'tr/receive-pack-aliased-update-fix' · cecff3a4
      Junio C Hamano 提交于
      * tr/receive-pack-aliased-update-fix:
        check_aliased_update: strcpy() instead of strcat() to copy
      cecff3a4
    • J
      Merge branch 'gs/usage-to-stdout' · 632d3f4b
      Junio C Hamano 提交于
      * gs/usage-to-stdout:
        parseopt: wrap rev-parse --parseopt usage for eval consumption
        print the usage string on stdout instead of stderr
      
      Conflicts:
      	parse-options.h
      632d3f4b
    • J
      Merge branch 'js/async-thread' · 76265501
      Junio C Hamano 提交于
      * js/async-thread:
        fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f4)
        Enable threaded async procedures whenever pthreads is available
        Dying in an async procedure should only exit the thread, not the process.
        Reimplement async procedures using pthreads
        Windows: more pthreads functions
        Fix signature of fcntl() compatibility dummy
        Make report() from usage.c public as vreportf() and use it.
        Modernize t5530-upload-pack-error.
      
      Conflicts:
      	http-backend.c
      76265501
    • J
      Merge branch 'gv/portable' · 8d676d85
      Junio C Hamano 提交于
      * gv/portable:
        test-lib: use DIFF definition from GIT-BUILD-OPTIONS
        build: propagate $DIFF to scripts
        Makefile: Tru64 portability fix
        Makefile: HP-UX 10.20 portability fixes
        Makefile: HPUX11 portability fixes
        Makefile: SunOS 5.6 portability fix
        inline declaration does not work on AIX
        Allow disabling "inline"
        Some platforms lack socklen_t type
        Make NO_{INET_NTOP,INET_PTON} configured independently
        Makefile: some platforms do not have hstrerror anywhere
        git-compat-util.h: some platforms with mmap() lack MAP_FAILED definition
        test_cmp: do not use "diff -u" on platforms that lack one
        fixup: do not unconditionally disable "diff -u"
        tests: use "test_cmp", not "diff", when verifying the result
        Do not use "diff" found on PATH while building and installing
        enums: omit trailing comma for portability
        Makefile: -lpthread may still be necessary when libc has only pthread stubs
        Rewrite dynamic structure initializations to runtime assignment
        Makefile: pass CPPFLAGS through to fllow customization
      
      Conflicts:
      	Makefile
      	wt-status.h
      8d676d85
    • J
      Merge branch 'bc/portable' · 919e06b2
      Junio C Hamano 提交于
      * bc/portable:
        Remove python 2.5'isms
        Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONS
        t/aggregate-results: accomodate systems with small max argument list length
        t/t7006: ignore return status of shell's unset builtin
        t/t5150: remove space from sed script
        git-request-pull.sh: remove -e switch to shell interpreter which breaks ksh
        t/t5800: skip if python version is older than 2.5
      919e06b2
    • J
      Merge branch 'jn/gitweb-fastcgi' · a031d76e
      Junio C Hamano 提交于
      * jn/gitweb-fastcgi:
        gitweb: Run in FastCGI mode if gitweb script has .fcgi extension
        gitweb: Add support for FastCGI, using CGI::Fast
        gitweb: Put all per-connection code in run() subroutine
      a031d76e
    • J
      Merge branch 'jn/checkout-doc' · f28f0492
      Junio C Hamano 提交于
      * jn/checkout-doc:
        Documentation/checkout: clarify description
        Documentation/checkout: clarify description
      f28f0492
    • J
      Merge branch 'em/checkout-orphan' · 5bebcd4e
      Junio C Hamano 提交于
      * em/checkout-orphan:
        log_ref_setup: don't return stack-allocated array
        bash completion: add --orphan to 'git checkout'
        t3200: test -l with core.logAllRefUpdates options
        checkout --orphan: respect -l option always
        refs: split log_ref_write logic into log_ref_setup
        Documentation: alter checkout --orphan description
      5bebcd4e
    • J
      8c6b5a84
    • J
      Merge branch 'maint' · 379e48fa
      Junio C Hamano 提交于
      * maint:
        Update draft release notes to 1.7.1.1
      379e48fa
    • J
      Update draft release notes to 1.7.1.1 · 99329771
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      99329771
    • J
      Merge branch 'mc/maint-zoneparse' into maint · e7e1bf0c
      Junio C Hamano 提交于
      * mc/maint-zoneparse:
        Add "Z" as an alias for the timezone "UTC"
      e7e1bf0c
    • J
      Merge branch 'jk/diff-m-doc' into maint · 7a0d54fa
      Junio C Hamano 提交于
      * jk/diff-m-doc:
        docs: clarify meaning of -M for git-log
      7a0d54fa
    • J
      Merge branch 'jn/maint-doc-ignore' into maint · b1784788
      Junio C Hamano 提交于
      * jn/maint-doc-ignore:
        gitignore.5: Clarify matching rules
      b1784788