Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-20 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | commit: do not lose mergetag header when not amending | Junio C Hamano | 2011-12-20 | 1 | -1/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'tr/cache-tree' | Junio C Hamano | 2011-12-19 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | commit: write cache-tree data when writing index anyway | Thomas Rast | 2011-12-06 | 1 | -0/+2 | |
| * | | | | | | | Refactor cache_tree_update idiom from commit | Thomas Rast | 2011-12-06 | 1 | -4/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jc/commit-amend-no-edit' | Junio C Hamano | 2011-12-16 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | commit: honour --no-edit | Junio C Hamano | 2011-12-08 | 1 | -4/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-09 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 2011-12-05 | 1 | -1/+2 | |
* | | | | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 1 | -7/+12 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||||
| * | | | | | commit: teach --amend to carry forward extra headers | Junio C Hamano | 2011-11-09 | 1 | -2/+7 | |
| * | | | | | commit: copy merged signed tags to headers of merge commit | Junio C Hamano | 2011-11-09 | 1 | -5/+5 | |
| |/ / / / | ||||||
* | | | | | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 2011-11-22 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 2011-10-13 | 1 | -2/+4 | |
|\ \ \ \ | ||||||
| * | | | | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 2011-09-18 | 1 | -2/+4 | |
* | | | | | Merge branch 'cb/common-prefix-unification' | Junio C Hamano | 2011-10-10 | 1 | -2/+3 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 2011-09-12 | 1 | -1/+1 | |
| * | | | | remove prefix argument from pathspec_prefix | Clemens Buchacher | 2011-09-06 | 1 | -2/+3 | |
* | | | | | Merge branch 'jk/color-and-pager' | Junio C Hamano | 2011-08-28 | 1 | -11/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | want_color: automatically fallback to color.ui | Jeff King | 2011-08-19 | 1 | -10/+1 | |
| * | | | | | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 2011-08-18 | 1 | -1/+1 | |
* | | | | | | Merge branch 'jc/maint-autofix-tag-in-head' | Junio C Hamano | 2011-08-25 | 1 | -42/+45 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | commit: reduce use of redundant global variables | Junio C Hamano | 2011-08-19 | 1 | -42/+45 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'cb/maint-ls-files-error-report' | Junio C Hamano | 2011-08-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | ls-files: fix pathspec display on error | Clemens Buchacher | 2011-08-11 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | commit: allow partial commits with relative paths | Clemens Buchacher | 2011-08-02 | 1 | -2/+4 | |
|/ / / | ||||||
* | | | Merge branch 'bc/maint-status-z-to-use-porcelain' | Junio C Hamano | 2011-06-06 | 1 | -3/+4 | |
* | | | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 2011-05-16 | 1 | -12/+34 | |
|\ \ \ | ||||||
| * | | | Add support for -p/--patch to git-commit | Conrad Irwin | 2011-05-09 | 1 | -3/+7 | |
| * | | | Allow git commit --interactive with paths | Conrad Irwin | 2011-05-09 | 1 | -2/+0 | |
| * | | | Use a temporary index for git commit --interactive | Conrad Irwin | 2011-05-08 | 1 | -8/+28 | |
* | | | | Do not strip empty lines / trailing spaces from a commit message template | Boris Faure | 2011-05-11 | 1 | -1/+3 | |
|/ / / | ||||||
* | | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -83/+83 | |
|\ \ \ | ||||||
| * | | | i18n: git-commit advice messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -6/+6 | |
| * | | | i18n: git-commit "enter the commit message" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -5/+5 | |
| * | | | i18n: git-commit print_summary messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+2 | |
| * | | | i18n: git-commit formatting messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -6/+6 | |
| * | | | i18n: git-commit "middle of a merge" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+2 | |
| * | | | i18n: git-commit basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -59/+59 | |
| * | | | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 2011-03-08 | 1 | -23/+24 | |
| * | | | commit: refer to commit template as s->fp | Jonathan Nieder | 2011-03-08 | 1 | -14/+13 | |
* | | | | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 2011-03-26 | 1 | -7/+2 | |
|\ \ \ \ | ||||||
| * | | | | diff/status: refactor opportunistic index update | Junio C Hamano | 2011-03-21 | 1 | -7/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'jn/status-translatable' | Junio C Hamano | 2011-03-19 | 1 | -29/+30 | |
|\ \ \ \ | ||||||
| * | | | | commit, status: use status_printf{,_ln,_more} helpers | Jonathan Nieder | 2011-03-08 | 1 | -23/+24 | |
| * | | | | commit: refer to commit template as s->fp | Jonathan Nieder | 2011-03-08 | 1 | -14/+13 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'jk/merge-rename-ux' | Junio C Hamano | 2011-03-19 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | commit: stop setting rename limit | Jeff King | 2011-02-21 | 1 | -1/+0 |