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
2020-07-31
worktree: retire special-case normalization of main worktree path
Eric Sunshine
1
-4
/
+2
2020-07-31
worktree: drop bogus and unnecessary path munging
Eric Sunshine
1
-6
/
+1
2020-07-31
worktree: drop unused code from get_linked_worktree()
Eric Sunshine
1
-3
/
+0
2020-07-31
worktree: drop pointless strbuf_release()
Eric Sunshine
1
-2
/
+0
2020-07-06
Merge branch 'es/worktree-code-cleanup'
Junio C Hamano
1
-3
/
+3
2020-07-06
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
1
-17
/
+3
2020-06-24
worktree: avoid dead-code in conditional
Eric Sunshine
1
-3
/
+3
2020-06-22
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
1
-3
/
+3
2020-06-22
worktree: drop get_worktrees() special-purpose sorting option
Eric Sunshine
1
-14
/
+0
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
1
-6
/
+4
2020-03-10
real_path_if_valid(): remove unsafe API
Alexandr Miloslavskiy
1
-2
/
+5
2020-03-10
real_path: remove unsafe API
Alexandr Miloslavskiy
1
-1
/
+4
2020-03-05
Merge branch 'hv/receive-denycurrent-everywhere'
Junio C Hamano
1
-0
/
+1
2020-03-05
Merge branch 'es/worktree-avoid-duplication-fix'
Junio C Hamano
1
-6
/
+10
2020-02-24
worktree: add utility to find worktree by pathname
Eric Sunshine
1
-6
/
+10
2020-02-24
worktree: drop unused code from get_main_worktree()
Eric Sunshine
1
-4
/
+0
2020-02-24
get_main_worktree(): allow it to be called in the Git directory
Hariom Verma
1
-0
/
+1
2020-02-24
worktree: allow repository version 1
brian m. carlson
1
-6
/
+4
2019-06-13
Merge branch 'nd/corrupt-worktrees'
Junio C Hamano
1
-2
/
+5
2019-05-15
worktree add: be tolerant of corrupt worktrees
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2019-05-09
Merge branch 'jt/submodule-repo-is-with-worktree'
Junio C Hamano
1
-4
/
+10
2019-04-21
worktree: update is_bare heuristics
Jonathan Tan
1
-4
/
+10
2019-03-01
setup: fix memory leaks with `struct repository_format`
Martin Ågren
1
-1
/
+3
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-3
/
+76
2018-10-31
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
1
-1
/
+1
2018-10-22
revision.c: better error reporting on ref from different worktrees
Nguyễn Thái Ngọc Duy
1
-3
/
+46
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+30
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
[next]