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
2009-01-25
Merge branch 'cb/add-pathspec'
Junio C Hamano
1
-3
/
+3
2009-01-17
checkout: implement "-" abbreviation, add docs and tests
Thomas Rast
1
-0
/
+3
2009-01-17
sha1_name: tweak @{-N} lookup
Thomas Rast
1
-1
/
+3
2009-01-17
checkout: implement "@{-N}" shortcut name for N-th last branch
Junio C Hamano
1
-2
/
+8
2009-01-17
Move run_hook() from builtin-commit.c into run-command.c (libgit)
Stephan Beyer
1
-17
/
+5
2009-01-17
checkout: don't crash on file checkout before running post-checkout hook
Stephan Beyer
1
-2
/
+4
2009-01-14
remove pathspec_match, use match_pathspec instead
Clemens Buchacher
1
-3
/
+3
2009-01-11
Merge branch 'jc/maint-do-not-switch-to-non-commit' into maint
Junio C Hamano
1
-1
/
+1
2009-01-03
Merge branch 'jc/maint-do-not-switch-to-non-commit'
Junio C Hamano
1
-1
/
+1
2009-01-03
git checkout: do not allow switching to a tree-ish that is not a commit
Junio C Hamano
1
-1
/
+1
2008-12-07
builtin-checkout.c: check error return from read_cache()
Junio C Hamano
1
-2
/
+5
2008-11-27
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2008-11-27
git checkout: don't warn about unborn branch if -f is already passed
Matt McCutchen
1
-1
/
+1
2008-11-12
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2008-11-12
checkout: Fix "initial checkout" detection
Junio C Hamano
1
-2
/
+1
2008-11-09
Merge branch 'maint'
Junio C Hamano
1
-4
/
+4
2008-11-09
checkout: Don't crash when switching away from an invalid branch.
Alexandre Julliard
1
-4
/
+4
2008-10-19
Fix mismerge at cdb22c4 in builtin-checkout.c
Junio C Hamano
1
-3
/
+0
2008-10-18
Merge branch 'db/maint-checkout-b' into maint
Junio C Hamano
1
-0
/
+12
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-8
/
+4
2008-10-06
do not segfault if make_cache_entry failed
Dmitry Potapov
1
-0
/
+2
2008-09-29
Merge branch 'jc/better-conflict-resolution'
Shawn O. Pearce
1
-21
/
+173
2008-09-25
Merge branch 'mv/merge-recursive'
Shawn O. Pearce
1
-3
/
+8
2008-09-25
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2008-09-25
checkout: Do not show local changes when in quiet mode
Jonas Fonseca
1
-1
/
+1
2008-09-21
Merge branch 'db/maint-checkout-b'
Junio C Hamano
1
-0
/
+12
2008-09-21
Check early that a new branch is new and valid
Daniel Barkalow
1
-0
/
+12
2008-09-18
Merge branch 'jc/maint-checkout-keep-remove' into maint
Junio C Hamano
1
-0
/
+2
2008-09-16
Merge branch 'jc/maint-checkout-keep-remove'
Junio C Hamano
1
-0
/
+2
2008-09-10
Merge branch 'jc/maint-checkout-fix' into maint
Junio C Hamano
1
-1
/
+28
2008-09-09
checkout: do not lose staged removal
Junio C Hamano
1
-0
/
+2
2008-09-07
Merge branch 'jc/maint-checkout-fix'
Junio C Hamano
1
-1
/
+28
2008-09-03
Merge branch 'maint'
Junio C Hamano
1
-6
/
+4
2008-09-03
checkout: fix message when leaving detached HEAD
Jeff King
1
-6
/
+4
2008-08-31
checkout --conflict=<style>: recreate merge in a non-default style
Junio C Hamano
1
-1
/
+9
2008-08-30
merge-recursive: introduce merge_options
Miklos Vajna
1
-3
/
+8
2008-08-30
checkout -m: recreate merge when checking out of unmerged index
Junio C Hamano
1
-2
/
+102
2008-08-30
checkout --ours/--theirs: allow checking out one side of a conflicting merge
Junio C Hamano
1
-1
/
+38
2008-08-30
checkout -f: allow ignoring unmerged paths when checking out of the index
Junio C Hamano
1
-18
/
+23
2008-08-30
checkout: do not check out unmerged higher stages randomly
Junio C Hamano
1
-1
/
+28
2008-08-22
Extend "checkout --track" DWIM to support more cases
Alex Riesen
1
-13
/
+13
2008-08-11
checkout --track: make up a sensible branch name if '-b' was omitted
Johannes Schindelin
1
-3
/
+18
2008-07-24
git-checkout: improve error messages, detect ambiguities.
Pierre Habouzit
1
-17
/
+65
2008-07-23
Merge branch 'maint' into ph/checkout
Junio C Hamano
1
-1
/
+2
2008-07-23
git-checkout: fix command line parsing.
Pierre Habouzit
1
-1
/
+2
2008-07-15
add context pointer to read_tree_recursive()
René Scharfe
1
-2
/
+2
2008-07-02
Refactor "tracking statistics" code used by "git checkout"
Junio C Hamano
1
-88
/
+6
2008-05-29
checkout: "best effort" checkout
Junio C Hamano
1
-4
/
+18
2008-05-29
checkout: consolidate reset_{to_new,clean_to_new}()
Junio C Hamano
1
-35
/
+15
2008-05-28
checkout: make reset_clean_to_new() not die by itself
Junio C Hamano
1
-3
/
+6
[prev]
[next]