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
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
1
-0
/
+1
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
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
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
1
-1
/
+1
2014-11-13
checkout $tree: do not throw away unchanged index entries
Jeff King
1
-0
/
+18
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-3
/
+3
2014-10-14
Merge branch 'rs/more-uses-of-skip-prefix'
Junio C Hamano
1
-4
/
+2
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
1
-4
/
+2
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-1
/
+1
2014-09-11
Merge branch 'dt/cache-tree-repair'
Junio C Hamano
1
-0
/
+6
2014-07-16
Merge branch 'nd/split-index'
Junio C Hamano
1
-7
/
+5
2014-07-07
cache-tree: create/update cache-tree on checkout
David Turner
1
-0
/
+8
2014-06-20
use skip_prefix to avoid repeating strings
Jeff King
1
-2
/
+2
2014-06-13
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-06-13
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
1
-7
/
+4
2014-06-06
Merge branch 'rs/reflog-exists'
Junio C Hamano
1
-6
/
+2
2014-06-03
Merge branch 'mh/ref-transaction'
Junio C Hamano
1
-1
/
+1
2014-05-08
checkout.c: use ref_exists instead of file_exist
Ronnie Sahlberg
1
-4
/
+1
2014-05-08
refs.c: add new functions reflog_exists and delete_reflog
Ronnie Sahlberg
1
-4
/
+3
2014-04-08
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
1
-1
/
+1
2014-04-08
Merge branch 'jc/rev-parse-argh-dashed-multi-words'
Junio C Hamano
1
-1
/
+1
2014-04-07
refs.h: rename the action_on_err constants
Michael Haggerty
1
-1
/
+1
2014-03-31
comments: fix misuses of "nor"
Justin Lebar
1
-1
/
+1
2014-03-28
Merge branch 'bp/commit-p-editor'
Junio C Hamano
1
-4
/
+4
2014-03-24
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
1
-1
/
+1
2014-03-18
commit: fix patch hunk editing with "commit -p -m"
Benoit Pierre
1
-4
/
+4
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-4
/
+4
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-4
/
+4
2013-12-05
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
1
-6
/
+6
2013-10-30
Merge branch 'mm/checkout-auto-track-fix'
Junio C Hamano
1
-28
/
+71
2013-10-24
checkout: do not die when leaving broken detached HEAD
Jeff King
1
-4
/
+4
2013-10-24
use parse_commit_or_die instead of segfaulting
Jeff King
1
-2
/
+2
2013-10-18
checkout: proper error message on 'git checkout foo bar --'
Matthieu Moy
1
-5
/
+16
2013-10-18
checkout: allow dwim for branch creation for "git checkout $branch --"
Matthieu Moy
1
-23
/
+55
2013-09-09
Merge branch 'nd/magic-pathspec'
Junio C Hamano
1
-7
/
+0
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-18
/
+22
[next]