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
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-2
/
+2
2016-11-17
Merge branch 'jk/create-branch-remove-unused-param'
Junio C Hamano
1
-1
/
+1
2016-11-09
create_branch: drop unused "head" parameter
Jeff King
1
-1
/
+1
2016-09-26
Merge branch 'rs/checkout-init-macro'
Junio C Hamano
1
-2
/
+1
2016-09-26
Merge branch 'tg/add-chmod+x-fix'
Junio C Hamano
1
-1
/
+1
2016-09-26
Merge branch 'nd/checkout-disambiguation'
Junio C Hamano
1
-3
/
+3
2016-09-22
introduce CHECKOUT_INIT
René Scharfe
1
-2
/
+1
2016-09-21
Merge branch 'rs/checkout-some-states-are-const'
Junio C Hamano
1
-3
/
+3
2016-09-21
checkout: fix ambiguity check in subdir
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-09-15
add: modify already added files when --chmod is given
Thomas Gummerer
1
-1
/
+1
2016-09-13
checkout: constify parameters of checkout_stage() and checkout_merged()
René Scharfe
1
-3
/
+3
2016-09-08
Merge branch 'rs/use-strbuf-add-unique-abbrev' into maint
Junio C Hamano
1
-2
/
+1
2016-09-08
checkout: add some spaces between code and comment
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-09-07
sha1_name: convert get_sha1_mb to struct object_id
brian m. carlson
1
-1
/
+1
2016-09-07
Convert read_mmblob to take struct object_id.
brian m. carlson
1
-3
/
+3
2016-09-07
builtin/checkout: convert some static functions to struct object_id
brian m. carlson
1
-33
/
+33
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-3
/
+3
2016-08-19
Merge branch 'sb/checkout-explit-detach-no-advice'
Junio C Hamano
1
-1
/
+2
2016-08-15
checkout: do not mention detach advice for explicit --detach option
Stefan Beller
1
-1
/
+2
2016-08-12
Merge branch 'rs/use-strbuf-add-unique-abbrev'
Junio C Hamano
1
-2
/
+1
2016-08-06
use strbuf_add_unique_abbrev() for adding short hashes
René Scharfe
1
-2
/
+1
2016-08-01
merge_trees(): ensure that the callers release output buffer
Johannes Schindelin
1
-0
/
+1
2016-07-26
prepare the builtins for a libified merge_recursive()
Johannes Schindelin
1
-1
/
+3
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-3
/
+3
2016-06-17
i18n: standardise messages
Vasco Almeida
1
-3
/
+3
2016-06-07
add: add --chmod=+x / --chmod=-x options
Edward Thomson
1
-1
/
+1
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-1
/
+1
2016-04-22
worktree.c: check whether branch is rebased in another worktree
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-04-10
checkout_paths(): remove unneeded flag variable
Michael Haggerty
1
-2
/
+1
2016-02-29
builtin/checkout.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-02-24
Merge branch 'nd/dwim-wildcards-as-pathspecs'
Junio C Hamano
1
-1
/
+2
2016-02-10
check_filename: tighten dwim-wildcard ambiguity
Jeff King
1
-1
/
+2
2016-02-10
checkout: reorder check_filename conditional
Jeff King
1
-1
/
+1
2016-01-12
checkout,clone: check return value of create_symref
Jeff King
1
-1
/
+2
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-5
/
+5
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-6
/
+6
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-5
/
+5
2015-11-01
checkout: add --progress option
Edmundo Carmona Antoranz
1
-2
/
+12
2015-08-31
Merge branch 'hv/submodule-config'
Junio C Hamano
1
-0
/
+1
2015-08-26
Merge branch 'jc/calloc-pathspec'
Junio C Hamano
1
-1
/
+1
2015-08-20
ps_matched: xcalloc() takes nmemb and then element size
Junio C Hamano
1
-1
/
+1
2015-08-19
submodule: use new config API for worktree configurations
Heiko Voigt
1
-0
/
+1
2015-08-12
Merge branch 'es/worktree-add-cleanup'
Junio C Hamano
1
-76
/
+6
2015-08-03
Merge branch 'dt/refs-backend-preamble'
Junio C Hamano
1
-12
/
+10
2015-07-21
refs: new public ref function: safe_create_reflog
David Turner
1
-9
/
+5
2015-07-21
refs.c: add err arguments to reflog functions
David Turner
1
-3
/
+5
2015-07-20
checkout: drop intimate knowledge of newly created worktree
Eric Sunshine
1
-7
/
+2
2015-07-20
branch: publish die_if_checked_out()
Eric Sunshine
1
-67
/
+0
2015-07-20
checkout: teach check_linked_checkout() about symbolic link HEAD
Eric Sunshine
1
-1
/
+5
2015-07-20
checkout: check_linked_checkout: simplify symref parsing
Eric Sunshine
1
-9
/
+6
[next]