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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-12
Revert "checkout: retire --ignore-other-worktrees in favor of --force"
Junio C Hamano
2
-4
/
+6
2015-07-07
checkout: retire --ignore-other-worktrees in favor of --force
Eric Sunshine
2
-6
/
+4
2015-07-07
worktree: add: auto-vivify new branch when <branch> is omitted
Eric Sunshine
1
-2
/
+6
2015-07-06
worktree: add: make -b/-B default to HEAD when <branch> is omitted
Eric Sunshine
1
-2
/
+4
2015-07-06
worktree: extract basename computation to new function
Eric Sunshine
1
-9
/
+20
2015-07-06
checkout: require worktree unconditionally
Eric Sunshine
1
-2
/
+0
2015-07-06
checkout: retire --to option
Eric Sunshine
2
-166
/
+139
2015-07-06
worktree: add -b/-B options
Eric Sunshine
1
-0
/
+11
2015-07-06
worktree: add --detach option
Eric Sunshine
1
-1
/
+4
2015-07-06
worktree: add --force option
Eric Sunshine
1
-1
/
+5
2015-07-06
worktree: introduce "add" command
Eric Sunshine
1
-0
/
+31
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
1
-4
/
+12
2015-06-29
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
3
-100
/
+134
2015-06-12
checkout: don't check worktrees when not necessary
Nguyễn Thái Ngọc Duy
1
-12
/
+11
2015-03-31
prune --worktrees: fix expire vs worktree existence condition
Max Kirillov
1
-3
/
+7
2015-01-07
checkout: add --ignore-other-wortrees
Nguyễn Thái Ngọc Duy
1
-1
/
+5
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
checkout: do not fail if target is an empty directory
Max Kirillov
1
-1
/
+1
2014-12-01
checkout: don't require a work tree when checking out into a new one
Dennis Kaarsemaker
1
-0
/
+3
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2014-12-01
gc: support prune --worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+10
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
1
-0
/
+48
2014-12-01
checkout: reject if the branch is already checked out elsewhere
Nguyễn Thái Ngọc Duy
1
-2
/
+84
2014-12-01
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
2
-2
/
+112
2014-12-01
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
1
-2
/
+93
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2
-9
/
+2
2014-12-01
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2014-12-01
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
reflog: avoid constructing .lock path with git_path
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2014-12-01
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-5
/
+8
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
7
-14
/
+18
2014-11-06
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
1
-1
/
+1
2014-11-04
fetch: load all default config at startup
Jeff King
1
-1
/
+1
2014-10-31
Merge branch 'jc/push-cert'
Junio C Hamano
1
-2
/
+2
2014-10-29
Merge branch 'jk/prune-mtime'
Junio C Hamano
7
-199
/
+157
2014-10-28
receive-pack: avoid minor leak in case start_async() fails
René Scharfe
1
-2
/
+2
2014-10-24
Merge branch 'jc/push-cert'
Junio C Hamano
1
-1
/
+12
2014-10-24
Merge branch 'eb/no-pthreads'
Junio C Hamano
3
-7
/
+7
2014-10-24
Merge branch 'rs/run-command-env-array'
Junio C Hamano
1
-9
/
+14
2014-10-24
Merge branch 'jk/pack-objects-no-bitmap-when-splitting'
Junio C Hamano
1
-0
/
+1
2014-10-24
push: heed user.signingkey for signed pushes
Michael J Gruber
1
-1
/
+12
2014-10-21
Merge branch 'rs/ref-transaction'
Junio C Hamano
19
-57
/
+97
2014-10-20
Merge branch 'cc/interpret-trailers'
Junio C Hamano
1
-0
/
+44
[next]