1. 01 3月, 2011 1 次提交
  2. 28 2月, 2011 19 次提交
    • J
      Merge branch 'jh/push-default-upstream-configname' · 8978166e
      Junio C Hamano 提交于
      * jh/push-default-upstream-configname:
        push.default: Rename 'tracking' to 'upstream'
      8978166e
    • J
      Merge branch 'lp/config-vername-check' · fbfeeaf2
      Junio C Hamano 提交于
      * lp/config-vername-check:
        Disallow empty section and variable names
        Sanity-check config variable names
      fbfeeaf2
    • J
      Merge branch 'mg/placeholders-are-lowercase' · ecd75ddb
      Junio C Hamano 提交于
      * mg/placeholders-are-lowercase:
        Make <identifier> lowercase in Documentation
        Make <identifier> lowercase as per CodingGuidelines
        Make <identifier> lowercase as per CodingGuidelines
        Make <identifier> lowercase as per CodingGuidelines
        CodingGuidelines: downcase placeholders in usage messages
      ecd75ddb
    • J
      Merge branch 'mg/patch-id' · c8cdbf2b
      Junio C Hamano 提交于
      * mg/patch-id:
        git-patch-id: do not trip over "no newline" markers
        git-patch-id: test for "no newline" markers
      c8cdbf2b
    • J
      Merge branch 'mz/rerere-remaining' · 66a6a314
      Junio C Hamano 提交于
      * mz/rerere-remaining:
        mergetool: don't skip modify/remove conflicts
        rerere "remaining"
      66a6a314
    • J
      Merge branch 'nd/sorted-builtin-command-list' · 7d5c884e
      Junio C Hamano 提交于
      * nd/sorted-builtin-command-list:
        git.c: reorder builtin command list
      7d5c884e
    • J
      Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' · 11e4b4fa
      Junio C Hamano 提交于
      * js/maint-merge-use-prepare-commit-msg-hook:
        merge: honor prepare-commit-msg hook
      11e4b4fa
    • J
      Merge branch 'nd/hash-object-sanity' · fc7ae9c1
      Junio C Hamano 提交于
      * nd/hash-object-sanity:
        Make hash-object more robust against malformed objects
      
      Conflicts:
      	cache.h
      fc7ae9c1
    • J
      Merge branch 'js/detach-doc' · 99f45c2a
      Junio C Hamano 提交于
      * js/detach-doc:
        git-checkout.txt: improve detached HEAD documentation
      99f45c2a
    • J
      Merge branch 'va/p4' · 5e3d39ba
      Junio C Hamano 提交于
      * va/p4:
        git-p4: Add copy detection support
        git-p4: Improve rename detection support
      5e3d39ba
    • J
      Merge branch 'pw/p4' · 8d3a3620
      Junio C Hamano 提交于
      * pw/p4:
        git-p4: support clone --bare
        git-p4: decode p4 wildcard characters
        git-p4: better message for "git-p4 sync" when not cloned
        git-p4: reinterpret confusing p4 message
        git-p4: accommodate new move/delete type in p4
        git-p4: add missing newline in initial import message
        git-p4: fix key error for p4 problem
        git-p4: test script
      8d3a3620
    • J
      Merge branch 'uk/checkout-ambiguous-ref' · c0791f36
      Junio C Hamano 提交于
      * uk/checkout-ambiguous-ref:
        Rename t2019 with typo "amiguous" that meant "ambiguous"
        checkout: rearrange update_refs_for_switch for clarity
        checkout: introduce --detach synonym for "git checkout foo^{commit}"
        checkout: split off a function to peel away branchname arg
        checkout: fix bug with ambiguous refs
      
      Conflicts:
      	builtin/checkout.c
      c0791f36
    • J
      Merge branch 'sp/maint-smart-http-sans-100-continue' · 28afcbfe
      Junio C Hamano 提交于
      * sp/maint-smart-http-sans-100-continue:
        smart-http: Don't use Expect: 100-Continue
      28afcbfe
    • J
      Merge branch 'mo/perl-bidi-pipe-envfix' · 8e949a4a
      Junio C Hamano 提交于
      * mo/perl-bidi-pipe-envfix:
        perl: command_bidi_pipe() method should set-up git environmens
      8e949a4a
    • J
      Merge branch 'hv/mingw-fs-funnies' · 70ae2bea
      Junio C Hamano 提交于
      * hv/mingw-fs-funnies:
        mingw_rmdir: set errno=ENOTEMPTY when appropriate
        mingw: add fallback for rmdir in case directory is in use
        mingw: make failures to unlink or move raise a question
        mingw: work around irregular failures of unlink on windows
        mingw: move unlink wrapper to mingw.c
      70ae2bea
    • J
      Merge branch 'en/object-list-with-pathspec' · 42e3086b
      Junio C Hamano 提交于
      * en/object-list-with-pathspec:
        Add testcases showing how pathspecs are handled with rev-list --objects
        Make rev-list --objects work together with pathspecs
      42e3086b
    • J
      Merge branch 'nd/struct-pathspec' · d5c87a80
      Junio C Hamano 提交于
      * nd/struct-pathspec: (22 commits)
        t6004: add pathspec globbing test for log family
        t7810: overlapping pathspecs and depth limit
        grep: drop pathspec_matches() in favor of tree_entry_interesting()
        grep: use writable strbuf from caller for grep_tree()
        grep: use match_pathspec_depth() for cache/worktree grepping
        grep: convert to use struct pathspec
        Convert ce_path_match() to use match_pathspec_depth()
        Convert ce_path_match() to use struct pathspec
        struct rev_info: convert prune_data to struct pathspec
        pathspec: add match_pathspec_depth()
        tree_entry_interesting(): optimize wildcard matching when base is matched
        tree_entry_interesting(): support wildcard matching
        tree_entry_interesting(): fix depth limit with overlapping pathspecs
        tree_entry_interesting(): support depth limit
        tree_entry_interesting(): refactor into separate smaller functions
        diff-tree: convert base+baselen to writable strbuf
        glossary: define pathspec
        Move tree_entry_interesting() to tree-walk.c and export it
        tree_entry_interesting(): remove dependency on struct diff_options
        Convert struct diff_options to use struct pathspec
        ...
      d5c87a80
    • J
      gitweb: Make i18n (encoding) tests in t9500 leave clean state · e5ea66f9
      Jakub Narebski 提交于
      The most important issue is that after unsetting `i18n.commitencoding'
      config variable t9500 no longer will use author and comitter name
      containing ISO-8859-1 characters, which are invalid UTF-8 characters.
      
      Besides it is good practice in general to clean up the state in tests.
      Signed-off-by: NJakub Narebski <jnareb@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e5ea66f9
    • M
      git-add: make -A description clearer vs. -u · 6e7293e3
      Michael J Gruber 提交于
      Currently, it sounds as if "notice removal of files" distinguishes "-A"
      from "-u", and there is no mention of the worktree.
      
      But both notice the removal, and only "-A" adds changes from untracked
      files. Say so.
      Signed-off-by: NMichael J Gruber <git@drmicha.warpmail.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      6e7293e3
  3. 27 2月, 2011 2 次提交
  4. 23 2月, 2011 4 次提交
  5. 22 2月, 2011 14 次提交