1. 13 9月, 2012 3 次提交
  2. 12 9月, 2012 33 次提交
  3. 11 9月, 2012 4 次提交
    • J
      First half of the fifth batch for 1.8.0 · 682ce8bb
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      682ce8bb
    • J
      Merge branch 'cn/branch-set-upstream-to' · 83ce1764
      Junio C Hamano 提交于
      "git branch --set-upstream origin/master" is a common mistake to
      create a local branch 'origin/master' and set it to integrate with
      the current branch.  With a plan to deprecate this option, introduce
      "git branch (-u|--set-upstream-to) origin/master" that sets the
      current branch to integrate with 'origin/master' remote tracking
      branch.
      
      * cn/branch-set-upstream-to:
        branch: deprecate --set-upstream and show help if we detect possible mistaken use
        branch: add --unset-upstream option
        branch: introduce --set-upstream-to
      83ce1764
    • J
      Merge branch 'mz/cherry-pick-cmdline-order' · c2b92793
      Junio C Hamano 提交于
      "git cherry-pick A C B" used to replay changes in A and then B and
      then C if these three commits had committer timestamps in that
      order, which is not what the user who said "A C B" naturally expects.
      
      * mz/cherry-pick-cmdline-order:
        cherry-pick/revert: respect order of revisions to pick
        demonstrate broken 'git cherry-pick three one two'
        teach log --no-walk=unsorted, which avoids sorting
      c2b92793
    • J
      Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' · 1c0712de
      Junio C Hamano 提交于
      We tried to bend backwards to allow "--quiet" to be a synonym as
      "-s" when given as e.g. "git show --quiet", but did not quite
      succeed.
      
      * jk/maint-quiet-is-synonym-to-s-in-log:
        log: fix --quiet synonym for -s
      1c0712de