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-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
2015-07-06
checkout: fix bug with --to and relative HEAD
Eric Sunshine
2
-4
/
+22
2015-07-06
Documentation/git-worktree: add EXAMPLES section
Eric Sunshine
1
-0
/
+22
2015-07-06
Documentation/git-worktree: add high-level 'lock' overview
Eric Sunshine
1
-9
/
+15
2015-07-06
Documentation/git-worktree: split technical info from general description
Eric Sunshine
1
-34
/
+36
2015-07-06
Documentation/git-worktree: add BUGS section
Eric Sunshine
1
-3
/
+16
2015-07-06
Documentation: move linked worktree description from checkout to worktree
Eric Sunshine
2
-67
/
+64
2015-07-06
Documentation/git-worktree: associate options with commands
Eric Sunshine
1
-3
/
+3
2015-07-06
Documentation/git-checkout: fix incorrect worktree prune command
Eric Sunshine
1
-1
/
+1
2015-06-29
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
11
-114
/
+198
2015-06-12
checkout: don't check worktrees when not necessary
Nguyễn Thái Ngọc Duy
2
-12
/
+19
2015-03-31
prune --worktrees: fix expire vs worktree existence condition
Max Kirillov
2
-3
/
+19
2015-03-24
t1501: fix test with split index
Thomas Gummerer
1
-0
/
+1
2015-03-20
t2026: fix broken &&-chain
Junio C Hamano
1
-2
/
+2
2015-01-27
t2026 needs procondition SANITY
Torsten Bögershausen
1
-1
/
+1
2015-01-07
git-checkout.txt: a note about multiple checkout support for submodules
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2015-01-07
checkout: add --ignore-other-wortrees
Nguyễn Thái Ngọc Duy
3
-1
/
+18
2015-01-07
checkout: pass whole struct to parse_branchname_arg instead of individual flags
Nguyễn Thái Ngọc Duy
1
-7
/
+6
2014-12-01
git-common-dir: make "modules/" per-working-directory directory
Max Kirillov
3
-4
/
+52
2014-12-01
checkout: do not fail if target is an empty directory
Max Kirillov
2
-2
/
+7
2014-12-01
t2025: add a test to make sure grafts is working from a linked checkout
Nguyễn Thái Ngọc Duy
1
-0
/
+18
2014-12-01
checkout: don't require a work tree when checking out into a new one
Dennis Kaarsemaker
3
-1
/
+19
2014-12-01
git_path(): keep "info/sparse-checkout" per work-tree
Nguyễn Thái Ngọc Duy
2
-1
/
+3
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
3
-3
/
+31
2014-12-01
gc: support prune --worktrees
Nguyễn Thái Ngọc Duy
3
-4
/
+24
2014-12-01
gc: factor out gc.pruneexpire parsing code
Nguyễn Thái Ngọc Duy
1
-10
/
+12
2014-12-01
gc: style change -- no SP before closing parenthesis
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
checkout: clean up half-prepared directories in --to mode
Nguyễn Thái Ngọc Duy
2
-0
/
+54
2014-12-01
checkout: reject if the branch is already checked out elsewhere
Nguyễn Thái Ngọc Duy
2
-7
/
+104
2014-12-01
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
7
-2
/
+251
2014-12-01
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
6
-4
/
+212
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
5
-31
/
+8
2014-12-01
wrapper.c: wrapper to open a file, fprintf then close
Nguyễn Thái Ngọc Duy
2
-0
/
+33
2014-12-01
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
9
-14
/
+115
2014-12-01
setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2014-12-01
setup.c: convert check_repository_format_gently to use strbuf
Nguyễn Thái Ngọc Duy
1
-4
/
+8
2014-12-01
setup.c: detect $GIT_COMMON_DIR in is_git_directory()
Nguyễn Thái Ngọc Duy
2
-6
/
+44
2014-12-01
setup.c: convert is_git_directory() to use strbuf
Nguyễn Thái Ngọc Duy
1
-16
/
+21
2014-12-01
git-stash: avoid hardcoding $GIT_DIR/logs/....
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-12-01
*.sh: avoid hardcoding $GIT_DIR/hooks/...
Nguyễn Thái Ngọc Duy
6
-24
/
+22
2014-12-01
git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
6
-19
/
+117
2014-12-01
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[next]