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
2016-09-27worktree: honor configuration variablesJunio C Hamano
2016-08-06use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe
2016-07-28Merge branch 'nd/worktree-lock'Junio C Hamano
2016-07-09worktree: add "unlock" commandNguyễn Thái Ngọc Duy
2016-07-09worktree: add "lock" commandNguyễn Thái Ngọc Duy
2016-07-08avoid using sha1_to_hex output as printf formatJeff King
2016-07-06Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA
2016-05-24worktree: simplify prefixing pathsNguyễn Thái Ngọc Duy
2016-05-24worktree: avoid 0{40}, too many zeroes, hard to readNguyễn Thái Ngọc Duy
2016-05-24worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy
2016-05-24git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy
2016-05-24Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-18Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09builtin/worktree.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-04-23worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy
2016-03-29worktree: add: introduce --checkout optionRay Zhang
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-23use xmallocz to avoid size arithmeticJeff King
2016-02-16worktree add -B: do the checkout test before update branchNguyễn Thái Ngọc Duy
2016-02-16worktree: fix "add -B"Nguyễn Thái Ngọc Duy
2015-11-20Convert struct object to object_idbrian m. carlson
2015-10-27Merge branch 'es/worktree-add'Junio C Hamano
2015-10-19worktree: usage: denote <branch> as optional with 'add'Sidhant Sharma
2015-10-08worktree: add 'list' commandMichael Rappazzo
2015-09-01Merge branch 'jc/am-state-fix'Junio C Hamano
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-13Merge branch 'es/worktree-add-cleanup'Junio C Hamano
2015-07-20worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine
2015-07-20worktree: avoid resolving HEAD unnecessarilyEric Sunshine
2015-07-20worktree: make setup of new HEAD distinct from worktree populationEric Sunshine
2015-07-20worktree: detect branch-name/detached and error conditions locallyEric Sunshine
2015-07-20worktree: add_worktree: construct worktree-population command locallyEric Sunshine
2015-07-20worktree: elucidate environment variables intended for child processesEric Sunshine
2015-07-20worktree: make branch creation distinct from worktree populationEric Sunshine
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine
2015-07-20worktree: make --detach mutually exclusive with -b/-BEric Sunshine
2015-07-20worktree: introduce options containerEric Sunshine
2015-07-20worktree: simplify new branch (-b/-B) option checkingEric Sunshine
2015-07-20worktree: improve worktree setup messageEric Sunshine
2015-07-14Merge branch 'es/worktree-add'Junio C Hamano
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-08checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine
2015-07-08worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06worktree: extract basename computation to new functionEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
2015-07-06worktree: add -b/-B optionsEric Sunshine
2015-07-06worktree: add --detach optionEric Sunshine