All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Allow "-" as a short-hand for "@{-1}" in "git branch -d @{-1}"
@ 2016-03-06 12:48 Dinesh Polathula
  2016-03-06 12:48 ` Dinesh Polathula
  0 siblings, 1 reply; 4+ messages in thread
From: Dinesh Polathula @ 2016-03-06 12:48 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  <at> {-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):
  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-06 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06 12:48 [PATCH] Allow "-" as a short-hand for "@{-1}" in "git branch -d @{-1}" Dinesh Polathula
2016-03-06 12:48 ` Dinesh Polathula
2016-03-06 19:35   ` Eric Sunshine
2016-03-06 21:09     ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.