projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2138bce
)
git-worktree: Fix indentation
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 23 Nov 2019 11:36:51 +0000
(17:06 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 23 Nov 2019 11:38:17 +0000
(17:08 +0530)
checkout-branch-worktree
patch
|
blob
|
history
diff --git
a/checkout-branch-worktree
b/checkout-branch-worktree
index bbb9871d43fdfb82b791702fb8900a8f97f3c482..ddbce1e02af45e9f199a7073ad5b6f62ff084a94 100755
(executable)
--- a/
checkout-branch-worktree
+++ b/
checkout-branch-worktree
@@
-88,9
+88,7
@@
if __name__ == "__main__":
help='The directory where to checkout the new worktree')
parser.add_argument('branch', metavar='branch', type=str,
help='The branch to checkout')
- parser.add_argument("--no-color",
- default=False,
- action='store_true',
+ parser.add_argument("--no-color", default=False, action='store_true',
help="Do not output ansi colors.")
options = parser.parse_args()