summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-153-0/+16
* Introduce notation "ref^{type}".Junio C Hamano2005-10-151-0/+83
* Ignore funny refname sent from remoteJunio C Hamano2005-10-156-6/+12
* Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano2005-10-153-0/+16
* git-check-ref-format: reject funny ref names.Junio C Hamano2005-10-156-38/+103
* Merge branch 'fixes'Junio C Hamano2005-10-153-23/+218
|\
| * tutorial: update the initial commit example.Junio C Hamano2005-10-131-6/+8
| * Adapt tutorial to cygwin and add test caseJohannes Schindelin2005-10-132-19/+212
| * rsh.c: typo fixRalf Baechle2005-10-131-1/+1
* | Show curl error a bit better.Junio C Hamano2005-10-151-1/+3
* | Some curl versions lack curl_easy_duphandle()Johannes Schindelin2005-10-151-16/+44
* | Unlocalized isspace and friendsLinus Torvalds2005-10-1416-14/+51
* | Use config file settings for httpNick Hengeveld2005-10-141-21/+88
* | git-http-fetch: Remove size limit for objects/info/{packs,alternates}Sergey Vlasov2005-10-141-7/+36
* | debian packagingAneesh Kumar2005-10-141-1/+1
* | Support git+ssh:// and ssh+git:// URLLinus Torvalds2005-10-141-0/+4
* | Add new programs and stamp file to .gitignore.Tom Prince2005-10-142-0/+4
* | format-patch: take sequence of ranges.Junio C Hamano2005-10-131-36/+63
* | Add "-l" flag for repacking only local packsLinus Torvalds2005-10-131-1/+5
* | Add support for "local" packingLinus Torvalds2005-10-131-3/+21
* | Keep track of whether a pack is local or notLinus Torvalds2005-10-133-8/+10
* | git-am: do not fail if 3-way fallback succeeds.Junio C Hamano2005-10-131-8/+12
* | Add findtags - reworkedMartin Langhoff2005-10-132-1/+96
* | Revert "Also use 'track_object_refs = 0' in update-server-info."Sergey Vlasov2005-10-131-3/+0
* | clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano2005-10-122-2/+10
* | clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano2005-10-121-9/+179
* | Fix packname hash generation.Junio C Hamano2005-10-122-6/+23
* | Add git-index-pack utilitySergey Vlasov2005-10-125-1/+517
* | git-am: interactive should fail gracefully.Junio C Hamano2005-10-121-2/+2
* | git-fetch --tags: deal with tags with spaces in them.Junio C Hamano2005-10-111-5/+18
* | Quote reference names while fetching with curl.Junio C Hamano2005-10-111-8/+47
* | Merge branch 'fixes'Junio C Hamano2005-10-111-1/+4
|\ \ | |/
| * [PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff2005-10-111-1/+4
* | Make git config variable names case-insensitiveLinus Torvalds2005-10-111-1/+1
* | Use git config file for committer name and email infoLinus Torvalds2005-10-119-78/+118
* | Export template_dir in Makefile.Tom Prince2005-10-111-1/+1
* | Use core.filemode.Junio C Hamano2005-10-114-9/+70
* | Improve config file escape sanity checkingLinus Torvalds2005-10-111-1/+6
* | show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-114-44/+82
* | Support custom build options in config.makJohannes Schindelin2005-10-111-0/+2
* | Use git-update-ref and git-symbolic-ref in testsJohannes Schindelin2005-10-114-6/+6
* | Remove unused 'got_alternates' variable.Junio C Hamano2005-10-101-5/+1
* | Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-103-31/+20
* | Restore functionality to allow proxies to cache objectsNick Hengeveld2005-10-101-1/+7
* | [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-103-3/+14
* | Set the parallel HTTP request limit via an environment variableNick Hengeveld2005-10-101-11/+6
* | Only compile parallel HTTP support with CURL >= 7.9.8Nick Hengeveld2005-10-101-5/+57
* | Add support for parallel HTTP transfersNick Hengeveld2005-10-101-223/+587
* | Remove empty directories after read-tree -u.Junio C Hamano2005-10-101-1/+30
* | Add ".git/config" file parserLinus Torvalds2005-10-106-1/+234