git-tar-tree: no more void pointer arithmetic
[git.git] / send-pack.c
2005-12-07 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-04 Daniel BarkalowWarn when send-pack does nothing
2005-12-04 Junio C HamanoGIT 0.99.9l aka 1.0rc4 v0.99.9l v1.0rc4
2005-11-30 Junio C HamanoMerge branch 'jc/subdir'
2005-11-29 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Junio C HamanoMake networking commands to work from a subdirectory.
2005-11-28 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-07 Junio C HamanoGIT 0.99.9e v0.99.9e
2005-11-03 Junio C HamanoGIT 0.99.9c v0.99.9c
2005-11-03 Junio C HamanoBe careful when dereferencing tags.
2005-10-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-23 Junio C HamanoMerge branch 'fixes'
2005-10-23 Junio C HamanoMerge branch 'fixes'
2005-10-21 Junio C HamanoMerge branch 'fixes'
2005-10-21 Junio C HamanoMerge branch 'fixes'
2005-10-18 Junio C HamanoMerge branch 'fixes'
2005-10-18 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-16 Junio C HamanoIgnore funny refname sent from remote
2005-10-15 Junio C HamanoIgnore funny refname sent from remote
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-08-30 Junio C HamanoMerge refs/heads/master from paulus
2005-08-29 Junio C HamanoMerge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Junio C HamanoMerge refs/heads/master from .
2005-08-24 Junio C HamanoSupport +<src>:<dst> format in push as well.
2005-08-19 Junio C HamanoMerge from gitk
2005-08-18 Junio C HamanoMerge with gitk --parents change.
2005-08-18 Junio C HamanoMerge with gitk
2005-08-12 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with gitk.
2005-08-09 Junio C HamanoMerge with gitk.
2005-08-08 Junio C HamanoMerge with gitk.
2005-08-07 Junio C HamanoMerge with gitk.
2005-08-06 Junio C HamanoMerge with gitk.
2005-08-06 Junio C HamanoFix ref_newer() in send-pack.
2005-08-05 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoFix send-pack for non-commitish tags.
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 netz.smurf.noris.de/git/git
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...