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
/
checkout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-12
checkout,clone: check return value of create_symref
Jeff King
1
-1
/
+2
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-5
/
+5
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-6
/
+6
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-5
/
+5
2015-11-01
checkout: add --progress option
Edmundo Carmona Antoranz
1
-2
/
+12
2015-08-31
Merge branch 'hv/submodule-config'
Junio C Hamano
1
-0
/
+1
2015-08-26
Merge branch 'jc/calloc-pathspec'
Junio C Hamano
1
-1
/
+1
2015-08-20
ps_matched: xcalloc() takes nmemb and then element size
Junio C Hamano
1
-1
/
+1
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
1
-0
/
+1
2015-08-12
Merge branch 'es/worktree-add-cleanup'
Junio C Hamano
1
-76
/
+6
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
1
-12
/
+10
2015-07-21
refs: new public ref function: safe_create_reflog
David Turner
1
-9
/
+5
2015-07-21
refs.c: add err arguments to reflog functions
David Turner
1
-3
/
+5
2015-07-20
checkout: drop intimate knowledge of newly created worktree
Eric Sunshine
1
-7
/
+2
2015-07-20
branch: publish die_if_checked_out()
Eric Sunshine
1
-67
/
+0
2015-07-20
checkout: teach check_linked_checkout() about symbolic link HEAD
Eric Sunshine
1
-1
/
+5
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-13
Merge branch 'es/worktree-add'
Junio C Hamano
1
-153
/
+0
2015-07-13
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-12
/
+11
2015-07-12
Revert "checkout: retire --ignore-other-worktrees in favor of --force"
Junio C Hamano
1
-3
/
+5
2015-07-07
checkout: retire --ignore-other-worktrees in favor of --force
Eric Sunshine
1
-5
/
+3
2015-07-06
checkout: require worktree unconditionally
Eric Sunshine
1
-2
/
+0
2015-07-06
checkout: retire --to option
Eric Sunshine
1
-160
/
+1
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-12
checkout: don't check worktrees when not necessary
Nguyễn Thái Ngọc Duy
1
-12
/
+11
2015-05-25
add_pending_uninteresting_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-1
/
+3
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-12
/
+257
2015-04-02
checkout: call a single commit "it" intead of "them"
Thomas Schneider
1
-2
/
+9
2015-01-14
standardize usage info string format
Alex Henrie
1
-4
/
+4
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-22
Merge branch 'nd/ls-tree-pathspec'
Junio C Hamano
1
-4
/
+4
2014-12-05
Merge branch 'jk/checkout-from-tree'
Junio C Hamano
1
-0
/
+18
2014-12-01
tree.c: update read_tree_recursive callback to pass strbuf as base
Nguyễn Thái Ngọc Duy
1
-4
/
+4
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
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
1
-2
/
+17
[next]