Commit 4f52c9e1 authored by agable@chromium.org's avatar agable@chromium.org

Remove useless comments from git bash wrappers.

R=iannucci@chromium.org

Review URL: https://codereview.chromium.org/621783002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292379 0039d316-1c4b-4281-b951-d872f2087c98
parent e3a3fd45
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_map_branches.py -- a git-command for presenting a graphical view of git
# branches in the current repo, and their relationships to each other.
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_cache.py - a git-command for managing local caches of remote repositories.
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_cherry_pick_upload.py -- Upload a cherry pick CL to rietveld.
. $(type -P python_git_runner.sh)
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_cl.py -- a git-command for integrating reviews on Rietveld
# Copyright (C) 2008 Evan Martin <martine@danga.com>
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_footers.py -- Extract the conventional footers associated with a commit.
. $(type -P python_git_runner.sh)
......@@ -3,9 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_freezer.py freeze -- a git-command to suspend all existing working
# directory modifications. This can be reversed with the 'git thaw' command.
SCRIPT=git_freezer.py
set -- freeze "$@"
. $(type -P python_git_runner.sh)
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_map.py -- a git-command for presenting a graphical view of the git
# history.
. $(type -P python_git_runner.sh) | less -R
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_map_branches.py -- a git-command for presenting a graphical view of git
# branches in the current repo, and their relationships to each other.
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_mark_merge_base.py -- Manually set the merge base for the current branch.
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_nav_downstream.py -- a git-command to navigate to a downstream branch.
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# a git-command to navigate to the upstream branch.
git checkout '@{u}'
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_new_branch.py -- Create a new branch which tracks the default upstream
# (origin/master).
. $(type -P python_git_runner.sh)
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_number.py - a git-command for calculating and displaying the generation
# number of a commit.
. $(type -P python_git_runner.sh)
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_rebase_update.py -- Update remote sources, and use rebase to update all
# branches in this repo.
. $(type -P python_git_runner.sh)
......@@ -3,7 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_rename_branch.py -- Rename the current branch, correctly updating the
# upstream branch of all the downstream branches.
. $(type -P python_git_runner.sh)
......@@ -3,8 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_reparent_branch.py -- Change the parent (upstream) branch of the current
# branch. Afterwards, run a `git rebase-update` cycle to ensure that all
# branches correctly reflect their parentage.
. $(type -P python_git_runner.sh)
......@@ -3,9 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_freezer.py freeze -- a git-command to suspend all existing working
# directory modifications. This can be reversed with the 'git thaw' command.
SCRIPT=git_retry.py
set -- retry "$@"
. $(type -P python_git_runner.sh)
......@@ -3,6 +3,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# git_squash_branch.py -- Collapses the current branch to a single commit.
. $(type -P python_git_runner.sh)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment