1. 10 12月, 2010 2 次提交
  2. 09 12月, 2010 11 次提交
    • J
      Merge branch 'nd/maint-fix-add-typo-detection' (early part) · f80b6de4
      Junio C Hamano 提交于
      * 'nd/maint-fix-add-typo-detection' (early part):
        add: do not rely on dtype being NULL behavior
      f80b6de4
    • J
      Merge branch 'jn/gitweb-time-hires-comes-with-5.8' · 4af004a1
      Junio C Hamano 提交于
      * jn/gitweb-time-hires-comes-with-5.8:
        gitweb: Time::HiRes is in core for Perl 5.8
      4af004a1
    • J
      Merge branch 'il/remote-fd-ext' · 3d90c796
      Junio C Hamano 提交于
      * il/remote-fd-ext:
        remote-fd/ext: finishing touches after code review
        git-remote-ext
        git-remote-fd
        Add bidirectional_transfer_loop()
      
      Conflicts:
      	compat/mingw.h
      3d90c796
    • J
      Merge branch 'jk/pager-per-command' · 23778ae9
      Junio C Hamano 提交于
      * jk/pager-per-command:
        allow command-specific pagers in pager.<cmd>
      23778ae9
    • J
      Merge branch 'jk/maint-decorate-01-bool' · 5e826019
      Junio C Hamano 提交于
      * jk/maint-decorate-01-bool:
        log.decorate: accept 0/1 bool values
      5e826019
    • J
      Merge branch 'gc/http-with-non-ascii-username-url' · 16c06fcb
      Junio C Hamano 提交于
      * gc/http-with-non-ascii-username-url:
        Fix username and password extraction from HTTP URLs
        t5550: test HTTP authentication and userinfo decoding
      
      Conflicts:
      	t/lib-httpd/apache.conf
      16c06fcb
    • J
      Merge branch 'ks/maint-getenv-fix' · 09a8fbd5
      Junio C Hamano 提交于
      * ks/maint-getenv-fix:
        setup: make sure git_dir path is in a permanent buffer, getenv(3) case
      09a8fbd5
    • J
      Merge branch 'gb/gitweb-remote-heads' · c3f7d51b
      Junio C Hamano 提交于
      * gb/gitweb-remote-heads:
        git instaweb: enable remote_heads
        gitweb: group remote heads by remote
        gitweb: provide a routine to display (sub)sections
        gitweb: refactor repository URL printing
        gitweb: remotes view for a single remote
        gitweb: allow action specialization in page header
        gitweb: nagivation menu for tags, heads and remotes
        gitweb: separate heads and remotes lists
        gitweb: git_get_heads_list accepts an optional list of refs
        gitweb: introduce remote_heads feature
        gitweb: use fullname as hash_base in heads link
      c3f7d51b
    • J
      Merge branch 'mg/maint-tag-rfc1991' · a5066a0b
      Junio C Hamano 提交于
      * mg/maint-tag-rfc1991:
        tag: recognize rfc1991 signatures
        tag: factor out sig detection for tag display
        tag: factor out sig detection for body edits
        verify-tag: factor out signature detection
        t/t7004-tag: test handling of rfc1991 signatures
      a5066a0b
    • J
      Merge branch 'jh/notes-merge' · 657072f3
      Junio C Hamano 提交于
      * jh/notes-merge: (23 commits)
        Provide 'git merge --abort' as a synonym to 'git reset --merge'
        cmd_merge(): Parse options before checking MERGE_HEAD
        Provide 'git notes get-ref' to easily retrieve current notes ref
        git notes merge: Add testcases for merging notes trees at different fanouts
        git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
        git notes merge: --commit should fail if underlying notes ref has moved
        git notes merge: List conflicting notes in notes merge commit message
        git notes merge: Manual conflict resolution, part 2/2
        git notes merge: Manual conflict resolution, part 1/2
        Documentation: Preliminary docs on 'git notes merge'
        git notes merge: Add automatic conflict resolvers (ours, theirs, union)
        git notes merge: Handle real, non-conflicting notes merges
        builtin/notes.c: Refactor creation of notes commits.
        git notes merge: Initial implementation handling trivial merges only
        builtin/notes.c: Split notes ref DWIMmery into a separate function
        notes.c: Use two newlines (instead of one) when concatenating notes
        (trivial) t3303: Indent with tabs instead of spaces for consistency
        notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
        notes.h/c: Allow combine_notes functions to remove notes
        notes.c: Reorder functions in preparation for next commit
        ...
      
      Conflicts:
      	builtin.h
      657072f3
    • J
      Merge branch 'jk/diff-CBM' · f04aa35e
      Junio C Hamano 提交于
      * jk/diff-CBM:
        diff: report bogus input to -C/-M/-B
      f04aa35e
  3. 08 12月, 2010 3 次提交
    • J
      Merge branch 'maint' · a48aafd3
      Junio C Hamano 提交于
      * maint:
        git-rm.txt: Fix quoting
      a48aafd3
    • M
      git-rm.txt: Fix quoting · f34e9edc
      Michael J Gruber 提交于
      Literal " produces typographically incorrect quotations, but "works" in
      most circumstances. In the subheadings of git-rm.txt, it "works" for the
      html backend but not for the docbook conversion to nroff: double "" and
      spurious double spaces appear in the output.
      
      Replace "incorrect" quotations by ``correct'' ones, and fix other
      "quotations" which are really `code fragments`.
      
      This should make git-rm.txt "-clean.
      Reported-by: NJeff King <peff@peff.net>
      Signed-off-by: NMichael J Gruber <git@drmicha.warpmail.net>
      Helped-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f34e9edc
    • J
      Makefile: dependencies for vcs-svn tests · f188e33e
      Jonathan Nieder 提交于
      The vcs-svn tests (test-treap.o et al) depend on the vcs-svn
      headers for declarations and inline functions.  Declare the
      dependency.  While at it, declare a dependency of the vcs-svn
      objects (vcs-svn/string_pool.o et al) on $(LIB_H) to reflect use
      within the vcs-svn library of git-compat-util.h and cache.h.
      
      Without this change, tweaks to inline functions in those headers
      do not provoke rebuilds of the corresponding tests[*], making
      such changes unnecessarily difficult to test.
      
      Before:
      
       $ touch vcs-svn/*.h && make test-treap
       $
      
      After:
      
       $ touch vcs-svn/*.h && make test-treap
       CC test-treap.o
       LINK test-treap
       $
      
      [*] unless COMPUTE_HEADER_DEPENDENCIES is enabled
      
      Detected with "make CHECK_HEADER_DEPENDENCIES=1".
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f188e33e
  4. 07 12月, 2010 1 次提交
  5. 04 12月, 2010 12 次提交
  6. 03 12月, 2010 11 次提交