From: Dinesh
The "-" shorthand can be used as a replacement for "@{-1}" to refer
to the previous branch the user was on in the "git branch -d @{-1}"
command.
Replace "-" argument with "@{-1}" when the command line arguments
are parsed.
Signed-o
From: Dinesh
This patch allows the usage of "-" as a short-hand for "@{-1}" in
"git branch -d {-1}".
Note : This is a microproject that is part of the Google Summer of
Code application process.
I am interested in working on the git Beginner mode implementation as
part of Google Summer of Co
From: Dinesh
The "-" shorthand can be used as a replacement for "@{-1}" to refer to
the previous branch the user was on in the "git branch -d @{-1}"
command. Replace "-" argument with "@{-1}" when the command line
arguments are parsed.
Signed-off-by: Dinesh
---
builtin/branch.c | 11 +++
From: Dinesh
The "-" shorthand can be used as a replacement for "@{-1}" to refer
to the previous branch the user was on in the "git branch -d @{-1}"
command.Replace "-" argument with "@{-1}" when the command line
arguments are parsed.
Signed-off-by: Dinesh
---
builtin/branch.c | 11
From: Dinesh
This patch allows the usage of "-" as a short-hand for "@{-1}" in
"git branch -d @{-1}".
Note : This is a microproject that is part of the Google Summer
of Code application process.I am interested in working on the git
Beginner mode implementation as part of Google Summer of Code
From: Dinesh
The "-" shorthand can be used as a replacement for "@{-1}" to refer to the
previous branch the user was on in the "git branch -d @{-1}" command.
Replace "-" argument with "@{-1}" when the command line arguments are parsed.
Signed-off-by: Dinesh
---
builtin/branch.c | 11 -
From: Dinesh
***
This patch allows the usage of "-" as a short-hand for "@{-1}" in "git branch
-d @{-1}".
Note : This is a microproject that is part of the Google Summer of Code
application process.
I am interested in working on the git Beginner mode implementation as part of
Google Summer of
7 matches
Mail list logo