author | Junio C Hamano <junkio@cox.net> | |
Thu, 11 May 2006 22:28:44 +0000 (15:28 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 22 May 2006 12:32:38 +0000 (05:32 -0700) | ||
commit | 9546010b7bbc25e037029a7dd83de9c57b7a935c | |
tree | 326b7ee4f10f7bd3979bf9f1e1c74f2ad5dde645 | tree | snapshot |
parent | 5e363541d0431b640e4bbbafb2941d1c64fa13c4 | commit | diff |
fetch-pack: output refs in the order they were given on the command line.
Currently, fetched refs are output in the order the remote side
happened to send them. This changes the order to match the
order of refs that were given on the command line. To the
existing core callers (git-fetch and git-clone) this does not
make any difference, but for other Porcelain use, it would be
more intuitive.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Currently, fetched refs are output in the order the remote side
happened to send them. This changes the order to match the
order of refs that were given on the command line. To the
existing core callers (git-fetch and git-clone) this does not
make any difference, but for other Porcelain use, it would be
more intuitive.
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c | diff | blob | history | |
fetch-pack.c | diff | blob | history |