1. 13 12月, 2011 16 次提交
  2. 10 12月, 2011 11 次提交
    • J
      Update draft release notes for 1.7.9 · 9859a023
      Junio C Hamano 提交于
      The first two of more important topics slated for 1.7.9 have been merged.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9859a023
    • J
      Merge branch 'sg/complete-refs' · d2c78075
      Junio C Hamano 提交于
      * sg/complete-refs:
        completion: remove broken dead code from __git_heads() and __git_tags()
        completion: fast initial completion for config 'remote.*.fetch' value
        completion: improve ls-remote output filtering in __git_refs_remotes()
        completion: query only refs/heads/ in __git_refs_remotes()
        completion: support full refs from remote repositories
        completion: improve ls-remote output filtering in __git_refs()
        completion: make refs completion consistent for local and remote repos
        completion: optimize refs completion
        completion: document __gitcomp()
      
      Conflicts:
      	contrib/completion/git-completion.bash
      d2c78075
    • J
      Merge branch 'nd/resolve-ref' · b7f7c079
      Junio C Hamano 提交于
      * nd/resolve-ref:
        Copy resolve_ref() return value for longer use
        Convert many resolve_ref() calls to read_ref*() and ref_exists()
      
      Conflicts:
      	builtin/fmt-merge-msg.c
      	builtin/merge.c
      	refs.c
      b7f7c079
    • J
      Merge branch 'jc/pull-signed-tag' · eb8aa3d2
      Junio C Hamano 提交于
      * jc/pull-signed-tag:
        commit-tree: teach -m/-F options to read logs from elsewhere
        commit-tree: update the command line parsing
        commit: teach --amend to carry forward extra headers
        merge: force edit and no-ff mode when merging a tag object
        commit: copy merged signed tags to headers of merge commit
        merge: record tag objects without peeling in MERGE_HEAD
        merge: make usage of commit->util more extensible
        fmt-merge-msg: Add contents of merged tag in the merge message
        fmt-merge-msg: package options into a structure
        fmt-merge-msg: avoid early returns
        refs DWIMmery: use the same rule for both "git fetch" and others
        fetch: allow "git fetch $there v1.0" to fetch a tag
        merge: notice local merging of tags and keep it unwrapped
        fetch: do not store peeled tag object names in FETCH_HEAD
        Split GPG interface into its own helper library
      
      Conflicts:
      	builtin/fmt-merge-msg.c
      	builtin/merge.c
      eb8aa3d2
    • J
      Merge branch 'jc/request-pull-show-head-4' · a4043aea
      Junio C Hamano 提交于
      * jc/request-pull-show-head-4:
        request-pull: use the annotated tag contents
        fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error
        environment.c: Fix an sparse "symbol not declared" warning
        builtin/log.c: Fix an "Using plain integer as NULL pointer" warning
        fmt-merge-msg: use branch.$name.description
        request-pull: use the branch description
        request-pull: state what commit to expect
        request-pull: modernize style
        branch: teach --edit-description option
        format-patch: use branch description in cover letter
        branch: add read_branch_desc() helper function
      
      Conflicts:
      	builtin/branch.c
      a4043aea
    • J
      Merge branch 'ab/pull-rebase-config' · 1ee740e6
      Junio C Hamano 提交于
      * ab/pull-rebase-config:
        pull: introduce a pull.rebase option to enable --rebase
      1ee740e6
    • J
      Merge branch 'rs/allocate-cache-entry-individually' · ef87690b
      Junio C Hamano 提交于
      * rs/allocate-cache-entry-individually:
        cache.h: put single NUL at end of struct cache_entry
        read-cache.c: allocate index entries individually
      
      Conflicts:
      	read-cache.c
      ef87690b
    • J
      Merge branch 'maint' · 51f737e3
      Junio C Hamano 提交于
      * maint:
        am: don't persist keepcr flag
        mingw: give waitpid the correct signature
        git symbolic-ref: documentation fix
      51f737e3
    • J
      Merge branch 'maint-1.7.7' into maint · 10dd3b2b
      Junio C Hamano 提交于
      * maint-1.7.7:
        am: don't persist keepcr flag
        mingw: give waitpid the correct signature
        git symbolic-ref: documentation fix
      10dd3b2b
    • M
      am: don't persist keepcr flag · 79197042
      Martin von Zweigbergk 提交于
      The keepcr flag is only used in the split_patches function, which is
      only called before a patch application has to stopped for user input,
      not after resuming. It is therefore unnecessary to persist the
      flag. This seems to have been the case since it was introduced in
      ad2c9280 (git-am: Add command line parameter `--keep-cr` passing it to
      git-mailsplit, 2010-02-27).
      Signed-off-by: NMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      79197042
    • E
      mingw: give waitpid the correct signature · 956d86d1
      Erik Faye-Lund 提交于
      POSIX says that last parameter to waitpid should be 'int',
      so let's make it so.
      Signed-off-by: NErik Faye-Lund <kusmabite@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      956d86d1
  3. 09 12月, 2011 1 次提交
  4. 06 12月, 2011 12 次提交