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
2019-08-22
Merge branch 'vn/restore-empty-ita-corner-case-fix'
Junio C Hamano
1
-0
/
+1
2019-08-06
l10n: reformat some localized strings for v2.23.0
Jean-Noël Avila
1
-1
/
+1
2019-08-02
checkout.c: unstage empty deleted ita files
Varun Naik
1
-0
/
+1
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-320
/
+584
2019-06-20
switch: allow to switch in the middle of bisect
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2019-05-07
restore: support --patch
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-05-07
restore: replace --force with --ignore-unmerged
Nguyễn Thái Ngọc Duy
1
-9
/
+20
2019-05-07
restore: default to --source=HEAD when only --staged is specified
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2019-05-07
restore: reject invalid combinations with --staged
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2019-05-07
restore: add --worktree and --staged
Nguyễn Thái Ngọc Duy
1
-6
/
+68
2019-05-07
checkout: factor out worktree checkout code
Nguyễn Thái Ngọc Duy
1
-49
/
+59
2019-05-07
restore: disable overlay mode by default
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2019-05-07
restore: make pathspec mandatory
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2019-05-07
restore: take tree-ish from --source option instead
Nguyễn Thái Ngọc Duy
1
-8
/
+34
2019-05-07
checkout: split part of it to new command 'restore'
Nguyễn Thái Ngọc Duy
1
-0
/
+26
2019-04-25
Merge branch 'nd/checkout-m'
Junio C Hamano
1
-2
/
+9
2019-04-25
Merge branch 'jk/unused-params-even-more'
Junio C Hamano
1
-1
/
+1
2019-04-16
Merge branch 'nd/checkout-m-doc-update'
Junio C Hamano
1
-0
/
+9
2019-04-02
switch: make --orphan switch to an empty tree
Nguyễn Thái Ngọc Duy
1
-8
/
+31
2019-04-02
switch: reject if some operation is in progress
Nguyễn Thái Ngọc Duy
1
-0
/
+40
2019-04-02
switch: no worktree status unless real branch switch happens
Nguyễn Thái Ngọc Duy
1
-126
/
+8
2019-04-02
switch: implicit dwim, use --no-guess to disable it
Nguyễn Thái Ngọc Duy
1
-8
/
+8
2019-04-02
switch: add short option for --detach
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
switch: only allow explicit detached HEAD
Nguyễn Thái Ngọc Duy
1
-0
/
+34
2019-04-02
switch: reject "do nothing" case
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2019-04-02
switch: stop accepting pathspec
Nguyễn Thái Ngọc Duy
1
-5
/
+15
2019-04-02
switch: remove -l
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
switch: add --discard-changes
Nguyễn Thái Ngọc Duy
1
-2
/
+10
2019-04-02
switch: better names for -b and -B
Nguyễn Thái Ngọc Duy
1
-11
/
+21
2019-04-02
checkout: split part of it to new command 'switch'
Nguyễn Thái Ngọc Duy
1
-12
/
+48
2019-04-02
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
1
-23
/
+59
2019-04-02
checkout: move 'confict_style' and 'dwim_..' to checkout_opts
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2019-04-02
checkout: make "opts" in cmd_checkout() a pointer
Nguyễn Thái Ngọc Duy
1
-57
/
+58
2019-04-02
checkout: factor out some code in parse_branchname_arg()
Nguyễn Thái Ngọc Duy
1
-20
/
+31
2019-04-02
checkout: keep most #include sorted
Nguyễn Thái Ngọc Duy
1
-17
/
+17
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-03-24
checkout: prevent losing staged changes with --merge
Nguyễn Thái Ngọc Duy
1
-1
/
+10
2019-03-24
unpack-trees: rename "gently" flag to "quiet"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-03-21
checkout.txt: note about losing staged changes with --merge
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2019-03-20
report_path_error(): drop unused prefix parameter
Jeff King
1
-1
/
+1
2019-03-07
Merge branch 'jh/trace2'
Junio C Hamano
1
-0
/
+7
2019-03-07
Merge branch 'tg/checkout-no-overlay'
Junio C Hamano
1
-35
/
+92
2019-02-22
trace2:data: add subverb to checkout command
Jeff Hostetler
1
-0
/
+7
2019-02-08
Merge branch 'nd/checkout-noisy-unmerge'
Junio C Hamano
1
-7
/
+12
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-2
/
+3
2019-02-06
checkout: count and print -m paths separately
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2019-02-06
checkout: update count-checkouts messages
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2019-02-05
Merge branch 'bp/checkout-new-branch-optim'
Junio C Hamano
1
-0
/
+8
2019-02-04
revert "checkout: introduce checkout.overlayMode config"
Thomas Gummerer
1
-7
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
[next]