Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: use memmem() for fixed string search | René Scharfe | 2010-05-24 | 2 | -7/+13 |
* | grep: --name-only over binary | René Scharfe | 2010-05-24 | 2 | -4/+10 |
* | grep: --count over binary | René Scharfe | 2010-05-24 | 2 | -5/+10 |
* | grep: grep: refactor handling of binary mode options | René Scharfe | 2010-05-24 | 1 | -9/+11 |
* | grep: add test script for binary file handling | René Scharfe | 2010-05-24 | 1 | -0/+42 |
* | Merge branch 'maint' | Junio C Hamano | 2010-05-18 | 4 | -6/+8 |
|\ | |||||
| * | Documentation/gitdiffcore: fix order in pickaxe description | Michael J Gruber | 2010-05-18 | 1 | -2/+2 |
| * | Documentation: fix minor inconsistency | Michael J Gruber | 2010-05-18 | 1 | -1/+1 |
| * | Documentation: rebase -i ignores options passed to "git am" | Markus Heidelberg | 2010-05-18 | 1 | -0/+1 |
| * | hash_object: correction for zero length file | Dmitry Potapov | 2010-05-18 | 1 | -3/+4 |
* | | diff-options: make --patch a synonym for -p | Will Palmer | 2010-05-18 | 2 | -1/+2 |
* | | for-each-ref: Field with abbreviated objectname | Michael J Gruber | 2010-05-18 | 3 | -0/+13 |
* | | gitweb: Use @diff_opts while using format-patch | Pavan Kumar Sunkara | 2010-05-18 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-05-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | GIT-VERSION-GEN: restrict tags used | Tay Ray Chuan | 2010-05-11 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-05-10 | 2 | -1/+15 |
|\ \ | |/ | |||||
| * | handle "git --bare init <dir>" properly | Jeff King | 2010-05-10 | 2 | -1/+15 |
* | | git-svn: mangle refnames forbidden in git | Torsten Schmutzler | 2010-05-09 | 2 | -0/+29 |
* | | git-svn: Remove unused use of File::Temp | Ævar Arnfjörð Bjarmason | 2010-05-09 | 1 | -1/+0 |
* | | git-svn documentation: minor grammar fix | Ævar Arnfjörð Bjarmason | 2010-05-09 | 1 | -1/+1 |
* | | git svn: avoid uninitialized var in 'reset' | Jonathan Nieder | 2010-05-09 | 1 | -0/+2 |
* | | Start 1.7.2 cycle | Junio C Hamano | 2010-05-08 | 3 | -2/+42 |
* | | Merge branch 'bg/apply-blank-trailing-context' | Junio C Hamano | 2010-05-08 | 2 | -6/+18 |
|\ \ | |||||
| * | | apply: Allow blank *trailing* context lines to match beyond EOF | Björn Gustavsson | 2010-04-07 | 2 | -6/+18 |
* | | | Merge branch 'bg/send-email-smtpdomain' | Junio C Hamano | 2010-05-08 | 3 | -26/+30 |
|\ \ \ | |||||
| * | | | send-email: Cleanup smtp-domain and add config | Brian Gernhardt | 2010-04-10 | 3 | -11/+12 |
| * | | | Document send-email --smtp-domain | Brian Gernhardt | 2010-04-10 | 1 | -0/+6 |
| * | | | send-email: Don't use FQDNs without a '.' | Brian Gernhardt | 2010-04-10 | 1 | -4/+7 |
| * | | | send-email: Cleanup { style | Brian Gernhardt | 2010-04-10 | 1 | -12/+6 |
* | | | | Merge branch 'rc/ls-remote-default' | Junio C Hamano | 2010-05-08 | 2 | -4/+65 |
|\ \ \ \ | |||||
| * | | | | ls-remote: fall-back to default remotes when no remote specified | Tay Ray Chuan | 2010-04-08 | 2 | -4/+65 |
* | | | | | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 2010-05-08 | 4 | -8/+38 |
|\ \ \ \ \ | |||||
| * | | | | | remote-curl: ensure that URLs have a trailing slash | Tay Ray Chuan | 2010-04-09 | 2 | -7/+9 |
| * | | | | | http: make end_url_with_slash() public | Tay Ray Chuan | 2010-04-09 | 2 | -1/+2 |
| * | | | | | t5541-http-push: add test for URLs with trailing slash | Tay Ray Chuan | 2010-04-09 | 1 | -1/+28 |
* | | | | | | Merge branch 'hg/maint-attr-fix' | Junio C Hamano | 2010-05-08 | 2 | -14/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | attr: Expand macros immediately when encountered. | Henrik Grubbström | 2010-04-10 | 2 | -12/+29 |
| * | | | | | | attr: Allow multiple changes to an attribute on the same line. | Henrik Grubbström | 2010-04-10 | 2 | -1/+7 |
| * | | | | | | attr: Fixed debug output for macro expansion. | Henrik Grubbström | 2010-04-10 | 1 | -1/+3 |
* | | | | | | | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 2010-05-08 | 3 | -0/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 2010-04-05 | 3 | -0/+14 |
* | | | | | | | | Merge branch 'ab/commit-empty-message' | Junio C Hamano | 2010-05-08 | 3 | -4/+38 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add option to git-commit to allow empty log messages | Ævar Arnfjörð Bjarmason | 2010-04-07 | 3 | -4/+38 |
* | | | | | | | | | Merge branch 'jc/test-sleepless' | Junio C Hamano | 2010-05-08 | 3 | -6/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | war on "sleep" in tests | Junio C Hamano | 2010-04-06 | 3 | -6/+7 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jc/maint-reflog-expire-unreachable' | Junio C Hamano | 2010-05-08 | 1 | -40/+56 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | reflog --expire-unreachable: avoid merge-base computation | Junio C Hamano | 2010-04-07 | 1 | -40/+56 |
* | | | | | | | | | | Merge branch 'sd/log-decorate' | Junio C Hamano | 2010-05-08 | 8 | -13/+118 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | log.decorate: only ignore it under "log --pretty=raw" | Junio C Hamano | 2010-04-08 | 2 | -30/+19 |
| * | | | | | | | | | | script with rev-list instead of log | Jeff King | 2010-04-08 | 2 | -2/+2 |