Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-03unpack-trees: don't respect submodule.updateBrandon Williams
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-23Merge branch 'rs/checkout-am-fix-unborn'Junio C Hamano
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila
2017-05-10checkout: fix memory leakJunio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08revision: rename add_pending_sha1 to add_pending_oidbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08checkout: fix memory leakJohannes Schindelin
2017-05-08checkout: check return value of resolve_refdup before using hashRené Scharfe
2017-03-31avoid using fixed PATH_MAX buffers for refsJeff King
2017-03-29Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano
2017-03-17builtin/checkout: add --recurse-submodules switchStefan Beller
2017-03-15Merge branch 'jk/interpret-branch-name'Junio C Hamano
2017-03-02checkout: restrict @-expansions when finding branchJeff King
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-02-03Merge branch 'cw/log-updates-for-all-refs-really'Junio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-31checkout: convert post_checkout_hook() to struct object_idRené Scharfe
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-11-18Merge branch 'jk/create-branch-remove-unused-param'Junio C Hamano
2016-11-10create_branch: drop unused "head" parameterJeff King
2016-09-27Merge branch 'rs/checkout-init-macro'Junio C Hamano
2016-09-27Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-27Merge branch 'nd/checkout-disambiguation'Junio C Hamano
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-09-22Merge branch 'rs/checkout-some-states-are-const'Junio C Hamano
2016-09-21checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-14checkout: constify parameters of checkout_stage() and checkout_merged()René Scharfe
2016-09-09Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano
2016-09-08checkout: add some spaces between code and commentNguyễn Thái Ngọc Duy
2016-09-07sha1_name: convert get_sha1_mb to struct object_idbrian m. carlson
2016-09-07Convert read_mmblob to take struct object_id.brian m. carlson
2016-09-07builtin/checkout: convert some static functions to struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-20Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano