diff --git a/git-auto-svn b/git-auto-svn index b7da01492..6a079620f 100755 --- a/git-auto-svn +++ b/git-auto-svn @@ -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) diff --git a/git-cache b/git-cache index 95eef4ba0..6a079620f 100755 --- a/git-cache +++ b/git-cache @@ -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) diff --git a/git-cherry-pick-upload b/git-cherry-pick-upload index 4ab9b6317..6a079620f 100755 --- a/git-cherry-pick-upload +++ b/git-cherry-pick-upload @@ -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) diff --git a/git-cl b/git-cl index e2082a43c..12b19e30f 100755 --- a/git-cl +++ b/git-cl @@ -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 - . $(type -P python_git_runner.sh) diff --git a/git-footers b/git-footers index 635cd8f46..6a079620f 100755 --- a/git-footers +++ b/git-footers @@ -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) diff --git a/git-freeze b/git-freeze index 0187c2eeb..5e485bb28 100755 --- a/git-freeze +++ b/git-freeze @@ -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) diff --git a/git-map b/git-map index 3e651c7c6..03e8418ed 100755 --- a/git-map +++ b/git-map @@ -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 diff --git a/git-map-branches b/git-map-branches index b7da01492..6a079620f 100755 --- a/git-map-branches +++ b/git-map-branches @@ -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) diff --git a/git-mark-merge-base b/git-mark-merge-base index 502d04cac..6a079620f 100755 --- a/git-mark-merge-base +++ b/git-mark-merge-base @@ -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) diff --git a/git-nav-downstream b/git-nav-downstream index 7f8a677e3..6a079620f 100755 --- a/git-nav-downstream +++ b/git-nav-downstream @@ -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) diff --git a/git-nav-upstream b/git-nav-upstream index bec3eba22..f16dc2ff4 100755 --- a/git-nav-upstream +++ b/git-nav-upstream @@ -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}' diff --git a/git-new-branch b/git-new-branch index fb56ee88d..6a079620f 100755 --- a/git-new-branch +++ b/git-new-branch @@ -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) diff --git a/git-number b/git-number index e1d1298c5..a5037a438 100755 --- a/git-number +++ b/git-number @@ -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) diff --git a/git-rebase-update b/git-rebase-update index 60c16c3fd..6a079620f 100755 --- a/git-rebase-update +++ b/git-rebase-update @@ -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) diff --git a/git-rename-branch b/git-rename-branch index 8c188849f..6a079620f 100755 --- a/git-rename-branch +++ b/git-rename-branch @@ -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) diff --git a/git-reparent-branch b/git-reparent-branch index 1fdb1aecf..6a079620f 100755 --- a/git-reparent-branch +++ b/git-reparent-branch @@ -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) diff --git a/git-retry b/git-retry index 2c039426d..beb0976d3 100755 --- a/git-retry +++ b/git-retry @@ -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) diff --git a/git-squash-branch b/git-squash-branch index 0fb183252..6a079620f 100755 --- a/git-squash-branch +++ b/git-squash-branch @@ -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)