aboutsummaryrefslogtreecommitdiff
path: root/builtin/worktree.c
Commit message (Expand)AuthorAge
* Merge branch 'es/worktree-checkout-hook'Junio C Hamano2017-12-27
|\
| * worktree: invoke post-checkout hook (unless --no-checkout)Eric Sunshine2017-12-07
* | add worktree.guessRemote config optionThomas Gummerer2017-12-06
* | worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-06
* | worktree: make add <path> <branch> dwimThomas Gummerer2017-11-27
* | worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-27
|/
* worktree: convert struct worktree to object_idbrian m. carlson2017-10-16
* worktree: check the result of read_in_full()Jeff King2017-09-27
* worktree: use xsize_t to access file sizeJeff King2017-09-27
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-08
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-16
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\ \
| * | show_worktree(): plug memory leakJohannes Schindelin2017-05-08
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ | |/ |/|
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | Merge branch 'nd/worktree-add-lock'Junio C Hamano2017-04-26
|\ \
| * | worktree add: add --lock optionNguyễn Thái Ngọc Duy2017-04-20
| |/
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-26
|\ \ | |/ |/|
| * replace strbuf_addstr(git_path()) with git_path_buf()Jeff King2017-04-20
* | prefix_filename: return newly allocated stringJeff King2017-03-21
* | prefix_filename: drop length parameterJeff King2017-03-21
|/
* Merge branch 'ps/worktree-prune-help-fix'Junio C Hamano2017-02-10
|\
| * worktree: fix option descriptions for `prune`Patrick Steinhardt2017-02-06
* | worktree list: keep the list sortedNguyễn Thái Ngọc Duy2016-11-28
* | worktree.c: get_worktrees() takes a new flag argumentNguyễn Thái Ngọc Duy2016-11-28
* | get_worktrees() must return main worktree as first item even on errorNguyễn Thái Ngọc Duy2016-11-28
* | worktree: reorder an if statementNguyễn Thái Ngọc Duy2016-11-28
* | worktree: honor configuration variablesJunio C Hamano2016-09-27
* | use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe2016-08-05
* | Merge branch 'nd/worktree-lock'Junio C Hamano2016-07-28
|\ \
| * | worktree: add "unlock" commandNguyễn Thái Ngọc Duy2016-07-08
| * | worktree: add "lock" commandNguyễn Thái Ngọc Duy2016-07-08
* | | avoid using sha1_to_hex output as printf formatJeff King2016-07-08
* | | Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano2016-07-06
|\ \ \ | |/ /
| * | worktree: simplify prefixing pathsNguyễn Thái Ngọc Duy2016-05-24
| * | worktree: avoid 0{40}, too many zeroes, hard to readNguyễn Thái Ngọc Duy2016-05-24
| * | worktree.c: use is_dot_or_dotdot()Nguyễn Thái Ngọc Duy2016-05-24
| * | git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy2016-05-24
* | | worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA2016-05-31
* | | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \ \ | |/ /
| * | worktree.c: check whether branch is rebased in another worktreeNguyễn Thái Ngọc Duy2016-04-22
* | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \ | |/ / |/| |
| * | builtin/worktree.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | | worktree: add: introduce --checkout optionRay Zhang2016-03-29
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \
| * | use xmallocz to avoid size arithmeticJeff King2016-02-22
* | | worktree add -B: do the checkout test before update branchNguyễn Thái Ngọc Duy2016-02-15