summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-05GIT 0.99.9dv0.99.9dJunio C Hamano17-90/+321
2005-11-05git-clone: fix local cloneJunio C Hamano1-2/+1
2005-11-05init-db::copy_file() - use copy_fd()Junio C Hamano1-24/+3
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano1-1/+4
2005-11-05Documentation: format-patchJunio C Hamano1-0/+20
2005-11-05format-patch: "rev1.." should mean "rev1..HEAD"Junio C Hamano1-0/+7
2005-11-05Documentation: git-fetch/pull updates.Junio C Hamano4-4/+30
2005-11-04Added a few examples to git-pull man page.Jon Loeliger2-32/+103
2005-11-04Document the --no-commit flag betterJunio C Hamano2-2/+3
2005-11-04Documentation: -merge and -pull: describe merge strategies.Junio C Hamano4-11/+88
2005-11-04Documentation: git-add -- do not say "cache", add examples.Junio C Hamano1-4/+39
2005-11-03git-tag: Do not assume the working tree root is writable.Junio C Hamano1-11/+13
2005-11-03Remove the temp file if it is empty after the request has failedNick Hengeveld1-0/+5
2005-11-03GIT 0.99.9cv0.99.9cJunio C Hamano25-41/+219
2005-11-03Illustration: "Commit DAG Revision Naming"Junio C Hamano1-0/+26
2005-11-03Illustration: "Git Diff Types"Junio C Hamano1-0/+35
2005-11-03Illustration: "Fundamental Git Index Operations"Junio C Hamano1-0/+40
2005-11-03git-merge-ours: make sure our index matches HEADJunio C Hamano1-0/+7
2005-11-03Add 'ours' merge strategy.Junio C Hamano4-2/+10
2005-11-03Add --no-commit to git-merge/git-pull.Junio C Hamano2-12/+22
2005-11-02Document --since and --until options to rev-parse.Junio C Hamano1-0/+8
2005-11-02Be careful when dereferencing tags.Junio C Hamano9-14/+21
2005-11-02[PATCH] Clean up the SunOS Makefile rulePeter Eriksen1-1/+1
2005-11-02Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano1-0/+8
2005-11-02remove CR/LF from .gitignoreAlex Riesen2-1/+13
2005-11-02Do not fail on hierarchical branch names.Junio C Hamano2-1/+5
2005-11-02Make test-date buildable again.Junio C Hamano1-2/+2
2005-11-01git-clone: do not forget to create origin branch.Junio C Hamano1-4/+11
2005-11-01Do not put automatic merge message after signed-off-by line.Junio C Hamano1-3/+3
2005-11-01GIT 0.99.9bv0.99.9bJunio C Hamano15-156/+98
2005-11-01Add -P to the documentation head.Junio C Hamano1-1/+1
2005-11-01cvsimport: cvsps should be quiet tooMartin Langhoff1-0/+1
2005-11-01cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff2-4/+12
2005-11-01cvsimport: catch error condition where cvs host disappearsMartin Langhoff1-0/+4
2005-11-01Do not install backward compatibility links anymore.Junio C Hamano2-5/+12
2005-11-01Strip any trailing slash on destination argumentJosef Weidendorfer1-0/+2
2005-11-01git-am.txt is no stub anymorePetr Baudis1-2/+0
2005-11-01Documentation for git-fmt-merge-msgPetr Baudis2-0/+49
2005-11-01Remove git-findtags.perlPetr Baudis2-95/+1
2005-11-01Remove 'Previously this command was known as ...' messages.Jon Loeliger1-44/+0
2005-11-01Fix constness of input in mozilla-sha1/sha1.c::SHA1_Update().Junio C Hamano2-3/+3
2005-11-01Document the use of "current directory" as pull source.Junio C Hamano2-1/+6
2005-10-31Merge branch 'fixes'Junio C Hamano3-0/+45
2005-10-30Add examples for git-log documentation and others.Linus Torvalds3-0/+45
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