summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-06-01builtin/apply: move 'has_include' global into 'struct apply_state'Christian Couder1-3/+3
2016-06-01builtin/apply: move 'limit_by_name' global into 'struct apply_state'Christian Couder1-10/+16
2016-06-01builtin/apply: move 'patch_input_file' global into 'struct apply_state'Christian Couder1-10/+17
2016-06-01builtin/apply: move 'apply' global into 'struct apply_state'Christian Couder1-14/+17
2016-06-01builtin/apply: move 'p_context' global into 'struct apply_state'Christian Couder1-3/+4
2016-06-01builtin/apply: move 'fake_ancestor' global into 'struct apply_state'Christian Couder1-8/+5
2016-06-01builtin/apply: move 'line_termination' global into 'struct apply_state'Christian Couder1-5/+9
2016-06-01builtin/apply: move 'unsafe_paths' global into 'struct apply_state'Christian Couder1-4/+4
2016-06-01builtin/apply: move 'no_add' global into 'struct apply_state'Christian Couder1-3/+3
2016-06-01builtin/apply: move 'threeway' global into 'struct apply_state'Christian Couder1-7/+7
2016-06-01builtin/apply: move 'summary' global into 'struct apply_state'Christian Couder1-4/+4
2016-06-01builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder1-5/+4
2016-06-01builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder1-5/+6
2016-06-01builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder1-16/+19
2016-06-01builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder1-5/+6
2016-06-01builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder1-19/+26
2016-06-01builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder1-13/+13
2016-06-01builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder1-7/+7
2016-06-01builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder1-19/+31
2016-06-01builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder1-29/+37
2016-06-01builtin/apply: move 'check' global into 'struct apply_state'Christian Couder1-7/+7
2016-06-01builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder1-18/+25
2016-06-01builtin/apply: move 'state' init into init_apply_state()Christian Couder1-10/+22
2016-05-31Merge branch 'js/name-rev-use-oldest-ref' into maintJunio C Hamano1-6/+13
2016-05-31Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano1-1/+20
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA1-0/+3
2016-05-29patch-id: use starts_with() and skip_prefix()René Scharfe1-13/+10
2016-05-29apply: remove unused parameters from name_terminate()René Scharfe1-2/+2
2016-05-29blame: require 0 context lines while finding moved lines with -MDavid Kastrup1-4/+3
2016-05-27submodule update: learn `--[no-]recommend-shallow` optionStefan Beller1-1/+6
2016-05-26Merge branch 'lp/typofixes' into maintJunio C Hamano1-1/+1
2016-05-26Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano4-14/+18
2016-05-26Merge branch 'va/i18n-remote-comment-to-align' into maintJunio C Hamano1-0/+2
2016-05-24worktree: simplify prefixing pathsNguyễn Thái Ngọc Duy1-1/+3
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readNguyễn Thái Ngọc Duy1-1/+1
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy1-1/+1
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy1-1/+1
2016-05-23Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano4-0/+5
2016-05-23Merge branch 'pb/commit-verbose-config'Junio C Hamano1-0/+10
2016-05-23Merge branch 'xy/format-patch-base'Junio C Hamano1-0/+168
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano4-11/+36
2016-05-20pull: warn on --verify-signatures with --rebaseAlexander Hirsch1-0/+3
2016-05-18Merge branch 'sb/misc-cleanups' into HEADJunio C Hamano1-2/+3
2016-05-18Merge branch 'ew/doc-split-pack-disables-bitmap' into HEADJunio C Hamano1-1/+8
2016-05-18Merge branch 'sb/mv-submodule-fix' into HEADJunio C Hamano1-9/+12
2016-05-18cat-file: default to --buffer when --batch-all-objects is usedJeff King1-0/+4
2016-05-18cat-file: avoid noop calls to sha1_object_info_extendedJeff King1-1/+16
2016-05-17Merge branch 'va/i18n-remote-comment-to-align'Junio C Hamano1-0/+2
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano11-33/+28
2016-05-17Merge branch 'jk/submodule-c-credential'Junio C Hamano1-65/+0