git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Allow "-" as a short-hand for "@{-1}" for branch deletion
@ 2016-03-05  7:39 Dinesh Polathula
  2016-03-05  7:39 ` [PATCH] branch.c: Allow "-" as a short-hand for "@{-1}" in "git branch -d @{-1}" Dinesh Polathula
  2016-03-05  8:06 ` [PATCH] Allow "-" as a short-hand for "@{-1}" for branch deletion Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Dinesh Polathula @ 2016-03-05  7:39 UTC (permalink / raw)
  To: git; +Cc: Dinesh

From: Dinesh <dpdineshp2@gmail.com>

***
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. The mentor details for this particular project are not available on the Ideas page. The mentors are likely on this mailing list, so I request the mentors to drop me a mail so I can get in contact with you to further discuss the git Beginner mode project.
***

Dinesh (1):
  branch.c: Allow "-" as a short-hand for "@{-1}" in "git branch -d
    @{-1}"

 builtin/branch.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

-- 
2.8.0.rc0

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] Allow "-" as a short-hand for "@{-1}" for branch deletion
@ 2016-03-05 11:06 Dinesh Polathula
  0 siblings, 0 replies; 4+ messages in thread
From: Dinesh Polathula @ 2016-03-05 11:06 UTC (permalink / raw)
  To: git; +Cc: Dinesh

From: Dinesh <dpdineshp2@gmail.com>

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. The 
mentor details for this particular project are not available on 
the Ideas page. The mentors are likely on this mailing list, so 
I request the mentors to drop me a mail so I can get in contact 
with you to further discuss the git Beginner mode project.
***

Dinesh (1):
  branch.c: Allow "-" as a short-hand for "@{-1}" in "git branch -d
    @{-1}"

 builtin/branch.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

-- 
2.8.0.rc0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-05 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05  7:39 [PATCH] Allow "-" as a short-hand for "@{-1}" for branch deletion Dinesh Polathula
2016-03-05  7:39 ` [PATCH] branch.c: Allow "-" as a short-hand for "@{-1}" in "git branch -d @{-1}" Dinesh Polathula
2016-03-05  8:06 ` [PATCH] Allow "-" as a short-hand for "@{-1}" for branch deletion Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2016-03-05 11:06 Dinesh Polathula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).