4969 Commits (74866d75793559e8b351a17100679f83b96972ca)

Author SHA1 Message Date
Christian Couder 36371e4c7e builtin/apply: move 'root' global into 'struct apply_state' 9 years ago
Christian Couder b76184e410 builtin/apply: move 'p_value_known' global into 'struct apply_state' 9 years ago
Christian Couder dbd23433e7 builtin/apply: move 'p_value' global into 'struct apply_state' 9 years ago
Christian Couder 0c1138cbdb builtin/apply: move 'has_include' global into 'struct apply_state' 9 years ago
Christian Couder 82f0dfca54 builtin/apply: move 'limit_by_name' global into 'struct apply_state' 9 years ago
Christian Couder b802355863 builtin/apply: move 'patch_input_file' global into 'struct apply_state' 9 years ago
Christian Couder 574f5a59d8 builtin/apply: move 'apply' global into 'struct apply_state' 9 years ago
Christian Couder a48f9bb1b3 builtin/apply: move 'p_context' global into 'struct apply_state' 9 years ago
Christian Couder a0bfaf0796 builtin/apply: move 'fake_ancestor' global into 'struct apply_state' 9 years ago
Christian Couder f4c9eaa49c builtin/apply: move 'line_termination' global into 'struct apply_state' 9 years ago
Christian Couder 6c0c2bf56c builtin/apply: move 'unsafe_paths' global into 'struct apply_state' 9 years ago
Christian Couder 1ff36a107f builtin/apply: move 'no_add' global into 'struct apply_state' 9 years ago
Christian Couder b12e888f7a builtin/apply: move 'threeway' global into 'struct apply_state' 9 years ago
Christian Couder 79a3efda79 builtin/apply: move 'summary' global into 'struct apply_state' 9 years ago
Christian Couder 179070b91c builtin/apply: move 'numstat' global into 'struct apply_state' 9 years ago
Christian Couder c4f5c39862 builtin/apply: move 'diffstat' global into 'struct apply_state' 9 years ago
Christian Couder 885eefb12d builtin/apply: move 'cached' global into 'struct apply_state' 9 years ago
Christian Couder 6ca4c39093 builtin/apply: move 'allow_overlap' global into 'struct apply_state' 9 years ago
Christian Couder 901f9c6d42 builtin/apply: move 'update_index' global into 'struct apply_state' 9 years ago
Christian Couder 5cae882d27 builtin/apply: move 'apply_verbosely' global into 'struct apply_state' 9 years ago
Christian Couder 30b5ae4d41 builtin/apply: move 'apply_with_reject' global into 'struct apply_state' 9 years ago
Christian Couder 2595a8b146 builtin/apply: move 'apply_in_reverse' global into 'struct apply_state' 9 years ago
Christian Couder ee87a6e740 builtin/apply: move 'check_index' global into 'struct apply_state' 9 years ago
Christian Couder 22a7233584 builtin/apply: move 'check' global into 'struct apply_state' 9 years ago
Christian Couder 1da16e1ed8 builtin/apply: move 'unidiff_zero' global into 'struct apply_state' 9 years ago
Christian Couder 6f27b941f2 builtin/apply: move 'state' init into init_apply_state() 9 years ago
Jordan DE GEA 1a450e2fd1 worktree: allow "-" short-hand for @{-1} in add command 9 years ago
René Scharfe 2bb73ae803 patch-id: use starts_with() and skip_prefix() 9 years ago
René Scharfe aa20cbc2e6 apply: remove unused parameters from name_terminate() 9 years ago
David Kastrup 17a07e2ae2 blame: require 0 context lines while finding moved lines with -M 9 years ago
Stefan Beller abed000aca submodule update: learn `--[no-]recommend-shallow` option 9 years ago
Nguyễn Thái Ngọc Duy 0409e0b6dc worktree: simplify prefixing paths 9 years ago
Nguyễn Thái Ngọc Duy ef23c347cf worktree: avoid 0{40}, too many zeroes, hard to read 9 years ago
Nguyễn Thái Ngọc Duy afb9e30b2c worktree.c: use is_dot_or_dotdot() 9 years ago
Nguyễn Thái Ngọc Duy 7b722d906b git-worktree.txt: keep subcommand listing in alphabetical order 9 years ago
Alexander Hirsch c57e501c51 pull: warn on --verify-signatures with --rebase 9 years ago
Jeff King 6a36e1e7bb cat-file: default to --buffer when --batch-all-objects is used 9 years ago
Jeff King 845de33a5b cat-file: avoid noop calls to sha1_object_info_extended 9 years ago
Alexander Rinass 90a78b83e0 diff: run arguments through precompose_argv 9 years ago
Christian Couder 2fc0f1849b builtin/apply: introduce 'struct apply_state' to start libifying 9 years ago
Christian Couder dcde8b3dcd builtin/apply: move 'read_stdin' global into cmd_apply() 9 years ago
Christian Couder d1b27ced9a builtin/apply: move 'options' variable into cmd_apply() 9 years ago
Christian Couder 7a3eb9e222 builtin/apply: extract line_by_line_fuzzy_match() from match_fragment() 9 years ago
Christian Couder bb0ba99743 builtin/apply: avoid local variable shadowing 'len' parameter 9 years ago
Christian Couder eb8fdbff3c builtin/apply: avoid parameter shadowing 'linenr' global 9 years ago
Christian Couder 560e35468f builtin/apply: avoid parameter shadowing 'p_value' global 9 years ago
Christian Couder 12913a78ce builtin/apply: make gitdiff_verify_name() return void 9 years ago
Pranit Bauva aaab84203b commit: add a commit.verbose config variable 9 years ago
Nguyễn Thái Ngọc Duy 8d19e93094 builtin/worktree.c: use error_errno() 9 years ago
Nguyễn Thái Ngọc Duy 17bef17ef8 builtin/upload-archive.c: use error_errno() 9 years ago