[PATCH] Run Ispell through git.txt
[gitweb.git] / send-pack.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-06 Fix ref_newer() in send-pack.
2005-08-05 Merge with gitk.
2005-08-05 Fix send-pack for non-commitish tags.
2005-08-04 Renaming push.
2005-08-03 send-pack: handle partial pushes correctly.
2005-08-03 Make send-pack --all and explicit ref mutually exclusive.
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-27 Fix potential send-pack SIGSEGV
2005-07-19 git-send-pack: verify that sender is a proper superset...
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge three separate "fetch refs" functions
2005-07-16 git-send-pack: add "--all" option to send all refs...
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-14 [PATCH] Documentation: send/receive.
2005-07-12 git-send-pack: Fix duplicate refname match
2005-07-08 Teach 'git-send-pack' to send new branches and tags.
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Merge head 'cvs2git' of netz.smurf.noris.de/git/git
2005-07-05 Add "git_path()" and "head_ref()" helper functions.
2005-07-05 Merge with Linus' current tree
2005-07-04 Move ref path matching to connect.c library
2005-07-04 Factor out the ssh connection stuff from send-pack.c
2005-07-03 Fix gcc warning in send-pack.c
2005-06-30 Do ref matching on the sender side rather than on receiver
2005-06-30 git-send-pack: actually send the object pack
2005-06-30 Add comment on what send-pack still needs to do
2005-06-30 Slow but steady progress on git pack receive/send
2005-06-30 git-send-pack: start parsing local/remote reference...
2005-06-30 Make send/receive-pack be closer to doing something...
2005-06-30 Start of "git-send-pack", the local part of sending...