index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
checkout.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
2014-04-08
|
\
|
*
comments: fix misuses of "nor"
Justin Lebar
2014-03-31
*
|
Merge branch 'jc/rev-parse-argh-dashed-multi-words'
Junio C Hamano
2014-04-08
|
\
\
|
*
|
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
2014-03-24
|
|
/
*
|
Merge branch 'bp/commit-p-editor'
Junio C Hamano
2014-03-28
|
\
\
|
|
/
|
/
|
|
*
commit: fix patch hunk editing with "commit -p -m"
Benoit Pierre
2014-03-18
*
|
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
2014-02-24
|
/
*
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
2013-12-17
|
\
|
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
*
|
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
2013-12-05
|
\
\
|
|
/
|
/
|
|
*
checkout: do not die when leaving broken detached HEAD
Jeff King
2013-10-24
|
*
use parse_commit_or_die instead of segfaulting
Jeff King
2013-10-24
*
|
Merge branch 'mm/checkout-auto-track-fix'
Junio C Hamano
2013-10-30
|
\
\
|
*
|
checkout: proper error message on 'git checkout foo bar --'
Matthieu Moy
2013-10-18
|
*
|
checkout: allow dwim for branch creation for "git checkout $branch --"
Matthieu Moy
2013-10-18
|
*
|
Merge branch 'jh/checkout-auto-tracking' into maint
Junio C Hamano
2013-06-27
|
|
\
\
*
|
\
\
Merge branch 'nd/magic-pathspec'
Junio C Hamano
2013-09-09
|
\
\
\
\
|
*
|
|
|
add: lift the pathspec magic restriction on "add -p"
Nguyễn Thái Ngọc Duy
2013-09-05
*
|
|
|
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
convert report_path_error to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
|
|
checkout: convert read_tree_some to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
|
|
convert run_add_interactive to use struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
|
|
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
|
|
|
checkout: convert to use parse_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
*
|
|
|
|
checkout: remove superfluous local variable
Stefan Beller
2013-08-05
*
|
|
|
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
*
|
|
|
|
Remove deprecated OPTION_BOOLEAN for parsing arguments
Stefan Beller
2013-08-05
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
2013-07-22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
2013-07-09
*
|
|
|
Merge branch 'rr/rebase-checkout-reflog'
Junio C Hamano
2013-07-11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
checkout: respect GIT_REFLOG_ACTION
Ramkumar Ramachandra
2013-06-17
|
|
/
/
*
|
|
builtin/checkout.c: don't leak memory in check_tracking_name
Brandon Casey
2013-06-18
*
|
|
Merge branch 'jh/checkout-auto-tracking'
Junio C Hamano
2013-05-29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
checkout: Use remote refspecs when DWIMming tracking branches
Johan Herland
2013-04-21
*
|
Merge branch 'nd/checkout-keep-sparse'
Junio C Hamano
2013-04-22
|
\
\
|
|
/
|
/
|
|
*
checkout: add --ignore-skip-worktree-bits in sparse checkout mode
Nguyễn Thái Ngọc Duy
2013-04-15
*
|
checkout: abbreviate hash in suggest_reattach
Kevin Bracey
2013-04-08
|
/
*
checkout: avoid unnecessary match_pathspec calls
Nguyễn Thái Ngọc Duy
2013-03-27
*
checkout: print a message when switching unborn branches
Jeff King
2012-11-15
*
Merge branch 'nd/checkout-option-parsing-fix'
Junio C Hamano
2012-09-14
|
\
|
*
checkout: reorder option handling
Nguyễn Thái Ngọc Duy
2012-09-11
|
*
checkout: move more parameters to struct checkout_opts
Nguyễn Thái Ngọc Duy
2012-08-29
|
*
checkout: pass "struct checkout_opts *" as const pointer
Nguyễn Thái Ngọc Duy
2012-08-29
*
|
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
2012-09-07
|
\
\
|
|
/
|
/
|
|
*
i18n: checkout: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
*
|
Merge branch 'tr/void-diff-setup-done'
Junio C Hamano
2012-08-22
|
\
\
|
|
/
|
/
|
|
*
diff_setup_done(): return void
Thomas Rast
2012-08-03
*
|
Merge branch 'jk/maint-checkout-orphan-check-fix'
Junio C Hamano
2012-07-27
|
\
\
|
*
|
checkout: don't confuse ref and object flags
Jeff King
2012-07-25
*
|
|
Strip namelen out of ce_flags into a ce_namelen field
Thomas Gummerer
2012-07-11
[next]