index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worktree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-30
worktree: don't die() in library function find_worktree()
Eric Sunshine
1
-1
/
+5
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-02-12
worktree remove: allow it when $GIT_WORK_TREE is already gone
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2018-02-12
worktree.c: add update_worktree_location()
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2018-01-24
worktree.c: add validate_worktree()
Nguyễn Thái Ngọc Duy
1
-0
/
+72
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2017-10-21
worktree: handle broken symrefs in find_shared_symref()
Jeff King
1
-1
/
+2
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
worktree: convert struct worktree to object_id
brian m. carlson
1
-1
/
+1
2017-09-24
refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed
René Scharfe
1
-2
/
+1
2017-09-19
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
1
-0
/
+22
2017-09-10
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-1
/
+1
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+22
2017-08-24
branch: fix branch renaming not updating HEADs correctly
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-06-23
path: convert strbuf_git_common_path to take a 'struct repository'
Brandon Williams
1
-1
/
+2
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-1
/
+1
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-75
/
+27
2017-05-08
submodule_uses_worktrees(): plug memory leak
Johannes Schindelin
1
-1
/
+1
2017-04-24
worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
1
-75
/
+27
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-1
/
+4
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-1
/
+1
2017-03-12
Merge branch 'js/realpath-pathdup-fix'
Junio C Hamano
1
-1
/
+1
2017-03-10
Merge branch 'rs/strbuf-add-real-path'
Junio C Hamano
1
-1
/
+1
2017-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
1
-1
/
+1
2017-02-27
cocci: use ALLOC_ARRAY
René Scharfe
1
-1
/
+1
2017-02-02
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
1
-1
/
+1
2017-01-27
use absolute_pathdup()
René Scharfe
1
-1
/
+1
2017-01-18
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-1
/
+1
2016-12-27
worktree: initialize return value for submodule_uses_worktrees
Stefan Beller
1
-1
/
+1
2016-12-12
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
1
-1
/
+1
2016-12-12
worktree: check if a submodule uses worktrees
Stefan Beller
1
-0
/
+50
2016-11-28
worktree list: keep the list sorted
Nguyễn Thái Ngọc Duy
1
-0
/
+14
2016-11-28
worktree.c: get_worktrees() takes a new flag argument
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-11-28
get_worktrees() must return main worktree as first item even on error
Nguyễn Thái Ngọc Duy
1
-7
/
+3
2016-11-23
worktree.c: zero new 'struct worktree' on allocation
Nguyễn Thái Ngọc Duy
1
-12
/
+2
2016-10-14
worktree: allow the main brach of a bare repository to be checked out
Dennis Kaarsemaker
1
-0
/
+2
2016-07-28
Merge branch 'nd/worktree-lock'
Junio C Hamano
1
-0
/
+77
2016-07-25
Merge branch 'rs/worktree-use-strbuf-absolute-path'
Junio C Hamano
1
-2
/
+2
2016-07-12
worktree: use strbuf_add_absolute_path() directly
René Scharfe
1
-2
/
+2
2016-07-08
worktree.c: find_worktree() search by path suffix
Nguyễn Thái Ngọc Duy
1
-0
/
+29
2016-07-06
Merge branch 'nd/worktree-cleanup-post-head-protection'
Junio C Hamano
1
-10
/
+8
2016-06-13
worktree.c: add is_worktree_locked()
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2016-06-03
worktree.c: add is_main_worktree()
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2016-06-03
worktree.c: add find_worktree()
Nguyễn Thái Ngọc Duy
1
-0
/
+15
2016-05-24
worktree.c: use is_dot_or_dotdot()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-24
worktree.c: rewrite mark_current_worktree() to avoid strbuf
Nguyễn Thái Ngọc Duy
1
-9
/
+7
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-18
/
+104
2016-05-06
typofix: assorted typofixes in comments, documentation and messages
Li Peng
1
-1
/
+1
2016-04-22
branch: do not rename a branch under bisect or rebase
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2016-04-22
worktree.c: check whether branch is bisected in another worktree
Nguyễn Thái Ngọc Duy
1
-0
/
+19
[next]