1. 18 3月, 2010 3 次提交
  2. 17 3月, 2010 1 次提交
    • J
      Merge branch 'maint' · 60dafdd3
      Junio C Hamano 提交于
      * maint:
        Documentation/git-read-tree: clarify 2-tree merge
        Documentation/git-read-tree: fix table layout
      60dafdd3
  3. 16 3月, 2010 2 次提交
  4. 15 3月, 2010 5 次提交
    • J
      Merge branch 'sd/format-patch-to' · c24138bc
      Junio C Hamano 提交于
      * sd/format-patch-to:
        send-email: add --no-cc, --no-to, and --no-bcc
        format-patch: add --no-cc, --no-to, and --no-add-headers
        format-patch: use a string_list for headers
        Add 'git format-patch --to=' option and 'format.to' configuration variable.
      c24138bc
    • J
      Merge branch 'tc/http-cleanup' · 78d909a4
      Junio C Hamano 提交于
      * tc/http-cleanup:
        remote-curl: init walker only when needed
        remote-curl: use http_fetch_ref() instead of walker wrapper
        http: init and cleanup separately from http-walker
        http-walker: cleanup more thoroughly
        http-push: remove "|| 1" to enable verbose check
        t554[01]-http-push: refactor, add non-ff tests
        t5541-http-push: check that ref is unchanged for non-ff test
      78d909a4
    • J
      Merge branch 'tc/transport-verbosity' · 53997a30
      Junio C Hamano 提交于
      * tc/transport-verbosity:
        transport: update flags to be in running order
        fetch and pull: learn --progress
        push: learn --progress
        transport->progress: use flag authoritatively
        clone: support multiple levels of verbosity
        push: support multiple levels of verbosity
        fetch: refactor verbosity option handling into transport.[ch]
        Documentation/git-push: put --quiet before --verbose
        Documentation/git-pull: put verbosity options before merge/fetch ones
        Documentation/git-clone: mention progress in -v
      
      Conflicts:
      	transport.h
      53997a30
    • J
      Merge branch 'ld/push-porcelain' · 66bce02e
      Junio C Hamano 提交于
      * ld/push-porcelain:
        t5516: Use test_cmp when appropriate
        git-push: add tests for git push --porcelain
        git-push: make git push --porcelain print "Done"
        git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode
        git-push: fix an advice message so it goes to stderr
      
      Conflicts:
      	transport.c
      66bce02e
    • J
      Merge branch 'jh/notes' · 2949151f
      Junio C Hamano 提交于
      * jh/notes: (33 commits)
        Documentation: fix a few typos in git-notes.txt
        notes: fix malformed tree entry
        builtin-notes: Minor (mostly parse_options-related) fixes
        builtin-notes: Add "copy" subcommand for copying notes between objects
        builtin-notes: Misc. refactoring of argc and exit value handling
        builtin-notes: Add -c/-C options for reusing notes
        builtin-notes: Refactor handling of -F option to allow combining -m and -F
        builtin-notes: Deprecate the -m/-F options for "git notes edit"
        builtin-notes: Add "append" subcommand for appending to note objects
        builtin-notes: Add "add" subcommand for adding notes to objects
        builtin-notes: Add --message/--file aliases for -m/-F options
        builtin-notes: Add "list" subcommand for listing note objects
        Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
        builtin-notes: Add "prune" subcommand for removing notes for missing objects
        Notes API: prune_notes(): Prune notes that belong to non-existing objects
        t3305: Verify that removing notes triggers automatic fanout consolidation
        builtin-notes: Add "remove" subcommand for removing existing notes
        Teach builtin-notes to remove empty notes
        Teach notes code to properly preserve non-notes in the notes tree
        t3305: Verify that adding many notes with git-notes triggers increased fanout
        ...
      
      Conflicts:
      	Makefile
      2949151f
  5. 14 3月, 2010 6 次提交
  6. 13 3月, 2010 3 次提交
  7. 12 3月, 2010 2 次提交
  8. 11 3月, 2010 5 次提交
    • J
      Merge branch 'sd/init-template' · 90a2bf9c
      Junio C Hamano 提交于
      * sd/init-template:
        wrap-for-bin: do not export an empty GIT_TEMPLATE_DIR
        t/t0001-init.sh: add test for 'init with init.templatedir set'
        init: having keywords without value is not a global error.
        Add a "TEMPLATE DIRECTORY" section to git-init[1].
        Add `init.templatedir` configuration variable.
      90a2bf9c
    • J
      Merge branch 'sh/am-keep-cr' · c505a850
      Junio C Hamano 提交于
      * sh/am-keep-cr:
        git-am: Add tests for `--keep-cr`, `--no-keep-cr` and `am.keepcr`
        git-am: Add am.keepcr and --no-keep-cr to override it
        git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit
        documentation: 'git-mailsplit --keep-cr' is not hidden anymore
      c505a850
    • J
      Merge branch 'cp/add-u-pathspec' · e25ccff1
      Junio C Hamano 提交于
      * cp/add-u-pathspec:
        test for add with non-existent pathspec
        git add -u: die on unmatched pathspec
      e25ccff1
    • J
      Makefile: update check-docs target · c88cd03e
      Junio C Hamano 提交于
      When we added bunch of git-remote-* helper backends, we should have
      done this to squelch complaints that they do not have their own
      manual pages.  Also the entry for git-remote-helpers was not
      properly marked as a non-command.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c88cd03e
    • J
      Merge branch 'lt/deepen-builtin-source' · 2e0e8b68
      Junio C Hamano 提交于
      * lt/deepen-builtin-source:
        Move 'builtin-*' into a 'builtin/' subdirectory
      
      Conflicts:
      	Makefile
      2e0e8b68
  9. 09 3月, 2010 3 次提交
  10. 08 3月, 2010 10 次提交