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
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-2
/
+2
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-4
/
+4
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-3
/
+3
2018-08-02
Merge branch 'ab/checkout-default-remote'
Junio C Hamano
1
-8
/
+33
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-4
/
+4
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-3
/
+3
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-06-28
Merge branch 'nd/completion-negation'
Junio C Hamano
1
-4
/
+6
2018-06-11
checkout & worktree: introduce checkout.defaultRemote
Ævar Arnfjörð Bjarmason
1
-3
/
+9
2018-06-11
checkout: add advice for ambiguous "checkout <branch>"
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2018-06-11
builtin/checkout.c: use "ret" variable for return
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2018-06-11
checkout: pass the "num_matches" up to callers
Ævar Arnfjörð Bjarmason
1
-3
/
+7
2018-05-30
Merge branch 'ma/unpack-trees-free-msgs'
Junio C Hamano
1
-0
/
+1
2018-05-29
completion: suppress some -no- options
Nguyễn Thái Ngọc Duy
1
-4
/
+6
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-6
/
+12
2018-05-22
unpack_trees_options: free messages when done
Martin Ågren
1
-0
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-6
/
+12
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-6
/
+6
2018-04-11
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
1
-98
/
+98
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-6
/
+6
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-2
/
+5
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-14
strbuf: convert strbuf_add_unique_abbrev to use struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
tree: convert read_tree_recursive to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-08
Merge branch 'jh/status-no-ahead-behind'
Junio C Hamano
1
-1
/
+1
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-98
/
+98
2018-02-22
checkout: rename 'new' variables
Brandon Williams
1
-98
/
+98
2018-02-09
completion: use __gitcomp_builtin in _git_checkout
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-2
/
+1
2018-01-24
status: support --no-ahead-behind in long format
Jeff Hostetler
1
-1
/
+1
2018-01-23
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
1
-12
/
+1
2017-12-28
checkout: avoid using the rev_info flag leak_pending
René Scharfe
1
-12
/
+1
2017-12-27
Merge branch 'ks/branch-cleanup'
Junio C Hamano
1
-1
/
+1
2017-12-19
Merge branch 'ar/unconfuse-three-dots'
Junio C Hamano
1
-2
/
+8
2017-12-19
Merge branch 'tg/worktree-create-tracking'
Junio C Hamano
1
-40
/
+1
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-1
/
+1
2017-12-07
branch: group related arguments of create_branch()
Kaartic Sivaraam
1
-1
/
+1
2017-12-06
checkout: describe_detached_head: remove ellipsis after committish
Ann T Ropea
1
-2
/
+8
2017-11-28
Merge branch 'jc/branch-name-sanity'
Junio C Hamano
1
-5
/
+5
2017-11-27
checkout: factor out functions to new lib file
Thomas Gummerer
1
-40
/
+1
2017-11-15
Merge branch 'mh/tidy-ref-update-flags'
Junio C Hamano
1
-1
/
+1
2017-11-13
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
1
-1
/
+1
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-5
/
+5
[next]