My Various Git Projects
/
git.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
git.git
2017-07-27
Michael Haggerty
packed_ref_store: handle a packed-refs file that is...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Michael Haggerty
read_packed_refs(): die if `packed-refs` contains bogus...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Michael Haggerty
t3210: add some tests of bogus packed-refs file contents
commit
|
commitdiff
|
tree
|
snapshot
2017-07-03
Michael Haggerty
repack_without_refs(): don't lock or unlock the packed...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
commit_packed_refs(): remove call to `packed_refs_unlock()`
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
clear_packed_ref_cache(): don't protest if the lock...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_refs_unlock(), packed_refs_is_locked(): new...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_refs_lock(): report errors via a `struct strbuf...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_refs_lock(): function renamed from lock_packed_r...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
commit_packed_refs(): use a staging file separate from...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
commit_packed_refs(): report errors rather than dying
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_ref_store: make class into a subclass of `ref_store`
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed-backend: new module for handling packed references
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_read_raw_ref(): new function, replacing `resolve...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_ref_store: support iteration
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_peel_ref(): new function, extracted from `files_...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
repack_without_refs(): take a `packed_ref_store *`...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
get_packed_ref(): take a `packed_ref_store *` parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
rollback_packed_refs(): take a `packed_ref_store *...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
commit_packed_refs(): take a `packed_ref_store *` parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
lock_packed_refs(): take a `packed_ref_store *` parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
add_packed_ref(): take a `packed_ref_store *` parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
get_packed_refs(): take a `packed_ref_store *` parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
get_packed_ref_cache(): take a `packed_ref_store *...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
validate_packed_ref_cache(): take a `packed_ref_store...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
clear_packed_ref_cache(): take a `packed_ref_store...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_ref_store: move `packed_refs_lock` member here
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_ref_store: move `packed_refs_path` here
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
packed_ref_store: new struct
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Michael Haggerty
add_packed_ref(): teach function to overwrite existing...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-23
Junio C Hamano
t1408: add a test of stale packed refs covered by loose...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-19
Michael Haggerty
for_each_bisect_ref(): don't trim refnames
commit
|
commitdiff
|
tree
|
snapshot
2017-06-12
Michael Haggerty
lock_packed_refs(): fix cache validity check
commit
|
commitdiff
|
tree
|
snapshot
2017-05-24
Michael Haggerty
cache_ref_iterator_begin(): avoid priming unneeded...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Jeff King
ref-filter: limit traversal to prefix
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
create_ref_entry(): remove `check_name` option
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
read_packed_refs(): report unexpected fopen() failures
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
read_packed_refs(): do more of the work of reading...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
get_packed_ref_cache(): assume "packed-refs" won't...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
should_pack_ref(): new function, extracted from `files_...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_update_reject_duplicates(): add a sanity check
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_update_reject_duplicates(): use `size_t` rather...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_update_reject_duplicates(): expose function to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_transaction_prepare(): new optional step for refere...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_transaction_commit(): check for valid `transaction...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
files_transaction_cleanup(): new helper function
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
files_ref_store: put the packed files lock directly...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
files-backend: move `lock` member to `files_ref_store`
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
lockfile: add a new method, is_lock_file_locked()
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_store: take a `msg` parameter when deleting references
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
refs: use `size_t` indexes when iterating over ref...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
refs_ref_iterator_begin(): don't check prefixes redundantly
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
prefix_ref_iterator: don't trim too much
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
files-backend: use `die("BUG: ...")`, not `die("interna...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
ref_iterator_begin_fn(): fix docstring
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
refs.h: clarify docstring for the ref_transaction_updat...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Michael Haggerty
t3600: clean up permissions test properly
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'bc/object-id'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Second batch for 2.14
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'ab/fix-poison-tests'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'tb/dedup-crlf-tests'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'jt/push-options-doc'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'ab/doc-replace-gmane-links'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'rs/checkout-am-fix-unborn'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'ls/travis-relays-for-windows-ci'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'ah/log-decorate-default-to-auto'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-23
Junio C Hamano
Merge branch 'bw/submodule-with-bs-path'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Start post 2.13 cycle
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'js/larger-timestamps'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jc/apply-fix-mismerge'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'ab/aix-needs-compat-regex'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jn/credential-doc-on-clear'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jn/clone-add-empty-config-from-command...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'bw/submodule-has-commits-update'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'ls/travis-doc-asciidoctor'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'rs/large-zip'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'ab/clone-no-tags'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'sk/status-short-branch-color-config'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jk/am-leakfix'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jt/use-trailer-api-in-commands'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'nd/worktree-kill-parse-ref'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'dt/gc-ignore-old-gc-logs'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'jk/no-null-sha1-in-cache-tree'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-16
Junio C Hamano
Merge branch 'dt/raise-core-packed-git-limit'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-15
brian m. carlson
builtin/log: honor log.decorate
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Lars Schneider
travis-ci: add job to run tests with GETTEXT_POISON
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Lars Schneider
travis-ci: setup "prove cache" in "script" step
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Ævar Arnfjörð...
tests: fix tests broken under GETTEXT_POISON=YesPlease
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Torsten Bögershausen
t0027: tests are not expensive; remove t0025
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Jonathan Tan
receive-pack: verify push options in cert
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Junio C Hamano
doc: replace more gmane links
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Junio C Hamano
Git 2.13
v2.13.0
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Junio C Hamano
Merge tag 'l10n-2.13.0-rnd2.1' of git://github.com...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Jiang Xin
Merge branch 'master' of git://github.com/nafmo/git...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Jiang Xin
l10n: zh_CN: for git v2.13.0 l10n round 2
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Peter Krefting
l10n: sv.po: Update Swedish translation (3195t0f0u)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Junio C Hamano
Sync with v2.12.3
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Junio C Hamano
Merge branch 'jh/verify-index-checksum-only-in-fsck'
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Jonathan Tan
docs: correct receive.advertisePushOptions default
commit
|
commitdiff
|
tree
|
snapshot
next