]> git.ipfire.org Git - thirdparty/git.git/history - send-pack.c
Renaming push.
[thirdparty/git.git] / send-pack.c
2005-08-04  Junio C HamanoRenaming push.
2005-08-03  Junio C Hamanosend-pack: handle partial pushes correctly.
2005-08-03  Junio C HamanoMake send-pack --all and explicit ref mutually exclusive.
2005-07-31  Junio C HamanoMerge with gitk.
2005-07-29  Junio C HamanoMerge with gitk.
2005-07-27  Linus TorvaldsFix potential send-pack SIGSEGV
2005-07-19  Linus Torvaldsgit-send-pack: verify that sender is a proper superset...
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 Torvaldsgit-send-pack: add "--all" option to send all refs...
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-14  Junio C Hamano[PATCH] Documentation: send/receive.
2005-07-12  Linus Torvaldsgit-send-pack: Fix duplicate refname match
2005-07-08  Linus TorvaldsTeach 'git-send-pack' to send new branches and tags.
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05  Linus TorvaldsMerge head 'cvs2git' of http://netz.smurf.noris.de...
2005-07-05  Linus TorvaldsAdd "git_path()" and "head_ref()" helper 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
2005-07-03  Linus TorvaldsFix gcc warning in send-pack.c
2005-06-30  Linus TorvaldsDo ref matching on the sender side rather than on receiver
2005-06-30  Linus Torvaldsgit-send-pack: actually send the object pack
2005-06-30  Linus TorvaldsAdd comment on what send-pack still needs to do
2005-06-30  Linus TorvaldsSlow but steady progress on git pack receive/send
2005-06-30  Linus Torvaldsgit-send-pack: start parsing local/remote reference...
2005-06-30  Linus TorvaldsMake send/receive-pack be closer to doing something...
2005-06-30  Linus TorvaldsStart of "git-send-pack", the local part of sending...