summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-03[PATCH] Make the SMTP server used by git-sendm-email-script configurable on t...Ryan Anderson
2005-08-03[PATCH] git-send-email-script: Reformat readline interface and generate a bet...Ryan Anderson
2005-08-03[PATCH] Add "--chain-reply-to" to git-send-email-script, to control whether o...Ryan Anderson
2005-08-03[PATCH] Cleanup initial comments, add copyright notices.Ryan Anderson
2005-08-03[PATCH] Convert from using quoted-printable to just 8bit encoding on all emails.Ryan Anderson
2005-08-03[PATCH] Add new dependencies caused by git-send-email-script to debian/controlRyan Anderson
2005-08-03[PATCH] Add documentation for git-send-email-scriptRyan Anderson
2005-08-03[PATCH] Add git-send-email-script - tool to send emails from git-format-patch...Ryan Anderson
2005-08-03[PATCH] Parallelize pulling by sshbarkalow@iabervon.org
2005-08-03[PATCH] Parallelize the pull algorithmbarkalow@iabervon.org
2005-08-03[PATCH] Object library enhancementsbarkalow@iabervon.org
2005-08-03Make sure leading directories exist when pushing refs.Junio C Hamano
2005-08-03receive-pack hooks updates.Junio C Hamano
2005-08-03Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano
2005-08-03[PATCH] list shortlog items in commit orderNicolas Pitre
2005-08-03Clean t/trash upon "make clean" as well.Junio C Hamano
2005-08-01GIT 0.99.3v0.99.3Junio C Hamano
2005-08-01[PATCH] git-merge-cache -q doesn't complain about failing merge programPetr Baudis
2005-08-01[PATCH] Fix sparse warningsLinus Torvalds
2005-08-01[PATCH] Do not rely on a sane wcJohannes Schindelin
2005-08-01[PATCH] Updates to tutorial.txtJohannes Schindelin
2005-08-01CVS-like push-pull description update.Junio C Hamano
2005-08-01[PATCH] Updates for cvs-migration.txtJohannes Schindelin
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM
2005-08-01Retire git-fetch-dumb-http and missing-revsJunio C Hamano
2005-08-01[PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org
2005-08-01[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org
2005-08-01[PATCH] Added hook in git-receive-packJosef Weidendorfer
2005-07-31[PATCH] Fix support for old libcurlbarkalow@iabervon.org
2005-07-31Fix typo in recent Makefile cleanup (again).Junio C Hamano
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano
2005-07-31Add a stupid "count objects" script.Junio C Hamano
2005-07-31Fetch from a packed repository on dumb servers.Junio C Hamano
2005-07-31Merge with gitk.Junio C Hamano
2005-07-31Fix some bugs causing application error popups.Paul Mackerras
2005-07-31[PATCH] add NO_CURL option to the MakefileJohannes Schindelin
2005-07-31Fix merge-base from getting confused.Linus Torvalds
2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds
2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano
2005-07-30Fix typo in recent Makefile cleanup.Junio C Hamano
2005-07-30[PATCH] document git-rev-list betterMatthias Urlichs
2005-07-30[PATCH] Build commands through object filesPetr Baudis
2005-07-30Skip --merge-order test when built with NO_OPENSSLJunio C Hamano
2005-07-30[PATCH] Support for NO_OPENSSLPetr Baudis
2005-07-30[PATCH] Reorder Makefile rulesPetr Baudis
2005-07-30[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis
2005-07-30[PATCH] Improve the compilation-time settings interfacePetr Baudis
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis
2005-07-30[PATCH] Trivial tidyupsPetr Baudis
2005-07-30[PATCH] mmap error handlingPavel Roskin