Browse Source
The command line arguments given to "git push" are massaged into a list of refspecs in set_refspecs() function. This was implemented using xmalloc, strcpy and friends, but it is much easier to read if done using strbuf. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Junio C Hamano
11 years ago
1 changed files with 14 additions and 21 deletions
Loading…
Reference in new issue