summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-16Squelch compiler warnings from connect.cJunio C Hamano
2005-10-16Disable hooks during tests.Junio C Hamano
2005-10-16Sparse fixes for http-fetchPeter Hagervall
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano
2005-10-15Introduce notation "ref^{type}".Junio C Hamano
2005-10-15Ignore funny refname sent from remoteJunio C Hamano
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-15Merge branch 'fixes'Junio C Hamano
2005-10-15Show curl error a bit better.Junio C Hamano
2005-10-15Some curl versions lack curl_easy_duphandle()Johannes Schindelin
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-10-15Use config file settings for httpNick Hengeveld
2005-10-15git-http-fetch: Remove size limit for objects/info/{packs,alternates}Sergey Vlasov
2005-10-15debian packagingAneesh Kumar
2005-10-15Support git+ssh:// and ssh+git:// URLLinus Torvalds
2005-10-15Add new programs and stamp file to .gitignore.Tom Prince
2005-10-14format-patch: take sequence of ranges.Junio C Hamano
2005-10-13Add "-l" flag for repacking only local packsLinus Torvalds
2005-10-13Add support for "local" packingLinus Torvalds
2005-10-13Keep track of whether a pack is local or notLinus Torvalds
2005-10-13tutorial: update the initial commit example.Junio C Hamano
2005-10-13git-am: do not fail if 3-way fallback succeeds.Junio C Hamano
2005-10-13Adapt tutorial to cygwin and add test caseJohannes Schindelin
2005-10-13Add findtags - reworkedMartin Langhoff
2005-10-13Revert "Also use 'track_object_refs = 0' in update-server-info."Sergey Vlasov
2005-10-13rsh.c: typo fixRalf Baechle
2005-10-13clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano
2005-10-13clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano
2005-10-13Fix packname hash generation.Junio C Hamano
2005-10-13Add git-index-pack utilitySergey Vlasov
2005-10-13git-am: interactive should fail gracefully.Junio C Hamano
2005-10-12git-fetch --tags: deal with tags with spaces in them.Junio C Hamano
2005-10-12Quote reference names while fetching with curl.Junio C Hamano
2005-10-12Merge branch 'fixes'Junio C Hamano
2005-10-12[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff
2005-10-12Make git config variable names case-insensitiveLinus Torvalds
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-12Export template_dir in Makefile.Tom Prince
2005-10-12Use core.filemode.Junio C Hamano
2005-10-11Improve config file escape sanity checkingLinus Torvalds
2005-10-11show-branch: optionally use unique prefix as name.Junio C Hamano
2005-10-11Support custom build options in config.makJohannes Schindelin
2005-10-11Use git-update-ref and git-symbolic-ref in testsJohannes Schindelin
2005-10-11Remove unused 'got_alternates' variable.Junio C Hamano
2005-10-11Use the same move_temp_to_file in git-http-fetch.Junio C Hamano
2005-10-11Restore functionality to allow proxies to cache objectsNick Hengeveld
2005-10-11[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld
2005-10-11Set the parallel HTTP request limit via an environment variableNick Hengeveld
2005-10-11Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld