[PATCH] Run Ispell through git.txt
[gitweb.git] / connect.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 Use GIT_SSH environment to specify alternate ssh binary.
2005-08-10 [PATCH] -Werror fixes
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 send-pack: allow generic sha1 expression on the source...
2005-08-06 send-pack: allow the same source to be pushed more...
2005-08-06 Merge with gitk.
2005-08-05 Fix refname termination.
2005-08-05 Merge with gitk.
2005-08-04 [PATCH] Fix sparse warnings
2005-08-04 Renaming push.
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-23 Fix git protocol connection 'port' override
2005-07-23 [PATCH] GIT: Try all addresses for given remote name
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge three separate "fetch refs" functions
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-14 Add first cut at "git protocol" connect logic.
2005-07-08 [PATCH] Use sq_quote() to properly quote the parameter...
2005-07-08 Mark more characters shell-safe.
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Move "get_ack()" to common git_connect 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