Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'lf/receive-pack-auto-gc-to-client' | Junio C Hamano | 2016-06-27 |
|\ | |||
| * | receive-pack: send auto-gc output over sideband 2 | Lukas Fleischer | 2016-06-06 |
| * | Merge branch 'js/name-rev-use-oldest-ref' into maint | Junio C Hamano | 2016-05-31 |
| |\ | |||
| * \ | Merge branch 'lp/typofixes' into maint | Junio C Hamano | 2016-05-26 |
| |\ \ | |||
| * \ \ | Merge branch 'va/i18n-misc-updates' into maint | Junio C Hamano | 2016-05-26 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'va/i18n-remote-comment-to-align' into maint | Junio C Hamano | 2016-05-26 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'sb/misc-cleanups' into HEAD | Junio C Hamano | 2016-05-18 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'ew/doc-split-pack-disables-bitmap' into HEAD | Junio C Hamano | 2016-05-18 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'sb/mv-submodule-fix' into HEAD | Junio C Hamano | 2016-05-18 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'js/replace-edit-use-editor-configuration' into maint | Junio C Hamano | 2016-05-06 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'cc/apply' into maint | Junio C Hamano | 2016-05-06 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ad/commit-have-m-option' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'sb/submodule-helper-clone-regression-fix' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/branch-shortening-funny-symrefs' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ky/branch-m-worktree' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ky/branch-d-worktree' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/check-repository-format' into maint | Junio C Hamano | 2016-05-02 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint | Junio C Hamano | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sk/send-pack-all-fix' into maint | Junio C Hamano | 2016-04-29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/deref-tag' | Junio C Hamano | 2016-06-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | blame, line-log: do not loop around deref_tag() | Junio C Hamano | 2016-06-14 |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'et/add-chmod-x' | Junio C Hamano | 2016-06-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | | add: add --chmod=+x / --chmod=-x options | Edward Thomson | 2016-06-07 |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'cc/apply-introduce-state' | Junio C Hamano | 2016-06-27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: remove misleading comment on lock_file field | Junio C Hamano | 2016-06-06 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'newfd' global into 'struct apply_state' | Christian Couder | 2016-06-03 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: add 'lock_file' pointer into 'struct apply_state' | Christian Couder | 2016-06-03 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move applying patches into apply_all_patches() | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'state' check into check_apply_state() | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'symlink_changes' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'fn_table' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'state_linenr' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'ws_ignore_action' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'ws_error_action' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: remove whitespace_option arg from set_default_whitespace_mode() | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'whitespace_option' into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'whitespace_error' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'root' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'p_value_known' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'p_value' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'has_include' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'limit_by_name' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'patch_input_file' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'p_context' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'fake_ancestor' global into 'struct apply_state' | Christian Couder | 2016-06-01 |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'line_termination' global into 'struct apply_state' | Christian Couder | 2016-06-01 |