Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin-diff: fix comparison between two blobs. | Junio C Hamano | 2006-05-15 | 1 | -3/+5 |
* | Merge branch 'lt/oneway' | Junio C Hamano | 2006-05-15 | 2 | -48/+17 |
|\ | |||||
| * | read-tree --reset -u fix. | Linus Torvalds | 2006-05-15 | 1 | -4/+12 |
| * | read-tree -u one-way merge fix to check out locally modified paths. | Junio C Hamano | 2006-05-15 | 1 | -0/+3 |
| * | Simplify "git reset --hard" | Linus Torvalds | 2006-05-14 | 1 | -46/+4 |
| * | Allow one-way tree merge to remove old files | Linus Torvalds | 2006-05-14 | 1 | -1/+1 |
* | | Merge branch 'ew/send-email' | Junio C Hamano | 2006-05-15 | 1 | -23/+52 |
|\ \ | |||||
| * | | send-email: quiet some warnings, reject invalid addresses | Eric Wong | 2006-05-15 | 1 | -3/+12 |
| * | | send-email: allow sendmail binary to be used instead of SMTP | Eric Wong | 2006-05-15 | 1 | -20/+40 |
* | | | Merge branch 'lt/config' | Junio C Hamano | 2006-05-15 | 1 | -1/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'lt/fix-config' into lt/config | Junio C Hamano | 2006-05-13 | 5 | -24/+93 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jc/grep' | Junio C Hamano | 2006-05-15 | 5 | -24/+951 |
|\ \ \ \ \ | |||||
| * | | | | | Fix silly typo in new builtin grep | Linus Torvalds | 2006-05-15 | 1 | -1/+1 |
| * | | | | | builtin-grep: unparse more command line options. | Junio C Hamano | 2006-05-15 | 1 | -8/+57 |
| * | | | | | builtin-grep: use external grep when we can take advantage of it | Linus Torvalds | 2006-05-14 | 1 | -0/+79 |
| * | | | | | builtin-grep: -F (--fixed-strings) | Junio C Hamano | 2006-05-09 | 2 | -5/+33 |
| * | | | | | builtin-grep: -w fix | Junio C Hamano | 2006-05-09 | 1 | -3/+3 |
| * | | | | | builtin-grep: typofix | Junio C Hamano | 2006-05-09 | 1 | -1/+1 |
| * | | | | | builtin-grep: tighten argument parsing. | Junio C Hamano | 2006-05-08 | 1 | -26/+50 |
| * | | | | | builtin-grep: documentation | Junio C Hamano | 2006-05-08 | 1 | -23/+62 |
| * | | | | | Teach -f <file> option to builtin-grep. | Junio C Hamano | 2006-05-08 | 1 | -19/+42 |
| * | | | | | builtin-grep: -L (--files-without-match). | Junio C Hamano | 2006-05-03 | 1 | -0/+20 |
| * | | | | | builtin-grep: binary files -a and -I | Junio C Hamano | 2006-05-03 | 1 | -0/+44 |
| * | | | | | builtin-grep: terminate correctly at EOF | Junio C Hamano | 2006-05-03 | 1 | -0/+2 |
| * | | | | | builtin-grep: tighten path wildcard vs tree traversal. | Junio C Hamano | 2006-05-02 | 1 | -15/+20 |
| * | | | | | builtin-grep: support -w (--word-regexp). | Junio C Hamano | 2006-05-02 | 1 | -0/+30 |
| * | | | | | builtin-grep: support -c (--count). | Junio C Hamano | 2006-05-02 | 1 | -1/+20 |
| * | | | | | builtin-grep: allow more than one patterns. | Junio C Hamano | 2006-05-02 | 1 | -21/+51 |
| * | | | | | builtin-grep: allow -<n> and -[ABC]<n> notation for context lines. | Junio C Hamano | 2006-05-02 | 1 | -6/+22 |
| * | | | | | builtin-grep: printf %.*s length is int, not ptrdiff_t. | Junio C Hamano | 2006-05-02 | 1 | -1/+1 |
| * | | | | | builtin-grep: do not use setup_revisions() | Junio C Hamano | 2006-05-01 | 1 | -121/+134 |
| * | | | | | builtin-grep: support '-l' option. | Junio C Hamano | 2006-05-01 | 1 | -0/+10 |
| * | | | | | builtin-grep: wildcard pathspec fixes | Junio C Hamano | 2006-05-01 | 1 | -23/+62 |
| * | | | | | built-in "git grep" | Junio C Hamano | 2006-05-01 | 4 | -1/+457 |
* | | | | | | Merge branch 'lt/diff' | Junio C Hamano | 2006-05-15 | 3 | -1/+53 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git diff: support "-U" and "--unified" options properly | Linus Torvalds | 2006-05-14 | 3 | -1/+53 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-15 | 6 | -26/+96 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3 | Junio C Hamano | 2006-05-15 | 2 | -4/+2 |
| * | | | | | Install git-send-email by default | Eric Wong | 2006-05-15 | 2 | -7/+4 |
| * | | | | | Fix compilation on newer NetBSD systems | Dennis Stosberg | 2006-05-15 | 1 | -1/+3 |
| * | | | | | Merge branch 'fix' into maint | Junio C Hamano | 2006-05-15 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'fix' into maint | Junio C Hamano | 2006-05-14 | 2 | -0/+2 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | git config syntax updates | Linus Torvalds | 2006-05-13 | 3 | -20/+90 |
| * | | | | | | Another config file parsing fix. | sean | 2006-05-13 | 1 | -1/+3 |
| * | | | | | | checkout: use --aggressive when running a 3-way merge (-m). | Junio C Hamano | 2006-05-13 | 1 | -1/+1 |
* | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-15 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Ensure author & committer before asking for commit message. | Sean | 2006-05-14 | 1 | -0/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Install git-send-email by default | Eric Wong | 2006-05-14 | 2 | -7/+4 |
* | | | | | | send-email: address expansion for common mailers | Eric Wong | 2006-05-14 | 1 | -0/+48 |
* | | | | | | diffstat rename squashing fix. | Junio C Hamano | 2006-05-14 | 1 | -2/+7 |
| |_|/ / / |/| | | | |