index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
worktree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tg/worktree-add-existing-branch'
Junio C Hamano
2018-05-23
1
-27
/
+74
|
\
|
*
worktree: teach "add" to check out existing branches
Thomas Gummerer
2018-04-30
1
-2
/
+11
|
*
worktree: factor out dwim_branch function
Thomas Gummerer
2018-04-30
1
-11
/
+18
|
*
worktree: improve message when creating a new worktree
Thomas Gummerer
2018-04-30
1
-2
/
+36
|
*
worktree: remove extra members from struct add_opts
Thomas Gummerer
2018-04-30
1
-17
/
+16
*
|
Merge branch 'sb/worktree-remove-opt-force'
Junio C Hamano
2018-05-08
1
-2
/
+3
|
\
\
|
*
|
worktree: accept -f as short for --force for removal
Stefan Beller
2018-04-18
1
-2
/
+3
*
|
|
Merge branch 'nd/worktree-prune'
Junio C Hamano
2018-04-10
1
-9
/
+2
|
\
\
\
|
*
|
|
worktree prune: improve prune logic when worktree is moved
Nguyễn Thái Ngọc Duy
2018-03-15
1
-1
/
+2
|
*
|
|
worktree: delete dead code
Nguyễn Thái Ngọc Duy
2018-03-15
1
-8
/
+0
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Convert find_unique_abbrev* to struct object_id
brian m. carlson
2018-03-14
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-1
/
+3
|
\
\
\
|
*
|
|
completion: use __gitcomp_builtin in _git_worktree
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
|
*
|
|
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'nd/worktree-move'
Junio C Hamano
2018-03-14
1
-0
/
+220
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
worktree remove: allow it when $GIT_WORK_TREE is already gone
Nguyễn Thái Ngọc Duy
2018-02-12
1
-5
/
+7
|
*
|
worktree remove: new command
Nguyễn Thái Ngọc Duy
2018-02-12
1
-1
/
+133
|
*
|
worktree move: refuse to move worktrees with submodules
Nguyễn Thái Ngọc Duy
2018-02-12
1
-0
/
+23
|
*
|
worktree move: accept destination as directory
Nguyễn Thái Ngọc Duy
2018-02-12
1
-1
/
+10
|
*
|
worktree move: new command
Nguyễn Thái Ngọc Duy
2018-02-12
1
-0
/
+53
|
|
/
*
|
Merge branch 'es/worktree-add-post-checkout-hook'
Junio C Hamano
2018-02-28
1
-3
/
+17
|
\
\
|
*
|
worktree: add: fix 'post-checkout' not knowing new worktree location
Eric Sunshine
2018-02-15
1
-3
/
+17
*
|
|
Merge branch 'jc/worktree-add-short-help'
Junio C Hamano
2018-02-15
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
worktree: say that "add" takes an arbitrary commit in short-help
Junio C Hamano
2018-01-17
1
-1
/
+1
*
|
|
Merge branch 'es/worktree-checkout-hook'
Junio C Hamano
2017-12-27
1
-6
/
+16
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
worktree: invoke post-checkout hook (unless --no-checkout)
Eric Sunshine
2017-12-07
1
-6
/
+16
*
|
add worktree.guessRemote config option
Thomas Gummerer
2017-12-06
1
-2
/
+12
*
|
worktree: add --guess-remote flag to add subcommand
Thomas Gummerer
2017-12-06
1
-0
/
+10
*
|
worktree: make add <path> <branch> dwim
Thomas Gummerer
2017-11-27
1
-0
/
+16
*
|
worktree: add --[no-]track option to the add subcommand
Thomas Gummerer
2017-11-27
1
-0
/
+8
|
/
*
worktree: convert struct worktree to object_id
brian m. carlson
2017-10-16
1
-3
/
+3
*
worktree: check the result of read_in_full()
Jeff King
2017-09-27
1
-1
/
+18
*
worktree: use xsize_t to access file size
Jeff King
2017-09-27
1
-2
/
+3
*
add UNLEAK annotation for reducing leak false positives
Jeff King
2017-09-08
1
-0
/
+2
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'js/plug-leaks'
Junio C Hamano
2017-05-29
1
-3
/
+5
|
\
\
|
*
|
show_worktree(): plug memory leak
Johannes Schindelin
2017-05-08
1
-3
/
+5
|
|
/
*
|
Merge branch 'js/larger-timestamps'
Junio C Hamano
2017-05-16
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
*
|
Merge branch 'nd/worktree-add-lock'
Junio C Hamano
2017-04-26
1
-4
/
+11
|
\
\
|
*
|
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
2017-04-21
1
-4
/
+11
|
|
/
*
|
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
2017-04-21
1
-4
/
+2
*
|
prefix_filename: return newly allocated string
Jeff King
2017-03-21
1
-1
/
+2
*
|
prefix_filename: drop length parameter
Jeff King
2017-03-21
1
-1
/
+1
|
/
*
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
2017-02-10
1
-2
/
+2
|
\
[next]