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
2020-05-08
Merge branch 'es/restore-staged-from-head-by-default'
Junio C Hamano
1
-3
/
+3
2020-05-08
Merge branch 'dl/switch-c-option-in-error-message'
Junio C Hamano
1
-4
/
+10
2020-05-05
restore: default to HEAD when combining --staged and --worktree
Eric Sunshine
1
-3
/
+3
2020-04-30
switch: fix errors and comments related to -c and -C
Denton Liu
1
-4
/
+10
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-2
/
+2
2020-03-16
builtin/checkout: compute checkout metadata for checkouts
brian m. carlson
1
-4
/
+14
2020-03-16
convert: provide additional metadata to filters
brian m. carlson
1
-0
/
+13
2020-03-12
builtin/checkout: pass branch info down to checkout_worktree
brian m. carlson
1
-16
/
+17
2020-02-17
Merge branch 'rs/strbuf-insertstr'
Junio C Hamano
1
-1
/
+1
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-1
/
+1
2020-02-05
Merge branch 'am/checkout-file-and-ref-ref-ambiguity'
Junio C Hamano
1
-32
/
+39
2020-01-22
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+2
2020-01-08
restore: invalidate cache-tree when removing entries with --staged
Jeff King
1
-0
/
+2
2020-01-07
checkout: don't revert file on ambiguous tracking branches
Alexandr Miloslavskiy
1
-31
/
+25
2020-01-07
parse_branchname_arg(): extract part as new function
Alexandr Miloslavskiy
1
-6
/
+19
2019-12-04
checkout, restore: support the --pathspec-from-file option
Alexandr Miloslavskiy
1
-4
/
+27
2019-10-15
Merge branch 'en/merge-recursive-cleanup'
Junio C Hamano
1
-4
/
+10
2019-09-30
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-0
/
+9
2019-09-09
Merge branch 'en/checkout-mismerge-fix'
Junio C Hamano
1
-7
/
+0
2019-08-30
checkout: add simple check for 'git checkout -b'
Derrick Stolee
1
-0
/
+9
2019-08-22
Merge branch 'vn/restore-empty-ita-corner-case-fix'
Junio C Hamano
1
-0
/
+1
2019-08-19
cache-tree: share code between functions writing an index as a tree
Elijah Newren
1
-1
/
+1
2019-08-19
merge-recursive: remove useless parameter in merge_trees()
Elijah Newren
1
-3
/
+1
2019-08-16
checkout: provide better conflict hunk description with detached HEAD
Elijah Newren
1
-0
/
+8
2019-08-16
checkout: remove duplicate code
Elijah Newren
1
-7
/
+0
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
[next]