summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-09GIT 0.99.9gv0.99.9gJunio C Hamano19-115/+256
2005-11-09Make git-recursive the default strategy for git-pull.Junio C Hamano1-2/+14
2005-11-09Use 'merge-base --all' where applicable.Junio C Hamano1-2/+9
2005-11-09Merge branch 'hold/svn'Junio C Hamano1-54/+109
2005-11-09Merge branch 'hold/rpm'Junio C Hamano1-6/+44
2005-11-09git-apply: do not fail on binary diff when not applying nor checking.Junio C Hamano1-6/+19
2005-11-09Update INSTALLJunio C Hamano1-3/+6
2005-11-09merge-recursive: Fix support for branch names containing slashesFredrik Kuivinen1-0/+1
2005-11-09merge-recursive: Fix limited output of rename messagesFredrik Kuivinen1-8/+4
2005-11-08Fix cvsexportcommit syntax errorAlexander Litvinov1-1/+1
2005-11-08Update howto using-topic-branchesLuck, Tony1-7/+7
2005-11-08sparse fixes for http-{fetch,push}.cPeter Hagervall2-15/+15
2005-11-08git-tag -d <tag>: delete tag <tag>Kai Ruemmler2-2/+11
2005-11-08make tests ignorable with "make -i"Alex Riesen1-3/+8
2005-11-08fix t5000-tar-tree.sh when $TAR isn't setAlex Riesen1-0/+1
2005-11-08Clean build annoyance.Junio C Hamano2-5/+0
2005-11-08GIT 0.99.9fv0.99.9fJunio C Hamano18-133/+305
2005-11-08Separate RPMS for programs with non-standard dependencies.Jim Radford1-6/+44
2005-11-08Fix a couple of obvious and insignificant typo.Junio C Hamano1-2/+2
2005-11-08Lift the default limit of number of revs.Yaacov Akiba Slama1-6/+6
2005-11-08Handle a revision that only creates a new tag correctly.Yaacov Akiba Slama1-0/+5
2005-11-08Bundle file copies from multiple branches into a merge.Yaacov Akiba Slama1-6/+16
2005-11-08copy_dir becomes copy_path and handles both files and directoriesYaacov Akiba Slama1-37/+53
2005-11-08Don't output error on changes in the nodes /, /tags or /branchesYaacov Akiba Slama1-1/+6
2005-11-08Add node_kind function to differentiate between file and directoryYaacov Akiba Slama1-3/+18
2005-11-08Use svn pools to solve the memory leak problem.Yaacov Akiba Slama1-2/+6
2005-11-08git-am: do not lose already edited final-commit when resuming.Junio C Hamano1-12/+19
2005-11-08ls-files and read-tree need core.filemodeAlex Riesen2-0/+3
2005-11-08Debian: packaging updates.Junio C Hamano8-12/+18
2005-11-08Use consistent shell prompts and example style.Jon Loeliger1-88/+138
2005-11-08Add --tags documentation, scraped from JC mail.Jon Loeliger1-0/+3
2005-11-08Add support for git-http-push to git-push scriptNick Hengeveld1-2/+7
2005-11-08Tutorial: do not use 'git resolve'.Junio C Hamano1-7/+8
2005-11-08Documentation: fix dependency generation.Junio C Hamano2-11/+36
2005-11-07Add bug isolation howto, scraped from Linus.Jon Loeliger1-0/+65
2005-11-07Merge branch 'master'Junio C Hamano14-24/+364
2005-11-07Ignore more generated files.Junio C Hamano1-0/+4
2005-11-07Fix documentation dependency generation.Junio C Hamano3-9/+36
2005-11-07Documentation: asciidoc formatting fix for git-cvsexportcommit doc.Junio C Hamano1-1/+1
2005-11-07merge-recursive: Only print relevant rename messagesFredrik Kuivinen1-7/+15
2005-11-07Do not fail on hierarchical tagnames.Junio C Hamano1-1/+2
2005-11-07Small bugfixes for http-push.cJohannes Schindelin1-2/+12
2005-11-07Make http-push smarter about creating remote dirsNick Hengeveld1-1/+9
2005-11-07Introducing: git-cvsexportcommitMartin Langhoff3-1/+282
2005-11-07Documentation update: use git branch -d foo where applicableKai Ruemmler3-3/+4
2005-11-07Recover dropped +x bit from git-pull.sh by accident.Junio C Hamano1-0/+0
2005-11-06Merge branch 'master'Junio C Hamano10-56/+229
2005-11-06Documentation: talk about guts of merge in tutorial.Junio C Hamano1-8/+159
2005-11-06Refactored merge options into separate merge-options.txt.Jon Loeliger9-48/+70
2005-11-06GIT 0.99.9ev0.99.9eJunio C Hamano26-88/+2144
2005-11-06http-fetch: do not use curl_message after releasing itJohannes Schindelin1-3/+3
2005-11-06Allow GIT_DIR to be an absolute pathJohannes Schindelin1-0/+2
2005-11-06http-push.c: include with angle bracket, not dq.Paul Collins1-1/+1
2005-11-06Set up remotes/origin to track all remote branches.Junio C Hamano2-3/+12
2005-11-06git-status: do not mark unmerged paths as committable.Junio C Hamano1-1/+1
2005-11-06ls-files: --others should not say unmerged paths are unknown.Junio C Hamano1-2/+24
2005-11-06Use fink/darwinport paths for OSXRandal L. Schwartz1-0/+4
2005-11-06Refactor merge strategies into separate includable file.Jon Loeliger3-35/+38
2005-11-06Document expat dependency when using http-push.Junio C Hamano1-0/+3
2005-11-06Merge in http-push first stage.Junio C Hamano3-2/+1911
2005-11-06Refresh the remote lock if it is about to expireNick Hengeveld1-27/+79
2005-11-06Improve lock handlingNick Hengeveld1-54/+147
2005-11-06Support remote references with slashes in their namesNick Hengeveld1-3/+39
2005-11-06Verify remote packs, speed up pending request queueNick Hengeveld1-16/+21
2005-11-06Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld3-2/+1725
2005-11-06Debian: test build.Junio C Hamano1-0/+6
2005-11-06Further Debian split fixes.Junio C Hamano3-5/+5
2005-11-06Install asciidoc sources as well.Junio C Hamano1-2/+2
2005-11-06Package split: Debian.Junio C Hamano9-4/+68
2005-11-06Simplify CFLAGS/DEFINES in MakefileJunio C Hamano1-18/+14
2005-11-06git-fetch: fail if specified refspec does not match remote.Junio C Hamano1-0/+14
2005-11-06Documentation: pull/clone ref mapping clarification.Junio C Hamano2-14/+33
2005-11-06git-format-patch: silly typo fix.Junio C Hamano1-1/+1
2005-11-05test: t4102-apply-rename fails with strict umask.Junio C Hamano1-1/+1
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