summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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
2016-06-01builtin/apply: move 'summary' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'check' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder
2016-06-01builtin/apply: move 'state' init into init_apply_state()Christian Couder
2016-05-31Merge branch 'js/name-rev-use-oldest-ref' into maintJunio C Hamano
2016-05-31Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA
2016-05-30patch-id: use starts_with() and skip_prefix()René Scharfe
2016-05-30apply: remove unused parameters from name_terminate()René Scharfe
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller
2016-05-26Merge branch 'lp/typofixes' into maintJunio C Hamano
2016-05-26Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano
2016-05-26Merge branch 'va/i18n-remote-comment-to-align' into maintJunio C Hamano
2016-05-24worktree: simplify prefixing pathsNguyễn Thái Ngọc Duy
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readNguyễn Thái Ngọc Duy
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano