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
*
Merge branch 'js/fsck-opt'
Junio C Hamano
2015-08-03
|
\
|
*
fsck: support ignoring objects in `git fsck` via fsck.skiplist
Johannes Schindelin
2015-06-23
|
*
fsck: git receive-pack: support excluding objects from fsck'ing
Johannes Schindelin
2015-06-23
|
*
fsck: introduce `git fsck --connectivity-only`
Johannes Schindelin
2015-06-23
|
*
fsck: support demoting errors to warnings
Johannes Schindelin
2015-06-23
|
*
fsck: document the new receive.fsck.<msg-id> options
Johannes Schindelin
2015-06-23
|
*
fsck: allow upgrading fsck warnings to errors
Johannes Schindelin
2015-06-23
|
*
fsck: optionally ignore specific fsck issues completely
Johannes Schindelin
2015-06-23
|
*
fsck: disallow demoting grave fsck errors to warnings
Johannes Schindelin
2015-06-23
|
*
fsck: add a simple test for receive.fsck.<msg-id>
Johannes Schindelin
2015-06-23
|
*
fsck: make fsck_tag() warn-friendly
Johannes Schindelin
2015-06-23
|
*
fsck: handle multiple authors in commits specially
Johannes Schindelin
2015-06-23
|
*
fsck: make fsck_commit() warn-friendly
Johannes Schindelin
2015-06-23
|
*
fsck: make fsck_ident() warn-friendly
Johannes Schindelin
2015-06-23
|
*
fsck: report the ID of the error/warning
Johannes Schindelin
2015-06-23
|
*
fsck (receive-pack): allow demoting errors to warnings
Johannes Schindelin
2015-06-23
|
*
fsck: offer a function to demote fsck errors to warnings
Johannes Schindelin
2015-06-23
|
*
fsck: provide a function to parse fsck message IDs
Johannes Schindelin
2015-06-22
|
*
fsck: introduce identifiers for fsck messages
Johannes Schindelin
2015-06-22
|
*
fsck: introduce fsck options
Johannes Schindelin
2015-06-22
*
|
Merge branch 'mh/init-delete-refs-api'
Junio C Hamano
2015-08-03
|
\
\
|
*
|
delete_ref(): use the usual convention for old_sha1
Michael Haggerty
2015-06-22
|
*
|
cmd_update_ref(): make logic more straightforward
Michael Haggerty
2015-06-22
|
*
|
update_ref(): don't read old reference value before delete
Michael Haggerty
2015-06-22
|
*
|
check_branch_commit(): make first parameter const
Michael Haggerty
2015-06-22
|
*
|
refs.h: add some parameter names to function declarations
Michael Haggerty
2015-06-22
|
*
|
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
2015-06-22
|
*
|
initial_ref_transaction_commit(): check for ref D/F conflicts
Michael Haggerty
2015-06-22
|
*
|
initial_ref_transaction_commit(): check for duplicate refs
Michael Haggerty
2015-06-22
|
*
|
refs: remove some functions from the module's public interface
Michael Haggerty
2015-06-22
|
*
|
initial_ref_transaction_commit(): function for initial ref creation
Michael Haggerty
2015-06-22
|
*
|
repack_without_refs(): make function private
Michael Haggerty
2015-06-22
|
*
|
prune_refs(): use delete_refs()
Michael Haggerty
2015-06-22
|
*
|
prune_remote(): use delete_refs()
Michael Haggerty
2015-06-22
|
*
|
delete_refs(): bail early if the packed-refs file cannot be rewritten
Michael Haggerty
2015-06-22
|
*
|
delete_refs(): make error message more generic
Michael Haggerty
2015-06-22
|
*
|
delete_refs(): new function for the refs API
Michael Haggerty
2015-06-22
|
*
|
delete_ref(): handle special case more explicitly
Michael Haggerty
2015-06-22
|
*
|
remove_branches(): remove temporary
Michael Haggerty
2015-06-22
|
*
|
delete_ref(): move declaration to refs.h
Michael Haggerty
2015-06-22
*
|
|
Merge branch 'pt/pull-builtin'
Junio C Hamano
2015-08-03
|
\
\
\
|
*
|
|
pull: remove redirection to git-pull.sh
Paul Tan
2015-06-18
|
*
|
|
pull --rebase: error on no merge candidate cases
Paul Tan
2015-06-18
|
*
|
|
pull --rebase: exit early when the working directory is dirty
Paul Tan
2015-06-18
|
*
|
|
pull: configure --rebase via branch.<name>.rebase or pull.rebase
Paul Tan
2015-06-18
|
*
|
|
pull: teach git pull about --rebase
Paul Tan
2015-06-18
|
*
|
|
pull: set reflog message
Paul Tan
2015-06-18
|
*
|
|
pull: implement pulling into an unborn branch
Paul Tan
2015-06-18
|
*
|
|
pull: fast-forward working tree if head is updated
Paul Tan
2015-06-18
|
*
|
|
pull: check if in unresolved merge state
Paul Tan
2015-06-18
[next]