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
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
2008-05-28
"git checkout -- paths..." should error out when paths cannot be written
Junio C Hamano
1
-2
/
+5
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-1
/
+1
2008-05-25
Merge branch 'jc/unpack-trees-reword'
Junio C Hamano
1
-0
/
+2
2008-05-19
unpack-trees: allow Porcelain to give different error messages
Junio C Hamano
1
-0
/
+2
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-1
/
+1
2008-05-12
Extend interface of add_files_to_cache to allow ignore indexing errors
Alex Riesen
1
-1
/
+1
2008-05-03
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2008-05-03
checkout: don't rfc2047-encode oneline on detached HEAD
Jeff King
1
-1
/
+1
2008-04-27
git checkout: add -t alias for --track
Miklos Vajna
1
-1
/
+1
2008-03-09
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
1
-3
/
+6
2008-03-09
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
1
-0
/
+6
2008-03-02
cleanup: remove unused git_checkout_config
Denis Cheng
1
-6
/
+1
2008-02-29
Write index file on any checkout of files
Daniel Barkalow
1
-15
/
+15
2008-02-29
Fix builtin checkout crashing when given an invalid path
Alex Riesen
1
-0
/
+4
2008-02-27
Merge branch 'js/branch-track'
Junio C Hamano
1
-9
/
+5
2008-02-24
checkout: error out when index is unmerged even with -m
Junio C Hamano
1
-17
/
+18
2008-02-23
checkout: show progress when checkout takes long time while switching branches
Junio C Hamano
1
-0
/
+1
2008-02-21
checkout: updates to tracking report
Junio C Hamano
1
-5
/
+5
2008-02-21
builtin-checkout.c: Remove unused prefix arguments in switch_branches path
Daniel Barkalow
1
-6
/
+4
2008-02-20
checkout: work from a subdirectory
Junio C Hamano
1
-1
/
+0
[prev]
[next]