Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge branch 'sb/submodule-helper-clone-regression-fix' into sb/submodule-init | Junio C Hamano | 2016-04-14 | 1 | -23/+18 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jc/commit-tree-ignore-commit-gpgsign' | Junio C Hamano | 2016-05-13 | 1 | -4/+0 |
|\ \ \ \ \ | |||||
| * | | | | | commit-tree: do not pay attention to commit.gpgsignjc/commit-tree-ignore-commit-gpgsign | Junio C Hamano | 2016-05-03 | 1 | -4/+0 |
* | | | | | | Merge branch 'ew/doc-split-pack-disables-bitmap' | Junio C Hamano | 2016-05-10 | 1 | -1/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmap | Eric Wong | 2016-04-28 | 1 | -1/+8 |
| * | | | | | | Merge branch 'jv/merge-nothing-into-void' into maint | Junio C Hamano | 2016-04-14 | 1 | -5/+5 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'ss/commit-squash-msg' into maint | Junio C Hamano | 2016-04-14 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/startup-info' into maint | Junio C Hamano | 2016-04-14 | 2 | -2/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'gf/fetch-pack-direct-object-fetch' into maint | Junio C Hamano | 2016-04-14 | 1 | -3/+13 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/rev-parse-local-env-vars' into maint | Junio C Hamano | 2016-04-14 | 1 | -18/+32 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/config-get-urlmatch' into maint | Junio C Hamano | 2016-04-14 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/index-pack' into maint | Junio C Hamano | 2016-04-14 | 1 | -18/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2016-05-06 | 4 | -16/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 4 | -16/+16 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 2016-05-06 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | clone: add `--shallow-submodules` flag | Stefan Beller | 2016-04-26 | 1 | -0/+7 |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |