index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-11
worktrees: add find_shared_symref
David Turner
2
-12
/
+42
2015-08-05
Documentation/git-worktree: fix duplicated 'from'
Patrick Steinhardt
1
-1
/
+1
2015-07-28
Documentation/config: mention "now" and "never" for 'expire' settings
Eric Sunshine
1
-5
/
+11
2015-07-24
Documentation/git-worktree: fix broken 'linkgit' invocation
Eric Sunshine
1
-1
/
+1
2015-07-20
checkout: drop intimate knowledge of newly created worktree
Eric Sunshine
1
-7
/
+2
2015-07-20
worktree: populate via "git reset --hard" rather than "git checkout"
Eric Sunshine
1
-2
/
+1
2015-07-20
worktree: avoid resolving HEAD unnecessarily
Eric Sunshine
1
-12
/
+5
2015-07-20
worktree: make setup of new HEAD distinct from worktree population
Eric Sunshine
1
-5
/
+15
2015-07-20
worktree: detect branch-name/detached and error conditions locally
Eric Sunshine
1
-0
/
+18
2015-07-20
worktree: add_worktree: construct worktree-population command locally
Eric Sunshine
1
-11
/
+8
2015-07-20
worktree: elucidate environment variables intended for child processes
Eric Sunshine
1
-2
/
+5
2015-07-20
worktree: make branch creation distinct from worktree population
Eric Sunshine
1
-3
/
+14
2015-07-20
worktree: add: suppress auto-vivication with --detach and no <branch>
Eric Sunshine
3
-4
/
+18
2015-07-20
worktree: make --detach mutually exclusive with -b/-B
Eric Sunshine
2
-2
/
+14
2015-07-20
worktree: introduce options container
Eric Sunshine
1
-18
/
+27
2015-07-20
worktree: simplify new branch (-b/-B) option checking
Eric Sunshine
1
-5
/
+8
2015-07-20
worktree: improve worktree setup message
Eric Sunshine
1
-1
/
+1
2015-07-20
branch: publish die_if_checked_out()
Eric Sunshine
3
-67
/
+74
2015-07-20
checkout: teach check_linked_checkout() about symbolic link HEAD
Eric Sunshine
2
-1
/
+13
2015-07-20
checkout: check_linked_checkout: simplify symref parsing
Eric Sunshine
1
-9
/
+6
2015-07-20
checkout: check_linked_checkout: improve "already checked out" aesthetic
Eric Sunshine
1
-0
/
+1
2015-07-20
checkout: generalize die_if_checked_out() branch name argument
Eric Sunshine
1
-7
/
+8
2015-07-20
checkout: die_if_checked_out: simplify strbuf management
Eric Sunshine
1
-4
/
+3
2015-07-20
checkout: improve die_if_checked_out() robustness
Eric Sunshine
1
-7
/
+7
2015-07-20
checkout: name check_linked_checkouts() more meaningfully
Eric Sunshine
1
-2
/
+2
2015-07-20
checkout: avoid resolving HEAD unnecessarily
Eric Sunshine
1
-3
/
+3
2015-07-20
config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"
Eric Sunshine
3
-4
/
+3
2015-07-20
Documentation/git-worktree: wordsmith worktree-related manpages
Michael Haggerty
2
-11
/
+12
2015-07-20
Documentation/config: fix stale "git prune --worktree" reference
Michael Haggerty
1
-1
/
+1
2015-07-20
Documentation/git-worktree: fix incorrect reference to file "locked"
Michael Haggerty
1
-1
/
+1
2015-07-20
Documentation/git-worktree: consistently use term "linked working tree"
Michael Haggerty
2
-23
/
+23
2015-07-17
Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" reference
Eric Sunshine
1
-1
/
+1
2015-07-16
worktree: caution that this is still experimental
Junio C Hamano
1
-2
/
+3
2015-07-16
Documentation/git-worktree: fix stale "git checkout --to" references
Eric Sunshine
1
-2
/
+2
2015-07-12
Revert "checkout: retire --ignore-other-worktrees in favor of --force"
Junio C Hamano
3
-7
/
+12
2015-07-07
checkout: retire --ignore-other-worktrees in favor of --force
Eric Sunshine
3
-12
/
+7
2015-07-07
worktree: add: auto-vivify new branch when <branch> is omitted
Eric Sunshine
3
-4
/
+26
2015-07-06
worktree: add: make -b/-B default to HEAD when <branch> is omitted
Eric Sunshine
3
-2
/
+10
2015-07-06
worktree: extract basename computation to new function
Eric Sunshine
1
-9
/
+20
2015-07-06
checkout: require worktree unconditionally
Eric Sunshine
2
-3
/
+1
2015-07-06
checkout: retire --to option
Eric Sunshine
3
-173
/
+139
2015-07-06
tests: worktree: retrofit "checkout --to" tests for "worktree add"
Eric Sunshine
3
-29
/
+25
2015-07-06
worktree: add -b/-B options
Eric Sunshine
2
-3
/
+21
2015-07-06
worktree: add --detach option
Eric Sunshine
2
-2
/
+9
2015-07-06
worktree: add --force option
Eric Sunshine
2
-2
/
+12
2015-07-06
worktree: introduce "add" command
Eric Sunshine
2
-10
/
+41
2015-07-06
checkout: drop 'checkout_opts' dependency from prepare_linked_checkout
Eric Sunshine
1
-4
/
+5
2015-07-06
checkout: make --to unconditionally verbose
Eric Sunshine
1
-2
/
+1
2015-07-06
checkout: prepare_linked_checkout: drop now-unused 'new' argument
Eric Sunshine
1
-3
/
+2
2015-07-06
checkout: relocate --to's "no branch specified" check
Eric Sunshine
1
-3
/
+4
[next]