Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add: add --chmod=+x / --chmod=-x options | Edward Thomson | 2016-06-07 | 3 | -11/+26 |
* | Merge branch 'jk/cat-file-buffered-batch-all' | Junio C Hamano | 2016-05-31 | 1 | -1/+20 |
|\ | |||||
| * | cat-file: default to --buffer when --batch-all-objects is usedjk/cat-file-buffered-batch-all | Jeff King | 2016-05-18 | 1 | -0/+4 |
| * | cat-file: avoid noop calls to sha1_object_info_extended | Jeff King | 2016-05-18 | 1 | -1/+16 |
* | | Merge branch 'ar/diff-args-osx-precompose' | Junio C Hamano | 2016-05-23 | 4 | -0/+5 |
|\ \ | |||||
| * | | diff: run arguments through precompose_argvar/diff-args-osx-precompose | Alexander Rinass | 2016-05-13 | 4 | -0/+5 |
* | | | Merge branch 'pb/commit-verbose-config' | Junio C Hamano | 2016-05-23 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | commit: add a commit.verbose config variablepb/commit-verbose-config | Pranit Bauva | 2016-05-10 | 1 | -0/+10 |
* | | | | Merge branch 'xy/format-patch-base' | Junio C Hamano | 2016-05-23 | 1 | -0/+168 |
|\ \ \ \ | |||||
| * | | | | format-patch: introduce format.useAutoBase configuration | Xiaolong Ye | 2016-04-26 | 1 | -6/+11 |
| * | | | | format-patch: introduce --base=auto option | Xiaolong Ye | 2016-04-26 | 1 | -3/+27 |
| * | | | | format-patch: add '--base' option to record base tree info | Xiaolong Ye | 2016-04-26 | 1 | -0/+139 |
* | | | | | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 | 4 | -11/+36 |
|\ \ \ \ \ | |||||
| * | | | | | branch: do not rename a branch under bisect or rebasend/worktree-various-heads | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -0/+25 |
| * | | | | | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 2016-04-22 | 2 | -3/+3 |
| * | | | | | worktree.c: make find_shared_symref() return struct worktree * | Nguyễn Thái Ngọc Duy | 2016-04-22 | 2 | -8/+8 |
* | | | | | | Merge branch 'va/i18n-remote-comment-to-align' | Junio C Hamano | 2016-05-17 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | i18n: remote: add comment for translatorsva/i18n-remote-comment-to-align | Vasco Almeida | 2016-05-09 | 1 | -0/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 11 | -33/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/worktree.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
| * | | | | | | builtin/upload-archive.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -2/+1 |
| * | | | | | | builtin/update-index.c: prefer "err" to "errno" in process_lstat_error | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
| * | | | | | | builtin/rm.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
| * | | | | | | builtin/pack-objects.c: use die_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -4/+2 |
| * | | | | | | builtin/merge-file.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -5/+5 |
| * | | | | | | builtin/mailsplit.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -5/+5 |
| * | | | | | | builtin/help.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -4/+4 |
| * | | | | | | builtin/fetch.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -2/+2 |
| * | | | | | | builtin/branch.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -2/+1 |
| * | | | | | | builtin/am.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -6/+5 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-05-17 | 1 | -65/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule: stop sanitizing config optionsjk/submodule-c-credential | Jeff King | 2016-05-06 | 1 | -17/+0 |
| * | | | | | | submodule--helper: move config-sanitizing to submodule.c | Jeff King | 2016-04-28 | 1 | -48/+0 |
* | | | | | | | Merge branch 'va/i18n-misc-updates' | Junio C Hamano | 2016-05-17 | 4 | -14/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | i18n: builtin/pull.c: split strings marked for translation | Vasco Almeida | 2016-04-19 | 1 | -4/+4 |
| * | | | | | | | i18n: builtin/pull.c: mark placeholders for translation | Vasco Almeida | 2016-04-19 | 1 | -3/+3 |
| * | | | | | | | i18n: branch: move comment for translators | Vasco Almeida | 2016-04-13 | 1 | -2/+4 |
| * | | | | | | | i18n: branch: unmark string for translation | Vasco Almeida | 2016-04-13 | 1 | -2/+2 |
| * | | | | | | | i18n: builtin/rm.c: remove a comma ',' from string | Vasco Almeida | 2016-04-12 | 1 | -1/+1 |
| * | | | | | | | i18n: builtin/branch.c: mark option for translation | Vasco Almeida | 2016-04-08 | 1 | -1/+1 |
| * | | | | | | | i18n: index-pack: use plural string instead of normal one | Vasco Almeida | 2016-04-08 | 1 | -1/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'lp/typofixes' | Junio C Hamano | 2016-05-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | typofix: assorted typofixes in comments, documentation and messageslp/typofixes | Li Peng | 2016-05-06 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'sb/submodule-init' | Junio C Hamano | 2016-05-17 | 1 | -14/+353 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule init: redirect stdout to stderr | Stefan Beller | 2016-05-03 | 1 | -1/+2 |
| * | | | | | | | submodule--helper update-clone: abort gracefully on missing .gitmodules | Stefan Beller | 2016-04-29 | 1 | -13/+25 |
| * | | | | | | | submodule init: fail gracefully with a missing .gitmodules file | Stefan Beller | 2016-04-29 | 1 | -3/+7 |
| * | | | | | | | submodule: port init from shell to C | Stefan Beller | 2016-04-16 | 1 | -0/+115 |
| * | | | | | | | submodule: port resolve_relative_url from shell to C | Stefan Beller | 2016-04-16 | 1 | -1/+208 |
| * | | | | | | | Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init | Junio C Hamano | 2016-04-14 | 55 | -706/+689 |
| |\ \ \ \ \ \ \ | | |/ / / / / / |