Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'unsafe_paths' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'no_add' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'threeway' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'summary' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'numstat' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'diffstat' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'cached' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'allow_overlap' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'update_index' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_verbosely' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_with_reject' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'apply_in_reverse' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'check_index' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'check' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'unidiff_zero' global into 'struct apply_state' | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'state' init into init_apply_state() | Christian Couder | 2016-06-01 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: introduce 'struct apply_state' to start libifying | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'read_stdin' global into cmd_apply() | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: move 'options' variable into cmd_apply() | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: extract line_by_line_fuzzy_match() from match_fragment() | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid local variable shadowing 'len' parameter | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid parameter shadowing 'linenr' global | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: avoid parameter shadowing 'p_value' global | Christian Couder | 2016-05-12 | |
| * | | | | | | | | | | | | | | | | | | | | | builtin/apply: make gitdiff_verify_name() return void | Christian Couder | 2016-05-12 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/rev-list-count-with-bitmap' | Junio C Hamano | 2016-06-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | rev-list: disable bitmaps when "-n" is used with listing objects | Jeff King | 2016-06-03 | |
| * | | | | | | | | | | | | | | | | | | | | | | rev-list: "adjust" results of "--count --use-bitmap-index -n" | Jeff King | 2016-06-03 | |
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/clear-pathspec' | Junio C Hamano | 2016-06-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 2016-06-02 | |
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jg/dash-is-last-branch-in-worktree-add' | Junio C Hamano | 2016-06-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | worktree: allow "-" short-hand for @{-1} in add command | Jordan DE GEA | 2016-05-31 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-recommend-shallowness' | Junio C Hamano | 2016-06-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | submodule update: learn `--[no-]recommend-shallow` option | Stefan Beller | 2016-05-27 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/no-verify-signature-with-pull-rebase' | Junio C Hamano | 2016-06-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | pull: warn on --verify-signatures with --rebase | Alexander Hirsch | 2016-05-20 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-helper-relative-path' | Junio C Hamano | 2016-06-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | submodule: remove bashism from shell script | Stefan Beller | 2016-06-01 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-helper-list-signal-unmatch-via-exit-status' | Junio C Hamano | 2016-06-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | submodule--helper: offer a consistent API | Stefan Beller | 2016-06-01 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/apply-name-terminate' | Junio C Hamano | 2016-06-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | apply: remove unused parameters from name_terminate() | René Scharfe | 2016-05-29 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/patch-id-use-skip-prefix' | Junio C Hamano | 2016-06-03 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | patch-id: use starts_with() and skip_prefix() | René Scharfe | 2016-05-29 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/cat-file-buffered-batch-all' | Junio C Hamano | 2016-05-31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | cat-file: default to --buffer when --batch-all-objects is used | Jeff King | 2016-05-18 | |
| * | | | | | | | | | | | | | | | | | | | | | | cat-file: avoid noop calls to sha1_object_info_extended | Jeff King | 2016-05-18 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ar/diff-args-osx-precompose' | Junio C Hamano | 2016-05-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | diff: run arguments through precompose_argv | Alexander Rinass | 2016-05-13 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pb/commit-verbose-config' | Junio C Hamano | 2016-05-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | commit: add a commit.verbose config variable | Pranit Bauva | 2016-05-10 |