Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | simple euristic for further free packing improvements | Nicolas Pitre | 2006-05-15 | |
* | | | | | Merge branch 'se/tag' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ | ||||
| * | | | | | Strip useless "tags/" prefix from git-tag -l output | Sean | 2006-05-15 | |
* | | | | | | Merge branch 'se/rev-parse' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ | |/ / / / / | ||||
| * | | | | | Add "--branches", "--tags" and "--remotes" options to git-rev-parse. | Sean | 2006-05-14 | |
* | | | | | | Merge branch 'se/diff' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Convert some "apply --summary" users to "diff --summary". | Sean | 2006-05-14 | |
| * | | | | | | Add "--summary" option to git diff. | Sean | 2006-05-14 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'se/rebase' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Make git rebase interactive help match documentation. | Sean | 2006-05-14 | |
| |/ / / / / | ||||
* | | | | | | builtin-diff: fix comparison between two blobs. | Junio C Hamano | 2006-05-15 | |
* | | | | | | Merge branch 'lt/oneway' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | read-tree --reset -u fix. | Linus Torvalds | 2006-05-15 | |
| * | | | | | read-tree -u one-way merge fix to check out locally modified paths. | Junio C Hamano | 2006-05-15 | |
| * | | | | | Simplify "git reset --hard" | Linus Torvalds | 2006-05-14 | |
| * | | | | | Allow one-way tree merge to remove old files | Linus Torvalds | 2006-05-14 | |
| |/ / / / | ||||
* | | | | | Merge branch 'ew/send-email' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ | ||||
| * | | | | | send-email: quiet some warnings, reject invalid addresses | Eric Wong | 2006-05-15 | |
| * | | | | | send-email: allow sendmail binary to be used instead of SMTP | Eric Wong | 2006-05-15 | |
| | |_|/ / | |/| | | | ||||
* | | | | | Merge branch 'lt/config' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'lt/fix-config' into lt/config | Junio C Hamano | 2006-05-13 | |
| |\ \ \ \ \ | ||||
* | \ \ \ \ \ | Merge branch 'jc/grep' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Fix silly typo in new builtin grep | Linus Torvalds | 2006-05-15 | |
| * | | | | | | | builtin-grep: unparse more command line options. | Junio C Hamano | 2006-05-15 | |
| * | | | | | | | builtin-grep: use external grep when we can take advantage of it | Linus Torvalds | 2006-05-14 | |
| * | | | | | | | builtin-grep: -F (--fixed-strings) | Junio C Hamano | 2006-05-09 | |
| * | | | | | | | builtin-grep: -w fix | Junio C Hamano | 2006-05-09 | |
| * | | | | | | | builtin-grep: typofix | Junio C Hamano | 2006-05-09 | |
| * | | | | | | | builtin-grep: tighten argument parsing. | Junio C Hamano | 2006-05-08 | |
| * | | | | | | | builtin-grep: documentation | Junio C Hamano | 2006-05-08 | |
| * | | | | | | | Teach -f <file> option to builtin-grep. | Junio C Hamano | 2006-05-08 | |
| * | | | | | | | builtin-grep: -L (--files-without-match). | Junio C Hamano | 2006-05-03 | |
| * | | | | | | | builtin-grep: binary files -a and -I | Junio C Hamano | 2006-05-03 | |
| * | | | | | | | builtin-grep: terminate correctly at EOF | Junio C Hamano | 2006-05-03 | |
| * | | | | | | | builtin-grep: tighten path wildcard vs tree traversal. | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: support -w (--word-regexp). | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: support -c (--count). | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: allow more than one patterns. | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: allow -<n> and -[ABC]<n> notation for context lines. | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: printf %.*s length is int, not ptrdiff_t. | Junio C Hamano | 2006-05-02 | |
| * | | | | | | | builtin-grep: do not use setup_revisions() | Junio C Hamano | 2006-05-01 | |
| * | | | | | | | builtin-grep: support '-l' option. | Junio C Hamano | 2006-05-01 | |
| * | | | | | | | builtin-grep: wildcard pathspec fixes | Junio C Hamano | 2006-05-01 | |
| * | | | | | | | built-in "git grep" | Junio C Hamano | 2006-05-01 | |
* | | | | | | | | Merge branch 'lt/diff' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | git diff: support "-U" and "--unified" options properly | Linus Torvalds | 2006-05-14 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-15 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | ||||
| * | | | | | | Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3 | Junio C Hamano | 2006-05-15 | |
| * | | | | | | Install git-send-email by default | Eric Wong | 2006-05-15 | |
| * | | | | | | Fix compilation on newer NetBSD systems | Dennis Stosberg | 2006-05-15 |