]> git.ipfire.org Git - thirdparty/git.git/history - connect.c
Renaming push.
[thirdparty/git.git] / connect.c
2005-08-04  Junio C HamanoRenaming push.
2005-07-31  Junio C HamanoMerge with gitk.
2005-07-29  Junio C HamanoMerge with gitk.
2005-07-23  Linus TorvaldsFix git protocol connection 'port' override
2005-07-23  YOSHIFUJI Hideaki[PATCH] GIT: Try all addresses for given remote name
2005-07-18  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16  Linus TorvaldsMerge three separate "fetch refs" functions
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-14  Linus TorvaldsAdd first cut at "git protocol" connect logic.
2005-07-08  Junio C Hamano[PATCH] Use sq_quote() to properly quote the parameter...
2005-07-08  Linus TorvaldsMark more characters shell-safe.
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05  Linus TorvaldsMove "get_ack()" to common git_connect functions
2005-07-05  Matthias UrlichsMerge with Linus' current tree
2005-07-04  Linus TorvaldsMove ref path matching to connect.c library
2005-07-04  Linus TorvaldsFactor out the ssh connection stuff from send-pack.c