aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'unsafe_paths' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'no_add' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'threeway' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'summary' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'numstat' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'diffstat' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'cached' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'allow_overlap' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'update_index' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_verbosely' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_with_reject' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'check_index' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'check' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'unidiff_zero' global into 'struct apply_state'Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'state' init into init_apply_state()Christian Couder2016-06-01
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: introduce 'struct apply_state' to start libifyingChristian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'read_stdin' global into cmd_apply()Christian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'options' variable into cmd_apply()Christian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()Christian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid local variable shadowing 'len' parameterChristian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid parameter shadowing 'linenr' globalChristian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid parameter shadowing 'p_value' globalChristian Couder2016-05-12
| * | | | | | | | | | | | | | | | | | | | | builtin/apply: make gitdiff_verify_name() return voidChristian Couder2016-05-12
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano2016-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | rev-list: disable bitmaps when "-n" is used with listing objectsJeff King2016-06-03
| * | | | | | | | | | | | | | | | | | | | | | rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King2016-06-03
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/clear-pathspec'Junio C Hamano2016-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jg/dash-is-last-branch-in-worktree-add'Junio C Hamano2016-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA2016-05-31
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano2016-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | submodule update: learn `--[no-]recommend-shallow` optionStefan Beller2016-05-27
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/no-verify-signature-with-pull-rebase'Junio C Hamano2016-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | pull: warn on --verify-signatures with --rebaseAlexander Hirsch2016-05-20
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-helper-relative-path'Junio C Hamano2016-06-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | submodule: remove bashism from shell scriptStefan Beller2016-06-01
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-helper-list-signal-unmatch-via-exit-status'Junio C Hamano2016-06-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | submodule--helper: offer a consistent APIStefan Beller2016-06-01
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/apply-name-terminate'Junio C Hamano2016-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | apply: remove unused parameters from name_terminate()René Scharfe2016-05-29
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/patch-id-use-skip-prefix'Junio C Hamano2016-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | patch-id: use starts_with() and skip_prefix()René Scharfe2016-05-29
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | cat-file: default to --buffer when --batch-all-objects is usedJeff King2016-05-18
| * | | | | | | | | | | | | | | | | | | | | | cat-file: avoid noop calls to sha1_object_info_extendedJeff King2016-05-18
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ar/diff-args-osx-precompose'Junio C Hamano2016-05-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | diff: run arguments through precompose_argvAlexander Rinass2016-05-13
| | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pb/commit-verbose-config'Junio C Hamano2016-05-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | commit: add a commit.verbose config variablePranit Bauva2016-05-10