index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
checkout.c
Commit message (
Expand
)
Author
Age
*
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
*
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
2017-10-16
*
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
2017-10-16
*
Merge branch 'ma/builtin-unleak'
Junio C Hamano
2017-10-07
|
\
|
*
builtin/: add UNLEAKs
Martin Ågren
2017-10-02
*
|
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
2017-10-05
|
\
\
|
*
|
refs: pass NULL to resolve_refdup() if hash is not needed
René Scharfe
2017-10-01
*
|
|
Merge branch 'ma/leakplugs'
Junio C Hamano
2017-09-29
|
\
\
\
|
*
|
|
leak_pending: use `object_array_clear()`, not `free()`
Martin Ågren
2017-09-24
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake
Junio C Hamano
2017-07-26
|
|
\
\
*
|
|
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'bw/submodule-config-cleanup'
Junio C Hamano
2017-08-26
|
\
\
\
|
*
|
|
submodule: remove gitmodules_config
Brandon Williams
2017-08-03
|
*
|
|
unpack-trees: don't respect submodule.update
Brandon Williams
2017-08-03
|
|
/
/
*
|
|
Merge branch 'ls/filter-process-delayed'
Junio C Hamano
2017-08-11
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
convert: add "status=delayed" to filter process protocol
Lars Schneider
2017-06-30
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
*
|
|
Merge branch 'sb/submodule-blanket-recursive'
Junio C Hamano
2017-06-13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Introduce 'submodule.recurse' option for worktree manipulators
Stefan Beller
2017-06-01
|
*
|
reset/checkout/read-tree: unify config callback for submodule recursion
Stefan Beller
2017-05-30
|
*
|
submodule recursing: do not write a config variable twice
Stefan Beller
2017-05-30
*
|
|
Merge branch 'ja/do-not-ask-needless-questions'
Junio C Hamano
2017-05-29
|
\
\
\
|
*
|
|
usability: don't ask questions if no reply is required
Jean-Noel Avila
2017-05-12
*
|
|
|
Merge branch 'js/plug-leaks'
Junio C Hamano
2017-05-29
|
\
\
\
\
|
*
|
|
|
checkout: fix memory leak
Junio C Hamano
2017-05-09
|
*
|
|
|
checkout: fix memory leak
Johannes Schindelin
2017-05-08
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
2017-05-08
|
*
|
|
revision: rename add_pending_sha1 to add_pending_oid
brian m. carlson
2017-05-08
|
*
|
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
|
|
/
/
*
|
|
Merge branch 'rs/checkout-am-fix-unborn'
Junio C Hamano
2017-05-23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
checkout: check return value of resolve_refdup before using hash
René Scharfe
2017-05-08
|
|
/
|
*
Merge branch 'jk/interpret-branch-name' into maint
Junio C Hamano
2017-03-28
|
|
\
*
|
|
avoid using fixed PATH_MAX buffers for refs
Jeff King
2017-03-30
*
|
|
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
2017-03-28
|
\
\
\
|
*
|
|
builtin/checkout: add --recurse-submodules switch
Stefan Beller
2017-03-16
|
|
/
/
*
|
|
Merge branch 'jk/interpret-branch-name'
Junio C Hamano
2017-03-14
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
checkout: restrict @-expansions when finding branch
Jeff King
2017-03-02
|
*
interpret_branch_name: allow callers to restrict expansions
Jeff King
2017-03-02
*
|
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
2017-02-03
|
\
\
|
*
|
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2017-01-31
*
|
|
checkout: convert post_checkout_hook() to struct object_id
René Scharfe
2017-01-30
|
/
/
*
|
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
|
/
*
Merge branch 'jk/create-branch-remove-unused-param'
Junio C Hamano
2016-11-17
|
\
|
*
create_branch: drop unused "head" parameter
Jeff King
2016-11-09
|
*
Merge branch 'rs/use-strbuf-add-unique-abbrev' into maint
Junio C Hamano
2016-09-08
|
|
\
*
|
\
Merge branch 'rs/checkout-init-macro'
Junio C Hamano
2016-09-26
|
\
\
\
|
*
|
|
introduce CHECKOUT_INIT
René Scharfe
2016-09-22
*
|
|
|
Merge branch 'tg/add-chmod+x-fix'
Junio C Hamano
2016-09-26
|
\
\
\
\
[next]