summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-30GIT 0.99.9av0.99.9aJunio C Hamano197-1876/+8143
2005-10-30Work around an RPM build problem.Junio C Hamano1-1/+1
2005-10-30Fix rev-list documentation again (--sparse and pathspec)Junio C Hamano1-4/+5
2005-10-30Update git-pack-objects documentation.Junio C Hamano1-1/+6
2005-10-30Update git-rev-list options list in rev-parse.Junio C Hamano1-0/+2
2005-10-30Update usage string and documentation for git-rev-list.Junio C Hamano2-17/+70
2005-10-30Add to usage and docs for git-add.shChris Shoemaker2-1/+15
2005-10-30Add to documentation of git-update-index arguments and usage.Chris Shoemaker2-8/+25
2005-10-30Add usage statement to git-checkout.shChris Shoemaker1-0/+7
2005-10-30GIT 0.99.9 master branch.Junio C Hamano1-1/+1
2005-10-29GIT 0.99.9v0.99.9Junio C Hamano2-1/+7
2005-10-29Documentation updates.Junio C Hamano3-7/+59
2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano1-18/+10
2005-10-29Teach local-fetch about lazy object directories.Junio C Hamano1-2/+3
2005-10-29Fix recent documentation format breakage.Junio C Hamano1-6/+6
2005-10-28make t5501 less annoyingJohannes Schindelin1-2/+2
2005-10-28fix multi_ack.Johannes Schindelin2-5/+10
2005-10-28git-fetch-pack: Support multi_ack extensionJohannes Schindelin2-17/+46
2005-10-28git-upload-pack: Support the multi_ack protocolJohannes Schindelin1-23/+24
2005-10-28Support receiving server capabilitiesJohannes Schindelin2-1/+16
2005-10-28git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin1-5/+22
2005-10-28Implement an interoperability test for fetch-pack/upload-packJohannes Schindelin1-0/+43
2005-10-28Implement a test for git-fetch-pack/git-upload-packJohannes Schindelin1-0/+136
2005-10-28Make maximal use of the remote refsJohannes Schindelin1-20/+52
2005-10-28Subject: [PATCH] git-fetch-pack: Do not use git-rev-listJohannes Schindelin1-32/+132
2005-10-28git-apply --numstatJunio C Hamano2-2/+32
2005-10-28Add usage help to git-push.shc.shoemaker@cox.net1-3/+10
2005-10-28Add usage help for git-reset.shc.shoemaker@cox.net1-0/+6
2005-10-28Minor clarifications in diffcore documentationc.shoemaker@cox.net1-27/+38
2005-10-28Remove -r from common diff options documentation in one more placec.shoemaker@cox.net1-4/+0
2005-10-28update usage string for git-commit.shc.shoemaker@cox.net1-1/+1
2005-10-28git-push.sh: Retain cuteness, add helpfulness.c.shoemaker@cox.net1-1/+2
2005-10-28Be more careful about reference parsingLinus Torvalds2-0/+28
2005-10-28Be marginally more careful about removing objectsLinus Torvalds3-0/+3
2005-10-28Documentation changes to recursive option for git-diff-treeChris Shoemaker4-5/+9
2005-10-28fix testsuite to tolerate spaces in pathPavel Roskin1-4/+4
2005-10-28Document git-patch-id a bit better.Junio C Hamano1-0/+6
2005-10-28Add more generated files to .gitignoreJohannes Schindelin1-0/+3
2005-10-28Link git-name-rev and git-symbolic-ref from the main git pageJohannes Schindelin1-0/+6
2005-10-28Create object subdirectories on demand (phase II)Linus Torvalds4-10/+6
2005-10-27Merge branch 'js-fat'Junio C Hamano1-0/+37
2005-10-27Merge branch 'lt-dense'Junio C Hamano2-18/+31
2005-10-27Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-2/+2
2005-10-27[PATCH] Make "gitk" work better with dense revlistsLinus Torvalds1-2/+2
2005-10-26git-rev-list: do not forget non-commit refsLinus Torvalds1-12/+14
2005-10-26git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2-8/+19
2005-10-26Test in git-init-db if the filemode can be trustedJohannes Schindelin1-0/+37
2005-10-26Add git-name-revJohannes Schindelin3-1/+313
2005-10-26pack-objects: Allow use of pre-generated pack.Junio C Hamano4-12/+112
2005-10-26Fix what to do and how to detect when hardlinking failsLinus Torvalds1-13/+14
2005-10-26Fix cloning (memory corruption)Johannes Schindelin1-7/+8
2005-10-25upload-pack: tighten request validation.Junio C Hamano1-4/+27
2005-10-25Work around missing hard links on FAT formatted mediaJohannes Schindelin2-2/+5
2005-10-25create_symref: if symlink fails, fall back to writing a "symbolic ref"Johannes Schindelin1-5/+7
2005-10-25Add [v]iew patch in git-am interactive.Junio C Hamano1-5/+8
2005-10-25git-am: make it easier after fixing up an unapplicable patch.Junio C Hamano2-8/+14
2005-10-25git-rev-list: fix "--dense" flagLinus Torvalds1-8/+43
2005-10-25Add some missing commands to the git.txt commands listPetr Baudis1-0/+18
2005-10-25Add usage string to git-update-indexPetr Baudis1-0/+5
2005-10-25Documentation for git-shellPetr Baudis2-0/+38
2005-10-25Check another error condition in git-mvJosef Weidendorfer1-1/+11
2005-10-25fix daemon.c to compile on OpenBSDRandal L. Schwartz1-2/+2
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano3-196/+72
2005-10-24upload-pack: fix thinko in common-commit finder code.Junio C Hamano1-1/+3
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2-14/+41
2005-10-24git-fetch-pack: Do not use git-rev-listJohannes Schindelin1-32/+119
2005-10-24git-upload-pack: Support sending multiple ACK messagesJohannes Schindelin1-22/+15
2005-10-24git-upload-pack: More efficient usage of the has_sha1 arrayJohannes Schindelin1-5/+20
2005-10-24Add git-shell.Linus Torvalds4-2/+106
2005-10-24Clarify git status output.Junio C Hamano1-1/+1
2005-10-24Require zlib >= 1.2 for RPM.Andreas Ericsson1-1/+1
2005-10-23Add git-mvJosef Weidendorfer3-1/+237
2005-10-23Silence confusing and false-positive curl error messagePetr Baudis1-3/+6
2005-10-23GIT 0.99.8gv0.99.8gJunio C Hamano2-1/+7
2005-10-23Merge branch 'fixes'Junio C Hamano1-1/+1
2005-10-23Merge branch 'fixes'Junio C Hamano1-1/+1
2005-10-23git-show-branch: Fix off-by-one error.Junio C Hamano1-1/+1
2005-10-22git-rev-list: add "--dense" flagLinus Torvalds1-5/+63
2005-10-22Teach git-rev-list to follow just a specified set of filesLinus Torvalds1-4/+125
2005-10-22Split up tree diff functions into tree-diff.c libraryLinus Torvalds5-269/+317
2005-10-22Allow git-merge not to commit.Junio C Hamano1-11/+17
2005-10-22upload-pack: Increase MAX_HAS.Junio C Hamano1-2/+2
2005-10-21Fix malformatted git-am documentation.Junio C Hamano1-1/+1
2005-10-21[PATCH 3/3] Allow running requests to finish after a pull errorNick Hengeveld1-2/+13
2005-10-21[PATCH 2/3] Switched back to loading alternates as neededNick Hengeveld1-16/+29
2005-10-21[PATCH 1/3] Clean up CURL handles in unused request slotsNick Hengeveld1-6/+20
2005-10-20Merge branch 'fixes'Junio C Hamano1-6/+6
2005-10-20Merge branch 'fixes'Junio C Hamano1-2/+2
2005-10-20daemon.c: remove trailing whitespace.Junio C Hamano1-2/+2
2005-10-20Fix git-daemon argument-parsing bugH. Peter Anvin1-1/+1
2005-10-20Fix git-daemon argument-parsing bugH. Peter Anvin1-1/+1
2005-10-20Update git-daemon's documentation wrt. new optionsPetr Baudis1-2/+20
2005-10-20Finish git-am documentation.Junio C Hamano1-10/+49
2005-10-20Brief documentation for the mysterious git-am scriptPetr Baudis3-1/+54
2005-10-20git-rev-parse: pass on "--" flag when requiredLinus Torvalds1-0/+4
2005-10-20Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis1-1/+9
2005-10-20Make git-cherry-pick in target "all"Johannes Schindelin2-2/+5
2005-10-20Fix missing exports in git-amJunio C Hamano1-0/+1
2005-10-20git-daemon poll() spinning out of controlJens Axboe1-1/+1
2005-10-20Merge /pub/scm/git/git to recover lost side branchJunio C Hamano12-109/+164
2005-10-19Make sure we barf on ref^{type} failure.Junio C Hamano1-1/+3
2005-10-19Be more careful tangling object chains while marking commits.Junio C Hamano1-4/+10
2005-10-19git-fetch/push/pull: documentation.Junio C Hamano4-10/+18
2005-10-19Do not feed rev-list an invalid SHA1 expression.Junio C Hamano1-9/+23
2005-10-19[PATCH] Do not send "want" lines for complete objectsJohannes Schindelin1-8/+25
2005-10-19count-objects: squelch error from find on sparse object directory.Junio C Hamano1-1/+1
2005-10-19git-daemon: timeout, eliminate double DWIMH. Peter Anvin2-7/+59
2005-10-19git-clone: always keep pack sent from remote (documentation).Junio C Hamano1-12/+3
2005-10-19git-clone: always keep pack sent from remote.Junio C Hamano1-68/+4
2005-10-19Do not ask for objects known to be complete.Junio C Hamano1-2/+62
2005-10-19Support for HTTP transfer timeouts based on transfer speedNick Hengeveld1-0/+29
2005-10-19git-daemon: timeout, eliminate double DWIMH. Peter Anvin2-7/+59
2005-10-19GIT 0.99.8fv0.99.8fJunio C Hamano2-1/+7
2005-10-19Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin1-1/+1
2005-10-19Do not ask for objects known to be complete.Junio C Hamano1-2/+62
2005-10-19Optimize common case of git-rev-listLinus Torvalds1-0/+5
2005-10-19revised^2: git-daemon extra paranoia, and path DWIMH. Peter Anvin1-21/+57
2005-10-18git-fetch-pack: avoid unnecessary zero packingLinus Torvalds1-6/+44
2005-10-18Do not ask for objects known to be complete.Junio C Hamano1-2/+62
2005-10-18Even when overwriting tags, report if they are changed or not.Junio C Hamano1-1/+6
2005-10-18Optimize common case of git-rev-listLinus Torvalds1-0/+5
2005-10-18revised^2: git-daemon extra paranoia, and path DWIMH. Peter Anvin1-21/+57
2005-10-18Remove unused include.Junio C Hamano2-4/+0
2005-10-18git-fetch-pack: avoid unnecessary zero packingLinus Torvalds1-6/+44
2005-10-18No funny names on cygwin...Johannes Schindelin1-0/+3
2005-10-18Ignore more generated filesJohannes Schindelin1-0/+3
2005-10-18Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin1-1/+1
2005-10-18git-checkout: revert specific paths to either index or a given tree-ish.Junio C Hamano2-18/+103
2005-10-18Teach git-add and git-commit to handle filenames starting with '-'.Junio C Hamano2-3/+3
2005-10-18Handle "-" at beginning of filenames, part 3Linus Torvalds1-1/+1
2005-10-18Teach "git diff" to handle filenames starting with '-'Linus Torvalds2-4/+9
2005-10-18Avoid ambiguity between refname and filename in rev-parseLinus Torvalds1-4/+8
2005-10-17GIT 0.99.8ev0.99.8eJunio C Hamano4-4/+10
2005-10-17Forward port the "funny ref avoidance" in clone and fetch from maint branch.Junio C Hamano2-2/+6
2005-10-17Adjust tests for not quoting SP.Junio C Hamano1-5/+11
2005-10-17Do not quote SP.Junio C Hamano1-2/+2
2005-10-17git-apply: remove unused --show-files flag.Junio C Hamano2-43/+2
2005-10-17update-index --index-info: adjust for funny-path quoting.Junio C Hamano1-5/+17
2005-10-17Add tests for funny pathnames.Junio C Hamano1-0/+133
2005-10-17Update documentation for C-style quoting.Junio C Hamano4-2/+33
2005-10-17Update git-status to new git-diff-* and git-ls-files output.Junio C Hamano1-32/+35
2005-10-17Update git-diff-* to use C-style quoting for funny pathnames.Junio C Hamano1-40/+95
2005-10-17Improve "git add" again.Junio C Hamano2-15/+49
2005-10-17Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano2-9/+19
2005-10-17Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano2-46/+186
2005-10-17Functions to quote and unquote pathnames in C-style.Junio C Hamano2-2/+175
2005-10-17Merge branch 'fixes'Junio C Hamano2-61/+68
2005-10-17Merge branch 'fixes'Junio C Hamano2-61/+68
2005-10-17git-checkout-index: documentation updates.Junio C Hamano1-13/+7
2005-10-17make checkout-index '-a' flag saner.Linus Torvalds1-48/+61
2005-10-17Do not quote SP.Junio C Hamano1-2/+2
2005-10-16ref-format documentation.Junio C Hamano3-2/+66
2005-10-16Sparse-directory safety fix.Junio C Hamano1-1/+1
2005-10-16Merge branch 'fixes'Junio C Hamano1-0/+7
2005-10-16Merge branch 'fixes'Junio C Hamano1-0/+7
2005-10-16We do not depend on patch.Junio C Hamano1-2/+2
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano5-5/+859
2005-10-16Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano1-39/+169
2005-10-16Functions to quote and unquote pathnames in C-style.Junio C Hamano2-1/+172
2005-10-16svn commit: re-word the exit-due-to-memory-leak messageMatthias Urlichs1-1/+2
2005-10-16Makefile entry for git-svnimport contained a small typo.Kalle Valo1-1/+1
2005-10-16Squelch compiler warnings from connect.cJunio C Hamano1-0/+1
2005-10-16Disable hooks during tests.Junio C Hamano1-1/+5
2005-10-16Sparse fixes for http-fetchPeter Hagervall1-15/+17
2005-10-15whatchanged: document -m option from git-diff-tree.Junio C Hamano1-0/+7
2005-10-15GIT v0.99.8dv0.99.8dJunio C Hamano5-3/+18
2005-10-15Introduce notation "ref^{type}".Junio C Hamano1-0/+83
2005-10-15Ignore funny refname sent from remoteJunio C Hamano6-6/+12
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano3-0/+16
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano6-38/+103
2005-10-15Revert "Adapt tutorial to cygwin and add test case"Junio C Hamano2-212/+19
2005-10-15Revert "tutorial: update the initial commit example."Junio C Hamano1-8/+6
2005-10-15Show peeled onion from upload-pack and server-info.Junio C Hamano3-0/+16
2005-10-15Introduce notation "ref^{type}".Junio C Hamano1-0/+83
2005-10-15Ignore funny refname sent from remoteJunio C Hamano6-6/+12
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano3-0/+16
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano6-38/+103
2005-10-15Merge branch 'fixes'Junio C Hamano3-23/+218
2005-10-15Merge branch 'fixes'Junio C Hamano3-23/+218
2005-10-15Show curl error a bit better.Junio C Hamano1-1/+3
2005-10-15Some curl versions lack curl_easy_duphandle()Johannes Schindelin1-16/+44
2005-10-14Unlocalized isspace and friendsLinus Torvalds16-14/+51
2005-10-14Use config file settings for httpNick Hengeveld1-21/+88
2005-10-14git-http-fetch: Remove size limit for objects/info/{packs,alternates}Sergey Vlasov1-7/+36
2005-10-14debian packagingAneesh Kumar1-1/+1
2005-10-14Support git+ssh:// and ssh+git:// URLLinus Torvalds1-0/+4
2005-10-14Add new programs and stamp file to .gitignore.Tom Prince2-0/+4
2005-10-13format-patch: take sequence of ranges.Junio C Hamano1-36/+63
2005-10-13Add "-l" flag for repacking only local packsLinus Torvalds1-1/+5
2005-10-13Add support for "local" packingLinus Torvalds1-3/+21
2005-10-13Keep track of whether a pack is local or notLinus Torvalds3-8/+10
2005-10-13tutorial: update the initial commit example.Junio C Hamano1-6/+8
2005-10-13git-am: do not fail if 3-way fallback succeeds.Junio C Hamano1-8/+12
2005-10-13Adapt tutorial to cygwin and add test caseJohannes Schindelin2-19/+212
2005-10-13Add findtags - reworkedMartin Langhoff2-1/+96
2005-10-13Revert "Also use 'track_object_refs = 0' in update-server-info."Sergey Vlasov1-3/+0
2005-10-13rsh.c: typo fixRalf Baechle1-1/+1
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano2-2/+10
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano1-9/+179
2005-10-12Fix packname hash generation.Junio C Hamano2-6/+23