1. 03 4月, 2014 1 次提交
  2. 02 4月, 2014 1 次提交
  3. 01 4月, 2014 14 次提交
  4. 29 3月, 2014 9 次提交
    • J
      Update draft release notes to 2.0 · 96e67c86
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      96e67c86
    • J
      Merge branch 'ys/fsck-commit-parsing' · 40adf520
      Junio C Hamano 提交于
      * ys/fsck-commit-parsing:
        fsck.c:fsck_commit(): use skip_prefix() to verify and skip constant
        fsck.c:fsck_ident(): ident points at a const string
      40adf520
    • J
      Merge branch 'bg/rebase-off-of-previous-branch' · 97345145
      Junio C Hamano 提交于
      * bg/rebase-off-of-previous-branch:
        rebase: allow "-" short-hand for the previous branch
      97345145
    • J
      Merge branch 'bp/commit-p-editor' · 9abf65d2
      Junio C Hamano 提交于
      When it is not necessary to edit a commit log message (e.g. "git
      commit -m" is given a message without specifying "-e"), we used to
      disable the spawning of the editor by overriding GIT_EDITOR, but
      this means all the uses of the editor, other than to edit the
      commit log message, are also affected.
      
      * bp/commit-p-editor:
        run-command: mark run_hook_with_custom_index as deprecated
        merge hook tests: fix and update tests
        merge: fix GIT_EDITOR override for commit hook
        commit: fix patch hunk editing with "commit -p -m"
        test patch hunk editing with "commit -p -m"
        merge hook tests: use 'test_must_fail' instead of '!'
        merge hook tests: fix missing '&&' in test
      9abf65d2
    • J
      Merge branch 'ah/doc-gitk-config' · b2273d06
      Junio C Hamano 提交于
      * ah/doc-gitk-config:
        Documentation/gitk: document the location of the configulation file
      b2273d06
    • J
      Merge branch 'fr/add-interactive-argv-array' · c301a23f
      Junio C Hamano 提交于
      * fr/add-interactive-argv-array:
        add: use struct argv_array in run_add_interactive()
      c301a23f
    • J
      Merge branch 'jk/subtree-prefix' · fe2a4f15
      Junio C Hamano 提交于
      A stray environment variable $prefix could have leaked into and
      affected the behaviour of the "subtree" script.
      
      * jk/subtree-prefix:
        subtree: initialize "prefix" variable
      fe2a4f15
    • J
      Merge branch 'jk/pack-bitmap-progress' · 0ddcc9cf
      Junio C Hamano 提交于
      The progress output while repacking and transferring objects showed
      an apparent large silence while writing the objects out of existing
      packfiles, when the reachability bitmap was in use.
      
      * jk/pack-bitmap-progress:
        pack-objects: show reused packfile objects in "Counting objects"
        pack-objects: show progress for reused packfiles
      0ddcc9cf
    • J
      Merge branch 'jk/pack-bitmap' · e2450e12
      Junio C Hamano 提交于
      Instead of dying when asked to (re)pack with the reachability
      bitmap when a bitmap cannot be built, just (re)pack without
      producing a bitmap in such a case, with a warning.
      
      * jk/pack-bitmap:
        pack-objects: turn off bitmaps when skipping objects
      e2450e12
  5. 28 3月, 2014 3 次提交
  6. 27 3月, 2014 1 次提交
  7. 26 3月, 2014 11 次提交