index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Tests: clean up submodule recursive helpers
Jonathan Tan
2017-11-22
*
Tests: clean up and document submodule helpers
Jonathan Tan
2017-11-08
*
RelNotes: the second batch post 2.15 comes
Junio C Hamano
2017-11-06
*
Merge branch 'tg/deprecate-stash-save'
Junio C Hamano
2017-11-06
|
\
|
*
stash: remove now superfluos help for "stash push"
Thomas Gummerer
2017-10-27
|
*
stash: mark "git stash save" deprecated in the man page
Thomas Gummerer
2017-10-27
|
*
stash: replace "git stash save" with "git stash push" in the documentation
Thomas Gummerer
2017-10-27
*
|
Merge branch 'tb/complete-checkout'
Junio C Hamano
2017-11-06
|
\
\
|
*
|
completion: add remaining flags to checkout
Thomas Braun
2017-10-25
*
|
|
Merge branch 'gc/gitweb-filetest-acl'
Junio C Hamano
2017-11-06
|
\
\
\
|
*
|
|
gitweb: use filetest to allow ACLs
Guillaume Castagnino
2017-10-24
*
|
|
|
Merge branch 'mp/push-pushoption-config'
Junio C Hamano
2017-11-06
|
\
\
\
\
|
*
|
|
|
builtin/push.c: add push.pushOption config
Marius Paliga
2017-10-24
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'hv/fetch-moved-submodules-on-demand'
Junio C Hamano
2017-11-06
|
\
\
\
\
|
*
|
|
|
submodule: simplify decision tree whether to or not to fetch
Heiko Voigt
2017-10-17
|
*
|
|
|
implement fetching of moved submodules
Heiko Voigt
2017-10-17
|
*
|
|
|
fetch: add test to make sure we stay backwards compatible
Heiko Voigt
2017-10-08
*
|
|
|
|
Merge branch 'jc/check-ref-format-oor'
Junio C Hamano
2017-11-06
|
\
\
\
\
\
|
*
|
|
|
|
check-ref-format doc: --branch validates and expands <branch>
Junio C Hamano
2017-10-18
|
*
|
|
|
|
check-ref-format --branch: strip refs/heads/ using skip_prefix
Junio C Hamano
2017-10-18
|
*
|
|
|
|
check-ref-format --branch: do not expand @{...} outside repository
Junio C Hamano
2017-10-18
*
|
|
|
|
|
Merge branch 'jc/t5601-copy-workaround'
Junio C Hamano
2017-11-06
|
\
\
\
\
\
\
|
*
|
|
|
|
|
t5601: rm the target file of cp that could still be executing
Junio C Hamano
2017-10-17
*
|
|
|
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
refs/files-backend: convert static functions to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert peel_object to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
worktree: convert struct worktree to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
Convert remaining callers of resolve_gitlink_ref to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
sha1_file: convert index_path and index_fd to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert read_ref_at to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert peel_ref to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
builtin/pack-objects: convert to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
pack-bitmap: convert traverse_bitmap_commit_list to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert dwim_log to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
builtin/reflog: convert remaining unsigned char uses to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
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
|
*
|
|
|
|
|
|
Convert check_connected to use struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs: prevent accidental NULL dereference in write_pseudoref
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
|
*
|
|
|
|
|
|
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
refs/files-backend: convert struct ref_to_prune to object_id
brian m. carlson
2017-10-16
|
*
|
|
|
|
|
|
walker: convert to struct object_id
brian m. carlson
2017-10-16
*
|
|
|
|
|
|
|
Merge branch 'jk/revision-pruning-optim'
Junio C Hamano
2017-11-06
|
\
\
\
\
\
\
\
\
[next]