Comparing git:master...nviennot:master · git/git · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: git/git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nviennot/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 28, 2012

  1. git-submodule.sh: Always initialize $url variable

    When git submodule init was called, the $url variable was not initialized
    properly for submodules which have already been initialized. This led
    to two problems.
    
    First, when all of the submodules were initialized, each showed an empty url
    instead of the actual url.
    
    Second, when previously initialized submodules were printed after newly
    added submodules, the displayed urls were incorrect.
    
    Cc: Jens Lehmann <Jens.Lehmann@web.de>
    Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: Nicolas Viennot <nicolas@viennot.biz>
    Signed-off-by: Sid Nair <sidnair09@gmail.com>
    Nicolas Viennot and Sid Nair authored and nviennot committed May 28, 2012
    Configuration menu
    Copy the full SHA
    69202e8 View commit details
    Browse the repository at this point in the history
Loading