Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'jc/coding-guidelines' | Junio C Hamano | 2014-06-06 | 1 | -5/+145 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | CodingGuidelines: avoid "test <cond> -a/-o <cond>" | Junio C Hamano | 2014-05-20 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: on splitting a long line | Junio C Hamano | 2014-05-02 | 1 | -0/+55 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: on comparison | Junio C Hamano | 2014-05-02 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: do not call the conditional statement "if()" | Junio C Hamano | 2014-05-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: give an example for shell function preamble | Junio C Hamano | 2014-05-02 | 1 | -3/+11 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: give an example for control statements | Junio C Hamano | 2014-05-02 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: give an example for redirection | Junio C Hamano | 2014-05-02 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: give an example for case/esac statement | Junio C Hamano | 2014-05-02 | 1 | -1/+11 | |
| * | | | | | | | | | | | | | | | | CodingGuidelines: once it is in, it is not worth the code churn | Junio C Hamano | 2014-05-02 | 1 | -0/+8 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 2014-06-06 | 7 | -4/+73 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | commit: allow core.commentChar=auto for character auto selectionnd/status-auto-comment-char | Nguyễn Thái Ngọc Duy | 2014-05-19 | 6 | -0/+66 | |
| * | | | | | | | | | | | | | | | | config: be strict on core.commentChar | Nguyễn Thái Ngọc Duy | 2014-05-19 | 2 | -4/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'mt/rebase-i-keep-empty-test' | Junio C Hamano | 2014-06-06 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | rebase --keep-empty -i: add testmt/rebase-i-keep-empty-test | Michael S. Tsirkin | 2014-05-19 | 1 | -0/+8 | |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'mk/show-s-no-extra-blank-line-for-merges' | Junio C Hamano | 2014-06-06 | 4 | -11/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | git-show: fix 'git show -s' to not add extra terminator after merge commitmk/show-s-no-extra-blank-line-for-merges | Max Kirillov | 2014-05-15 | 4 | -11/+15 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' | Junio C Hamano | 2014-06-06 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | git grep -O -i: if the pager is 'less', pass the '-I' optionsk/spawn-less-case-insensitively-from-grep-O-i | Johannes Schindelin | 2014-05-15 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'jd/subtree' | Junio C Hamano | 2014-06-06 | 2 | -16/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | contrib/subtree: allow adding an annotated tagjd/subtree | James Denholm | 2014-05-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | contrib/subtree/Makefile: clean up rule for "clean" | James Denholm | 2014-05-06 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | contrib/subtree/Makefile: clean up rules to generate documentation | James Denholm | 2014-05-06 | 1 | -5/+8 | |
| * | | | | | | | | | | | | | | | | contrib/subtree/Makefile: s/libexecdir/gitexecdir/ | James Denholm | 2014-05-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | contrib/subtree/Makefile: use GIT-VERSION-FILE | James Denholm | 2014-05-06 | 1 | -3/+8 | |
| * | | | | | | | | | | | | | | | | contrib/subtree/Makefile: scrap unused $(gitdir) | James Denholm | 2014-05-06 | 1 | -1/+0 | |
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'wk/doc-clarify-upstream' | Junio C Hamano | 2014-06-06 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Documentation: mention config sources for @{upstream}wk/doc-clarify-upstream | W. Trevor King | 2014-05-13 | 1 | -1/+3 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'tb/unicode-6.3-zero-width' | Junio C Hamano | 2014-06-06 | 5 | -69/+334 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | utf8: make it easier to auto-update git_wcwidth()tb/unicode-6.3-zero-width | Torsten Bögershausen | 2014-05-12 | 5 | -59/+329 | |
| * | | | | | | | | | | | | | | | | utf8.c: use a table for double_width | Torsten Bögershausen | 2014-05-12 | 1 | -23/+18 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/index-pack-report-missing' | Junio C Hamano | 2014-06-06 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | index-pack: distinguish missing objects from type errorsjk/index-pack-report-missing | Jeff King | 2014-05-12 | 1 | -2/+7 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'bc/blame-crlf-test' | Junio C Hamano | 2014-06-06 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | blame: correctly handle files regardless of autocrlfbc/blame-crlf-test | brian m. carlson | 2014-05-08 | 2 | -1/+9 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'sk/submodules-absolute-path-on-windows' | Junio C Hamano | 2014-06-06 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Revert "submodules: fix ambiguous absolute paths under Windows"sk/submodules-absolute-path-on-windows | Stepan Kasal | 2014-05-08 | 1 | -3/+0 | |
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'dk/blame-reorg' | Junio C Hamano | 2014-06-06 | 1 | -298/+567 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | blame: large-scale performance rewritedk/blame-reorg | David Kastrup | 2014-04-28 | 1 | -298/+567 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'wg/svn-fe-style-fixes' | Junio C Hamano | 2014-06-06 | 1 | -41/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | svn-fe: conform to pep8wg/svn-fe-style-fixes | William Giokas | 2014-05-12 | 1 | -41/+52 | |
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jn/contrib-remove-vim' | Junio C Hamano | 2014-06-06 | 1 | -22/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | contrib: remove vim support instructionsjn/contrib-remove-vim | Jonathan Nieder | 2014-05-09 | 1 | -22/+0 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'jn/contrib-remove-diffall' | Junio C Hamano | 2014-06-06 | 2 | -288/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | contrib: remove git-diffalljn/contrib-remove-diffall | Jonathan Nieder | 2014-05-09 | 2 | -288/+0 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'dt/merge-recursive-case-insensitive' | Junio C Hamano | 2014-06-06 | 3 | -1/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | mv: allow renaming to fix case on case insensitive filesystemsdt/merge-recursive-case-insensitive | David Turner | 2014-05-08 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | merge-recursive.c: fix case-changing merge bug | David Turner | 2014-05-07 | 2 | -0/+59 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/reflog-exists' | Junio C Hamano | 2014-06-06 | 5 | -13/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | checkout.c: use ref_exists instead of file_existrs/reflog-exists | Ronnie Sahlberg | 2014-05-08 | 2 | -4/+9 |