summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-15Introduce notation "ref^{type}".Libravatar Junio C Hamano1-0/+83
2005-10-15Ignore funny refname sent from remoteLibravatar Junio C Hamano6-6/+12
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Libravatar Junio C Hamano3-0/+16
2005-10-15git-check-ref-format: reject funny ref names.Libravatar Junio C Hamano6-38/+103
2005-10-15Merge branch 'fixes'Libravatar Junio C Hamano3-23/+218
2005-10-15Show curl error a bit better.Libravatar Junio C Hamano1-1/+3
2005-10-15Some curl versions lack curl_easy_duphandle()Libravatar Johannes Schindelin1-16/+44
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds16-14/+51
2005-10-14Use config file settings for httpLibravatar Nick Hengeveld1-21/+88
2005-10-14git-http-fetch: Remove size limit for objects/info/{packs,alternates}Libravatar Sergey Vlasov1-7/+36
2005-10-14debian packagingLibravatar Aneesh Kumar1-1/+1
2005-10-14Support git+ssh:// and ssh+git:// URLLibravatar Linus Torvalds1-0/+4
2005-10-14Add new programs and stamp file to .gitignore.Libravatar Tom Prince2-0/+4
2005-10-13format-patch: take sequence of ranges.Libravatar Junio C Hamano1-36/+63
2005-10-13Add "-l" flag for repacking only local packsLibravatar Linus Torvalds1-1/+5
2005-10-13Add support for "local" packingLibravatar Linus Torvalds1-3/+21
2005-10-13Keep track of whether a pack is local or notLibravatar Linus Torvalds3-8/+10
2005-10-13tutorial: update the initial commit example.Libravatar Junio C Hamano1-6/+8
2005-10-13git-am: do not fail if 3-way fallback succeeds.Libravatar Junio C Hamano1-8/+12
2005-10-13Adapt tutorial to cygwin and add test caseLibravatar Johannes Schindelin2-19/+212
2005-10-13Add findtags - reworkedLibravatar Martin Langhoff2-1/+96
2005-10-13Revert "Also use 'track_object_refs = 0' in update-server-info."Libravatar Sergey Vlasov1-3/+0
2005-10-13rsh.c: typo fixLibravatar Ralf Baechle1-1/+1
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Libravatar Junio C Hamano2-2/+10
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Libravatar Junio C Hamano1-9/+179
2005-10-12Fix packname hash generation.Libravatar Junio C Hamano2-6/+23
2005-10-12Add git-index-pack utilityLibravatar Sergey Vlasov5-1/+517
2005-10-12git-am: interactive should fail gracefully.Libravatar Junio C Hamano1-2/+2
2005-10-11git-fetch --tags: deal with tags with spaces in them.Libravatar Junio C Hamano1-5/+18
2005-10-11Quote reference names while fetching with curl.Libravatar Junio C Hamano1-8/+47
2005-10-11Merge branch 'fixes'Libravatar Junio C Hamano1-1/+4
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usLibravatar Martin Langhoff1-1/+4
2005-10-11Make git config variable names case-insensitiveLibravatar Linus Torvalds1-1/+1
2005-10-11Use git config file for committer name and email infoLibravatar Linus Torvalds9-78/+118
2005-10-11Export template_dir in Makefile.Libravatar Tom Prince1-1/+1
2005-10-11Use core.filemode.Libravatar Junio C Hamano4-9/+70
2005-10-11Improve config file escape sanity checkingLibravatar Linus Torvalds1-1/+6
2005-10-11show-branch: optionally use unique prefix as name.Libravatar Junio C Hamano4-44/+82
2005-10-11Support custom build options in config.makLibravatar Johannes Schindelin1-0/+2
2005-10-11Use git-update-ref and git-symbolic-ref in testsLibravatar Johannes Schindelin4-6/+6
2005-10-10Remove unused 'got_alternates' variable.Libravatar Junio C Hamano1-5/+1
2005-10-10Use the same move_temp_to_file in git-http-fetch.Libravatar Junio C Hamano3-31/+20
2005-10-10Restore functionality to allow proxies to cache objectsLibravatar Nick Hengeveld1-1/+7
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryLibravatar Nick Hengeveld3-3/+14
2005-10-10Set the parallel HTTP request limit via an environment variableLibravatar Nick Hengeveld1-11/+6
2005-10-10Only compile parallel HTTP support with CURL >= 7.9.8Libravatar Nick Hengeveld1-5/+57
2005-10-10Add support for parallel HTTP transfersLibravatar Nick Hengeveld1-223/+587
2005-10-10Remove empty directories after read-tree -u.Libravatar Junio C Hamano1-1/+30
2005-10-10Add ".git/config" file parserLibravatar Linus Torvalds6-1/+234
2005-10-10Merge branch 'fixes'Libravatar Junio C Hamano5-8/+14