Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/fmt-patch' | Junio C Hamano | 2006-05-24 | 17 | -373/+319 |
|\ | |||||
| * | git-rebase: use canonical A..B syntax to format-patch | Junio C Hamano | 2006-05-21 | 1 | -1/+1 |
| * | git-format-patch: now built-in. | Junio C Hamano | 2006-05-21 | 3 | -347/+3 |
| * | fmt-patch: Support --attach | Johannes Schindelin | 2006-05-21 | 9 | -12/+68 |
| * | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 2006-05-21 | 93 | -1004/+3881 |
| |\ | |||||
| * | | fmt-patch: understand old <his> notation | Johannes Schindelin | 2006-05-06 | 2 | -1/+9 |
| * | | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 2006-05-06 | 90 | -3156/+6031 |
| |\ \ | |||||
| * | | | Teach fmt-patch about --keep-subject | Johannes Schindelin | 2006-05-05 | 2 | -5/+16 |
| * | | | Teach fmt-patch about --numbered | Johannes Schindelin | 2006-05-05 | 7 | -11/+25 |
| * | | | fmt-patch: implement -o <dir> | Johannes Schindelin | 2006-05-05 | 1 | -10/+34 |
| * | | | fmt-patch: output file names to stdout | Johannes Schindelin | 2006-05-05 | 1 | -1/+6 |
| * | | | Teach fmt-patch to write individual files. | Johannes Schindelin | 2006-05-05 | 1 | -1/+71 |
| * | | | Use RFC2822 dates from "git fmt-patch". | Junio C Hamano | 2006-05-01 | 3 | -5/+28 |
| * | | | git-fmt-patch: thinkofix to show [PATCH] properly. | Junio C Hamano | 2006-04-22 | 1 | -2/+3 |
| * | | | Merge branch 'master' into jc/fmt-patch | Junio C Hamano | 2006-04-21 | 20 | -369/+514 |
| |\ \ \ | |||||
| * | | | | rename internal format-patch wip | Junio C Hamano | 2006-04-20 | 1 | -1/+1 |
| * | | | | Minor tweak on subject line in --pretty=email | Junio C Hamano | 2006-04-19 | 1 | -1/+1 |
| * | | | | Tentative built-in format-patch. | Junio C Hamano | 2006-04-18 | 4 | -13/+89 |
* | | | | | Merge branch 'jc/builtin-n-tar-tree' | Junio C Hamano | 2006-05-24 | 15 | -28/+202 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jc/tartree' into jc/builtin-n-tar-tree | Junio C Hamano | 2006-05-23 | 5 | -8/+143 |
| |\ \ \ \ \ | |||||
| | * | | | | | built-in tar-tree and remote tar-tree | Junio C Hamano | 2006-05-19 | 5 | -6/+142 |
| * | | | | | | Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree. | Peter Eriksen | 2006-05-23 | 7 | -11/+24 |
| * | | | | | | Builtin git-show-branch. | Peter Eriksen | 2006-05-23 | 4 | -7/+10 |
| * | | | | | | Builtin git-apply. | Peter Eriksen | 2006-05-23 | 4 | -5/+10 |
| * | | | | | | Builtin git-commit-tree. | Peter Eriksen | 2006-05-23 | 4 | -6/+9 |
| * | | | | | | Builtin git-read-tree. | Peter Eriksen | 2006-05-23 | 4 | -5/+8 |
| * | | | | | | Builtin git-tar-tree. | Peter Eriksen | 2006-05-23 | 4 | -5/+10 |
| * | | | | | | Builtin git-ls-tree. | Peter Eriksen | 2006-05-23 | 4 | -6/+9 |
| * | | | | | | Builtin git-ls-files. | Peter Eriksen | 2006-05-23 | 4 | -5/+8 |
* | | | | | | | Merge branch 'jc/fetch-sorted' | Junio C Hamano | 2006-05-24 | 2 | -16/+52 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch-pack: output refs in the order they were given on the command line. | Junio C Hamano | 2006-05-22 | 2 | -16/+52 |
* | | | | | | | | Merge branch 'lt/dirwalk' | Junio C Hamano | 2006-05-24 | 13 | -550/+896 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add builtin "git rm" command | Linus Torvalds | 2006-05-19 | 5 | -73/+157 |
| * | | | | | | | | Move pathspec matching from builtin-add.c into dir.c | Linus Torvalds | 2006-05-19 | 3 | -81/+84 |
| * | | | | | | | | Prevent bogus paths from being added to the index. | Linus Torvalds | 2006-05-18 | 3 | -64/+67 |
| * | | | | | | | | builtin-add: fix unmatched pathspec warnings. | Junio C Hamano | 2006-05-18 | 1 | -1/+1 |
| * | | | | | | | | Remove old "git-add.sh" remnants | Linus Torvalds | 2006-05-17 | 2 | -58/+2 |
| * | | | | | | | | builtin-add: warn on unmatched pathspecs | Linus Torvalds | 2006-05-17 | 1 | -19/+58 |
| * | | | | | | | | Do "git add" as a builtin | Linus Torvalds | 2006-05-17 | 4 | -1/+231 |
| * | | | | | | | | Clean up git-ls-file directory walking library interface | Linus Torvalds | 2006-05-17 | 3 | -24/+28 |
| * | | | | | | | | libify git-ls-files directory traversal | Linus Torvalds | 2006-05-17 | 4 | -336/+376 |
* | | | | | | | | | --summary output should print immediately after stats. | Sean | 2006-05-23 | 1 | -1/+4 |
* | | | | | | | | | git-svn: ignore expansion of svn:keywords | Eric Wong | 2006-05-23 | 5 | -60/+254 |
* | | | | | | | | | git-svn: starting a 1.1.0-pre development version | Eric Wong | 2006-05-23 | 1 | -1/+1 |
* | | | | | | | | | cvsimport: set up commit environment in perl instead of using env | Jeff King | 2006-05-23 | 1 | -7/+6 |
* | | | | | | | | | cvsimport: do not barf on creation of an empty file. | Junio C Hamano | 2006-05-23 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Add git-quiltimport to .gitignore. | Peter Eriksen | 2006-05-23 | 1 | -0/+1 |
* | | | | | | | | cvsimport: introduce _fetchfile() method and used a 1M buffer to read() | Martin Langhoff | 2006-05-23 | 1 | -17/+19 |
* | | | | | | | | cvsimport: cleanup commit function | Jeff King | 2006-05-23 | 1 | -86/+64 |
* | | | | | | | | cvsimport: use git-update-index --index-info | Jeff King | 2006-05-23 | 1 | -23/+13 |