index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
checkout.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dt/cache-tree-repair'
Junio C Hamano
2014-09-11
1
-0
/
+6
|
\
|
*
cache-tree: create/update cache-tree on checkout
David Turner
2014-07-07
1
-0
/
+8
*
|
Merge branch 'nd/split-index'
Junio C Hamano
2014-07-16
1
-7
/
+5
|
\
\
|
*
|
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+1
|
*
|
read-cache: new API write_locked_index instead of write_index/write_cache
Nguyễn Thái Ngọc Duy
2014-06-13
1
-7
/
+4
|
|
/
*
|
use skip_prefix to avoid repeating strings
Jeff King
2014-06-20
1
-2
/
+2
*
|
Merge branch 'rs/reflog-exists'
Junio C Hamano
2014-06-06
1
-6
/
+2
|
\
\
|
*
|
checkout.c: use ref_exists instead of file_exist
Ronnie Sahlberg
2014-05-08
1
-4
/
+1
|
*
|
refs.c: add new functions reflog_exists and delete_reflog
Ronnie Sahlberg
2014-05-08
1
-4
/
+3
|
|
/
*
|
Merge branch 'mh/ref-transaction'
Junio C Hamano
2014-06-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
refs.h: rename the action_on_err constants
Michael Haggerty
2014-04-07
1
-1
/
+1
*
|
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
2014-04-08
1
-1
/
+1
|
\
\
|
*
|
comments: fix misuses of "nor"
Justin Lebar
2014-04-01
1
-1
/
+1
*
|
|
Merge branch 'jc/rev-parse-argh-dashed-multi-words'
Junio C Hamano
2014-04-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
2014-03-24
1
-1
/
+1
|
|
/
*
|
Merge branch 'bp/commit-p-editor'
Junio C Hamano
2014-03-28
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
commit: fix patch hunk editing with "commit -p -m"
Benoit Pierre
2014-03-18
1
-4
/
+4
*
|
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
1
-2
/
+1
|
/
*
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
2013-12-17
1
-4
/
+4
|
\
|
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-4
/
+4
*
|
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
2013-12-05
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
checkout: do not die when leaving broken detached HEAD
Jeff King
2013-10-25
1
-4
/
+4
|
*
use parse_commit_or_die instead of segfaulting
Jeff King
2013-10-25
1
-2
/
+2
*
|
Merge branch 'mm/checkout-auto-track-fix'
Junio C Hamano
2013-10-30
1
-28
/
+71
|
\
\
|
*
|
checkout: proper error message on 'git checkout foo bar --'
Matthieu Moy
2013-10-18
1
-5
/
+16
|
*
|
checkout: allow dwim for branch creation for "git checkout $branch --"
Matthieu Moy
2013-10-18
1
-23
/
+55
|
*
|
Merge branch 'jh/checkout-auto-tracking' into maint
Junio C Hamano
2013-06-27
1
-20
/
+22
|
|
\
\
*
|
\
\
Merge branch 'nd/magic-pathspec'
Junio C Hamano
2013-09-09
1
-7
/
+0
|
\
\
\
\
|
*
|
|
|
add: lift the pathspec magic restriction on "add -p"
Nguyễn Thái Ngọc Duy
2013-09-05
1
-7
/
+0
*
|
|
|
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
1
-18
/
+22
|
\
|
|
|
|
|
*
|
|
|
convert report_path_error to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+1
|
*
|
|
|
checkout: convert read_tree_some to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-6
/
+3
|
*
|
|
|
convert run_add_interactive to use struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-5
/
+4
|
*
|
|
|
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+1
|
*
|
|
|
checkout: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
1
-13
/
+21
*
|
|
|
|
checkout: remove superfluous local variable
Stefan Beller
2013-08-05
1
-7
/
+5
*
|
|
|
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-5
/
+5
*
|
|
|
|
Remove deprecated OPTION_BOOLEAN for parsing arguments
Stefan Beller
2013-08-05
1
-3
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
2013-07-22
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
1
-4
/
+4
*
|
|
|
Merge branch 'rr/rebase-checkout-reflog'
Junio C Hamano
2013-07-11
1
-3
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
checkout: respect GIT_REFLOG_ACTION
Ramkumar Ramachandra
2013-06-17
1
-3
/
+8
|
|
/
/
*
|
|
builtin/checkout.c: don't leak memory in check_tracking_name
Brandon Casey
2013-06-18
1
-2
/
+5
*
|
|
Merge branch 'jh/checkout-auto-tracking'
Junio C Hamano
2013-05-29
1
-20
/
+22
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
checkout: Use remote refspecs when DWIMming tracking branches
Johan Herland
2013-04-22
1
-20
/
+22
*
|
Merge branch 'nd/checkout-keep-sparse'
Junio C Hamano
2013-04-22
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
checkout: add --ignore-skip-worktree-bits in sparse checkout mode
Nguyễn Thái Ngọc Duy
2013-04-15
1
-0
/
+5
*
|
checkout: abbreviate hash in suggest_reattach
Kevin Bracey
2013-04-09
1
-1
/
+1
|
/
*
checkout: avoid unnecessary match_pathspec calls
Nguyễn Thái Ngọc Duy
2013-03-27
1
-7
/
+36
*
checkout: print a message when switching unborn branches
Jeff King
2012-11-16
1
-0
/
+3
[next]