Bladeren bron

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
agable@chromium.org 11 jaren geleden
bovenliggende
commit
4f52c9e114
18 gewijzigde bestanden met toevoegingen van 0 en 48 verwijderingen
  1. 0 3
      git-auto-svn
  2. 0 2
      git-cache
  3. 0 2
      git-cherry-pick-upload
  4. 0 3
      git-cl
  5. 0 2
      git-footers
  6. 0 3
      git-freeze
  7. 0 3
      git-map
  8. 0 3
      git-map-branches
  9. 0 2
      git-mark-merge-base
  10. 0 2
      git-nav-downstream
  11. 0 2
      git-nav-upstream
  12. 0 3
      git-new-branch
  13. 0 3
      git-number
  14. 0 3
      git-rebase-update
  15. 0 3
      git-rename-branch
  16. 0 4
      git-reparent-branch
  17. 0 3
      git-retry
  18. 0 2
      git-squash-branch

+ 0 - 3
git-auto-svn

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-cache

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# git_cache.py - a git-command for managing local caches of remote repositories.
-
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-cherry-pick-upload

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# git_cherry_pick_upload.py -- Upload a cherry pick CL to rietveld.
-
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-cl

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-footers

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# git_footers.py -- Extract the conventional footers associated with a commit.
-
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-freeze

@@ -3,9 +3,6 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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
 SCRIPT=git_freezer.py
 set -- freeze "$@"
 set -- freeze "$@"
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-map

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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
 . $(type -P python_git_runner.sh) | less -R

+ 0 - 3
git-map-branches

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-mark-merge-base

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-nav-downstream

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# git_nav_downstream.py -- a git-command to navigate to a downstream branch.
-
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-nav-upstream

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# a git-command to navigate to the upstream branch.
-
 git checkout '@{u}'
 git checkout '@{u}'

+ 0 - 3
git-new-branch

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-number

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-rebase-update

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-rename-branch

@@ -3,7 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 4
git-reparent-branch

@@ -3,8 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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)
 . $(type -P python_git_runner.sh)

+ 0 - 3
git-retry

@@ -3,9 +3,6 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # 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
 SCRIPT=git_retry.py
 set -- retry "$@"
 set -- retry "$@"
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)

+ 0 - 2
git-squash-branch

@@ -3,6 +3,4 @@
 # Use of this source code is governed by a BSD-style license that can be
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 # found in the LICENSE file.
 
 
-# git_squash_branch.py -- Collapses the current branch to a single commit.
-
 . $(type -P python_git_runner.sh)
 . $(type -P python_git_runner.sh)