summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-14GIT 0.99.9i aka 1.0rc2v1.0rc2v0.99.9iJunio C Hamano28-238/+266
2005-11-14Update topo-order test.Junio C Hamano1-15/+15
2005-11-14allow git-update-ref create refs with slashes in namesAlex Riesen3-4/+14
2005-11-14Documentation nitpickingNikolai Weibull2-2/+2
2005-11-14Document a couple of missing command-line options.Nikolai Weibull3-5/+15
2005-11-14Document the -n command-line option to git-unpack-objectsNikolai Weibull2-2/+6
2005-11-14apply: fix binary patch detection.Junio C Hamano1-3/+4
2005-11-14Fix git-rev-list "date order" with --topo-orderLinus Torvalds1-2/+3
2005-11-14git-branch: Mention -d and -D in man-page.Andreas Ericsson1-4/+11
2005-11-14Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano1-1/+1
2005-11-14Depend on asciidoc 7 (at least).Matthias Urlichs1-1/+1
2005-11-14Remove git-rename. git-mv does the sameJosef Weidendorfer5-107/+1
2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer1-2/+2
2005-11-14Separate LDFLAGS and CFLAGS.Junio C Hamano1-9/+20
2005-11-14Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano2-2/+7
2005-11-14Remove trailing slashesMatthias Urlichs1-1/+6
2005-11-13Rename lost+found to lost-found.Junio C Hamano5-7/+7
2005-11-13Fix compilation warnings in pack-redundant.cKai Ruemmler1-7/+8
2005-11-13Debian: build-depend on libexpat-dev.Junio C Hamano2-1/+7
2005-11-13Split gitk into seperate RPM packageThomas Matysik1-3/+17
2005-11-13Add expat and expat-devel dependencies (for http-push) to RPM spec.Thomas Matysik1-2/+2
2005-11-12Fix fd leak in http-fetchNick Hengeveld1-0/+2
2005-11-12Fix for multiple alternates requests in http-fetchNick Hengeveld1-61/+117
2005-11-12debian packaging: git-cvs needs cvspsMatthias Urlichs1-1/+1
2005-11-11GIT 0.99.9hv1.0rc1v0.99.9hJunio C Hamano53-220/+1347
2005-11-11Ignore built git-lost+found.Junio C Hamano1-0/+1
2005-11-11Documentation: asciidoc sources are utf-8Junio C Hamano2-3/+3
2005-11-11Rename .git/lost+found to .git/lost-found.Junio C Hamano2-5/+5
2005-11-11git-lost+foundJunio C Hamano4-1/+106
2005-11-11git-prune: prune redundant packsJunio C Hamano1-0/+11
2005-11-11Make git-pack-redundant consider alt-odbsLukas_Sandström3-62/+106
2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström5-11/+13
2005-11-11Make git-repack use git-pack-intersect.Lukas_Sandström1-18/+12
2005-11-11Add git-pack-intersect to .gitignoreLukas_Sandström1-0/+1
2005-11-11Add documentation for git-pack-intersectLukas_Sandström1-0/+47
2005-11-11Add git-pack-intersectLukas_Sandström3-1/+581
2005-11-11merge-one-file: use empty- or common-base condintionally in two-stage merge.Junio C Hamano1-0/+6
2005-11-11Documentation: git-apply --no-addJunio C Hamano2-2/+8
2005-11-11merge-one-file: use common as base, instead of emptiness.Junio C Hamano2-4/+13
2005-11-11merge with /dev/null as base, instead of punting O==empty caseJunio C Hamano1-4/+16
2005-11-11Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis1-2/+2
2005-11-11merge-recursive: Use '~' instead of '_' to separate file names from branch namesFredrik Kuivinen1-2/+2
2005-11-11merge-recursive: Add copyright noticeFredrik Kuivinen2-0/+7
2005-11-11merge-recursive: Indent the output properlyFredrik Kuivinen1-61/+69
2005-11-11Change 'cache' to 'index' in the docsLukas_Sandström17-71/+71
2005-11-11INSTALL: duplicate python requirements from MakefileJunio C Hamano1-0/+12
2005-11-11Merge branches 'jc/sb' and 'jc/mb'Junio C Hamano4-16/+202
2005-11-11t1200: use --topo-order to keep the show-branch output stable.Junio C Hamano1-2/+2
2005-11-11Fully detect uninteresting commits.Junio C Hamano1-11/+53
2005-11-11git-show-branch: tighten merge-base computation.Junio C Hamano1-2/+2
2005-11-11Add test case for merge-base.Junio C Hamano1-0/+59
2005-11-11merge-base: avoid unnecessary postprocessing.Junio C Hamano1-34/+43
2005-11-11merge-base: fully contaminate the well.Junio C Hamano1-1/+77
2005-11-11RPM: arch submodule needs tla.Junio C Hamano1-1/+1
2005-11-11git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson1-1/+2
2005-11-11git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson2-5/+9
2005-11-11specfile cleanupsChris Wright1-11/+39
2005-11-11archimport: handle pika escapingMartin Langhoff1-0/+5
2005-11-11git-clone: quote destination directory namePavel Roskin1-2/+2
2005-11-11Add --no-commit-id option for git-diff-tree, use it in gitkPavel Roskin2-2/+12
2005-11-11octopus: do not do AND'ed merge base.Junio C Hamano1-5/+20
2005-11-11Add --pretty=fullerJunio C Hamano2-7/+31
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano3-3/+3
2005-11-11Documentation: "host:path/to/repo" is git native over ssh.Junio C Hamano1-1/+1
2005-11-10Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer3-2/+4
2005-11-10Fix confusing git-update-ref error messagePetr Baudis1-1/+1
2005-11-10Add missing git-core and cvsps RPM dependencies.Jim Radford1-2/+3
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