summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-2417-373/+319
|\
| * git-rebase: use canonical A..B syntax to format-patchJunio C Hamano2006-05-211-1/+1
| * git-format-patch: now built-in.Junio C Hamano2006-05-213-347/+3
| * fmt-patch: Support --attachJohannes Schindelin2006-05-219-12/+68
| * Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-2193-1004/+3881
| |\
| * | fmt-patch: understand old <his> notationJohannes Schindelin2006-05-062-1/+9
| * | Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-0690-3156/+6031
| |\ \
| * | | Teach fmt-patch about --keep-subjectJohannes Schindelin2006-05-052-5/+16
| * | | Teach fmt-patch about --numberedJohannes Schindelin2006-05-057-11/+25
| * | | fmt-patch: implement -o <dir>Johannes Schindelin2006-05-051-10/+34
| * | | fmt-patch: output file names to stdoutJohannes Schindelin2006-05-051-1/+6
| * | | Teach fmt-patch to write individual files.Johannes Schindelin2006-05-051-1/+71
| * | | Use RFC2822 dates from "git fmt-patch".Junio C Hamano2006-05-013-5/+28
| * | | git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano2006-04-221-2/+3
| * | | Merge branch 'master' into jc/fmt-patchJunio C Hamano2006-04-2120-369/+514
| |\ \ \
| * | | | rename internal format-patch wipJunio C Hamano2006-04-201-1/+1
| * | | | Minor tweak on subject line in --pretty=emailJunio C Hamano2006-04-191-1/+1
| * | | | Tentative built-in format-patch.Junio C Hamano2006-04-184-13/+89
* | | | | Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano2006-05-2415-28/+202
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano2006-05-235-8/+143
| |\ \ \ \ \
| | * | | | | built-in tar-tree and remote tar-treeJunio C Hamano2006-05-195-6/+142
| * | | | | | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen2006-05-237-11/+24
| * | | | | | Builtin git-show-branch.Peter Eriksen2006-05-234-7/+10
| * | | | | | Builtin git-apply.Peter Eriksen2006-05-234-5/+10
| * | | | | | Builtin git-commit-tree.Peter Eriksen2006-05-234-6/+9
| * | | | | | Builtin git-read-tree.Peter Eriksen2006-05-234-5/+8
| * | | | | | Builtin git-tar-tree.Peter Eriksen2006-05-234-5/+10
| * | | | | | Builtin git-ls-tree.Peter Eriksen2006-05-234-6/+9
| * | | | | | Builtin git-ls-files.Peter Eriksen2006-05-234-5/+8
* | | | | | | Merge branch 'jc/fetch-sorted'Junio C Hamano2006-05-242-16/+52
|\ \ \ \ \ \ \
| * | | | | | | fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-222-16/+52
* | | | | | | | Merge branch 'lt/dirwalk'Junio C Hamano2006-05-2413-550/+896
|\ \ \ \ \ \ \ \
| * | | | | | | | Add builtin "git rm" commandLinus Torvalds2006-05-195-73/+157
| * | | | | | | | Move pathspec matching from builtin-add.c into dir.cLinus Torvalds2006-05-193-81/+84
| * | | | | | | | Prevent bogus paths from being added to the index.Linus Torvalds2006-05-183-64/+67
| * | | | | | | | builtin-add: fix unmatched pathspec warnings.Junio C Hamano2006-05-181-1/+1
| * | | | | | | | Remove old "git-add.sh" remnantsLinus Torvalds2006-05-172-58/+2
| * | | | | | | | builtin-add: warn on unmatched pathspecsLinus Torvalds2006-05-171-19/+58
| * | | | | | | | Do "git add" as a builtinLinus Torvalds2006-05-174-1/+231
| * | | | | | | | Clean up git-ls-file directory walking library interfaceLinus Torvalds2006-05-173-24/+28
| * | | | | | | | libify git-ls-files directory traversalLinus Torvalds2006-05-174-336/+376
* | | | | | | | | --summary output should print immediately after stats.Sean2006-05-231-1/+4
* | | | | | | | | git-svn: ignore expansion of svn:keywordsEric Wong2006-05-235-60/+254
* | | | | | | | | git-svn: starting a 1.1.0-pre development versionEric Wong2006-05-231-1/+1
* | | | | | | | | cvsimport: set up commit environment in perl instead of using envJeff King2006-05-231-7/+6
* | | | | | | | | cvsimport: do not barf on creation of an empty file.Junio C Hamano2006-05-231-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Add git-quiltimport to .gitignore.Peter Eriksen2006-05-231-0/+1
* | | | | | | | cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff2006-05-231-17/+19
* | | | | | | | cvsimport: cleanup commit functionJeff King2006-05-231-86/+64
* | | | | | | | cvsimport: use git-update-index --index-infoJeff King2006-05-231-23/+13