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 'tr/reset-checkout-patch'
Junio C Hamano
2009-09-07
|
\
|
*
Implement 'git checkout --patch'
Thomas Rast
2009-08-15
*
|
UI consistency: allow --force for where -f means force
René Scharfe
2009-08-29
*
|
Merge branch 'jk/maint-1.6.3-checkout-unborn'
Junio C Hamano
2009-08-28
|
\
\
|
|
/
|
/
|
|
*
checkout: do not imply "-f" on unborn branches
Jeff King
2009-08-25
|
*
Merge branch 'lt/maint-diff-reduce-lstat' into maint
Junio C Hamano
2009-05-25
|
|
\
*
|
|
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
*
|
|
Merge branch 'lt/maint-diff-reduce-lstat'
Junio C Hamano
2009-05-23
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Teach 'git checkout' to preload the index contents
Linus Torvalds
2009-05-09
*
|
builtin-checkout: Don't tell user that HEAD has moved before it has
Daniel Cordero
2009-05-16
*
|
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
2009-05-12
|
\
\
|
*
|
Revert "checkout branch: prime cache-tree fully"
Junio C Hamano
2009-05-12
*
|
|
Merge branch 'jc/maint-read-tree-multi'
Junio C Hamano
2009-04-22
|
\
\
\
|
|
/
/
|
*
|
checkout branch: prime cache-tree fully
Junio C Hamano
2009-04-20
|
*
|
Move prime_cache_tree() to cache-tree.c
Junio C Hamano
2009-04-20
|
*
|
Merge branch 'js/maint-submodule-checkout' into maint
Junio C Hamano
2009-04-18
|
|
\
\
*
|
|
|
Fix typos / spelling in comments
Mike Ralphson
2009-04-22
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2009-04-07
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Change double quotes to single quotes in message
Jari Aalto
2009-04-07
*
|
|
|
Merge branch 'js/maint-submodule-checkout'
Junio C Hamano
2009-04-07
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Fix 'git checkout <submodule>' to update the index
Johannes Schindelin
2009-04-02
|
|
/
/
*
|
|
Merge branch 'jc/name-branch'
Junio C Hamano
2009-04-06
|
\
\
\
|
*
|
|
strbuf_check_branch_ref(): a helper to check a refname for a branch
Junio C Hamano
2009-03-22
|
*
|
|
strbuf_branchname(): a wrapper for branch name shorthands
Junio C Hamano
2009-03-22
|
*
|
|
Rename interpret/substitute nth_last_branch functions
Junio C Hamano
2009-03-22
*
|
|
|
builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
2009-03-23
|
/
/
/
*
|
|
Merge branch 'mv/parseopt-ls-files'
Junio C Hamano
2009-03-20
|
\
\
\
|
*
|
|
Turn the flags in struct dir_struct into a single variable
Johannes Schindelin
2009-02-18
|
|
/
/
*
|
|
Fix neglect of diff_setup()/diff_setup_done() symmetry.
Keith Cascio
2009-03-04
|
/
/
*
|
Merge branch 'tr/previous-branch'
Junio C Hamano
2009-01-28
|
\
\
|
*
|
checkout: implement "-" abbreviation, add docs and tests
Thomas Rast
2009-01-17
|
*
|
sha1_name: tweak @{-N} lookup
Thomas Rast
2009-01-17
|
*
|
checkout: implement "@{-N}" shortcut name for N-th last branch
Junio C Hamano
2009-01-17
*
|
|
Merge branch 'cb/add-pathspec'
Junio C Hamano
2009-01-25
|
\
\
\
|
*
|
|
remove pathspec_match, use match_pathspec instead
Clemens Buchacher
2009-01-14
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'jc/maint-do-not-switch-to-non-commit' into maint
Junio C Hamano
2009-01-11
|
|
\
\
*
|
|
|
Move run_hook() from builtin-commit.c into run-command.c (libgit)
Stephan Beyer
2009-01-17
*
|
|
|
checkout: don't crash on file checkout before running post-checkout hook
Stephan Beyer
2009-01-17
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'jc/maint-do-not-switch-to-non-commit'
Junio C Hamano
2009-01-03
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
git checkout: do not allow switching to a tree-ish that is not a commit
Junio C Hamano
2009-01-03
*
|
builtin-checkout.c: check error return from read_cache()
Junio C Hamano
2008-12-07
*
|
Merge branch 'maint'
Junio C Hamano
2008-11-27
|
\
\
|
|
/
|
*
git checkout: don't warn about unborn branch if -f is already passed
Matt McCutchen
2008-11-27
*
|
Merge branch 'maint'
Junio C Hamano
2008-11-12
|
\
\
|
|
/
|
*
checkout: Fix "initial checkout" detection
Junio C Hamano
2008-11-12
*
|
Merge branch 'maint'
Junio C Hamano
2008-11-09
|
\
\
|
|
/
|
*
checkout: Don't crash when switching away from an invalid branch.
Alexandre Julliard
2008-11-09
|
*
Merge branch 'db/maint-checkout-b' into maint
Junio C Hamano
2008-10-18
|
|
\
*
|
|
Fix mismerge at cdb22c4 in builtin-checkout.c
Junio C Hamano
2008-10-19
*
|
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
[next]