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
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
1
-2
/
+3
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-9
/
+2
2021-09-27
checkout, read-tree: fix leak of unpack_trees_options.dir
Elijah Newren
1
-0
/
+4
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-3
/
+3
2021-08-26
checkout: make delayed checkout respect --quiet and --no-progress
Matheus Tavares
1
-1
/
+1
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-3
/
+3
2021-07-14
checkout: stop expanding sparse indexes
Derrick Stolee
1
-5
/
+3
2021-05-16
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
1
-4
/
+18
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-3
/
+3
2021-05-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-0
/
+1
2021-05-05
builtin/checkout.c: complete parallel checkout support
Matheus Tavares
1
-4
/
+17
2021-05-05
make_transient_cache_entry(): optionally alloc from mem_pool
Matheus Tavares
1
-1
/
+1
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+5
2021-04-28
builtin/checkout: clear pending objects after diffing
Andrzej Hunt
1
-0
/
+1
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-3
/
+3
2021-04-14
checkout: ensure full index
Derrick Stolee
1
-0
/
+5
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
1
-0
/
+1
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
1
-0
/
+1
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2021-01-23
cache-tree: clean up cache_tree_update()
Derrick Stolee
1
-3
/
+0
2020-12-23
Merge branch 'dl/checkout-p-merge-base'
Junio C Hamano
1
-2
/
+4
2020-12-21
checkout -p: handle tree arguments correctly again
Johannes Schindelin
1
-2
/
+4
2020-11-11
Merge branch 'rs/clear-commit-marks-in-repo'
Junio C Hamano
1
-1
/
+1
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-1
/
+1
2020-10-27
Merge branch 'dl/checkout-guess'
Junio C Hamano
1
-1
/
+6
2020-10-27
Merge branch 'dl/checkout-p-merge-base'
Junio C Hamano
1
-1
/
+14
2020-10-08
checkout: learn to respect checkout.guess
Denton Liu
1
-1
/
+6
2020-10-07
builtin/checkout: fix `git checkout -p HEAD...` bug
Denton Liu
1
-1
/
+14
2020-09-09
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
1
-2
/
+2
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-2
/
+2
2020-08-31
Merge branch 'rs/checkout-no-overlay-pathspec-fix'
Junio C Hamano
1
-0
/
+2
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-1
/
+3
2020-08-22
checkout, restore: make pathspec recursive
René Scharfe
1
-0
/
+2
2020-08-14
checkout: fix leak of non-existent branch names
Jeff King
1
-1
/
+3
2020-08-03
checkout: support renormalization with checkout -m <paths>
Elijah Newren
1
-5
/
+6
2020-08-03
merge: make merge.renormalize work for all uses of merge machinery
Elijah Newren
1
-7
/
+0
2020-06-08
Merge branch 'bc/filter-process'
Junio C Hamano
1
-3
/
+1
2020-05-24
checkout: improve error messages for -b with extra argument
René Scharfe
1
-1
/
+1
2020-05-21
builtin/checkout: simplify metadata initialization
brian m. carlson
1
-3
/
+1
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
[next]