summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-06-27Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano
2016-06-27Merge branch 'jc/deref-tag'Junio C Hamano
2016-06-27Merge branch 'et/add-chmod-x'Junio C Hamano
2016-06-27Merge branch 'cc/apply-introduce-state'Junio C Hamano
2016-06-20Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano
2016-06-20Merge branch 'jc/clear-pathspec'Junio C Hamano
2016-06-20Merge branch 'jg/dash-is-last-branch-in-worktree-add'Junio C Hamano
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano
2016-06-20Merge branch 'ah/no-verify-signature-with-pull-rebase'Junio C Hamano
2016-06-14blame, line-log: do not loop around deref_tag()Junio C Hamano
2016-06-08add: add --chmod=+x / --chmod=-x optionsEdward Thomson
2016-06-06Merge branch 'sb/submodule-helper-relative-path'Junio C Hamano
2016-06-06Merge branch 'sb/submodule-helper-list-signal-unmatch-via-exit-status'Junio C Hamano
2016-06-06builtin/apply: remove misleading comment on lock_file fieldJunio C Hamano
2016-06-06receive-pack: send auto-gc output over sideband 2Lukas Fleischer
2016-06-03Merge branch 'rs/apply-name-terminate'Junio C Hamano
2016-06-03Merge branch 'rs/patch-id-use-skip-prefix'Junio C Hamano
2016-06-03builtin/apply: move 'newfd' global into 'struct apply_state'Christian Couder
2016-06-03builtin/apply: add 'lock_file' pointer into 'struct apply_state'Christian Couder
2016-06-03rev-list: disable bitmaps when "-n" is used with listing objectsJeff King
2016-06-03rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2016-06-01submodule: remove bashism from shell scriptStefan Beller
2016-06-01submodule--helper: offer a consistent APIStefan Beller
2016-06-01builtin/apply: move applying patches into apply_all_patches()Christian Couder
2016-06-01builtin/apply: move 'state' check into check_apply_state()Christian Couder
2016-06-01builtin/apply: move 'symlink_changes' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'fn_table' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'state_linenr' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'ws_ignore_action' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'ws_error_action' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()Christian Couder
2016-06-01builtin/apply: move 'whitespace_option' into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'whitespace_error' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'root' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'p_value_known' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'p_value' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'has_include' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'limit_by_name' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'patch_input_file' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'p_context' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'fake_ancestor' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'line_termination' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'unsafe_paths' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'no_add' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'threeway' global into 'struct apply_state'Christian Couder