1. 24 9月, 2011 11 次提交
  2. 20 9月, 2011 4 次提交
  3. 19 9月, 2011 1 次提交
  4. 17 9月, 2011 3 次提交
    • J
      Merge branch 'ci/forbid-unwanted-current-branch-update' · c103e952
      Junio C Hamano 提交于
      * ci/forbid-unwanted-current-branch-update:
        branch --set-upstream: regression fix
      c103e952
    • J
      branch --set-upstream: regression fix · fa799376
      Junio C Hamano 提交于
      The "git branch" command, while not in listing mode, calls create_branch()
      even when the target branch already exists, and it does so even when it is
      not interested in updating the value of the branch (i.e. the name of the
      commit object that sits at the tip of the existing branch). This happens
      when the command is run with "--set-upstream" option.
      
      The earlier safety-measure to prevent "git branch -f $branch $commit" from
      updating the currently checked out branch did not take it into account,
      and we no longer can update the tracking information of the current branch.
      
      Minimally fix this regression by telling the validation code if it is
      called to really update the value of a potentially existing branch, or if
      the caller merely is interested in updating auxiliary aspects of a branch.
      
      Reported-and-Tested-by: Jay Soffian
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      fa799376
    • F
      Disambiguate duplicate t9160* tests · 26e4266f
      Frédéric Heitzmann 提交于
      1e5814f3 created t9160-git-svn-mergeinfo-push.sh on 11/9/7
      40a1530c created t9160-git-svn-preserve-empty-dirs.sh on 11/7/20
      The former test script is renumbered to t9161.
      Signed-off-by: NFrédéric Heitzmann <frederic.heitzmann@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      26e4266f
  5. 15 9月, 2011 1 次提交
  6. 13 9月, 2011 7 次提交
  7. 12 9月, 2011 12 次提交
  8. 10 9月, 2011 1 次提交