aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: create scoreboard init functionJeff Smith2017-05-25
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rework methods that determine 'final' commitJeff Smith2017-05-25
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: wrap blame_sort and compare_blame_finalJeff Smith2017-05-25
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move progress updates to a scoreboard callbackJeff Smith2017-05-25
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: make sanity_check use a callback in scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move no_whole_file_rename flag to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move xdl_opts flags to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move show_root flag to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move reverse flag to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move contents_from to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move copy/move thresholds to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move stat counters to scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename nth_line functionJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename ent_score functionJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename coalesce functionJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename origin-related functionsJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename scoreboard structure to blame_scoreboardJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename origin structure to blame_originJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: remove unused parametersJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move textconv_object with related functionsJeff Smith2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: remove unneeded dependency on blob.hJeff Smith2017-05-24
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | cache_ref_iterator_begin(): avoid priming unneeded directoriesMichael Haggerty2017-05-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref-filter: limit traversal to prefixJeff King2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | create_ref_entry(): remove `check_name` optionMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | read_packed_refs(): report unexpected fopen() failuresMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | read_packed_refs(): do more of the work of reading packed refsMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | get_packed_ref_cache(): assume "packed-refs" won't change while lockedMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | should_pack_ref(): new function, extracted from `files_pack_refs()`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): add a sanity checkMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): use `size_t` rather than `int`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | files_transaction_cleanup(): new helper functionMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | files_ref_store: put the packed files lock directly in this structMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | files-backend: move `lock` member to `files_ref_store`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | lockfile: add a new method, is_lock_file_locked()Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs: use `size_t` indexes when iterating over ref transaction updatesMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs_ref_iterator_begin(): don't check prefixes redundantlyMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | prefix_ref_iterator: don't trim too muchMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`Michael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_iterator_begin_fn(): fix docstringMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs.h: clarify docstring for the ref_transaction_update()-related fnsMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | t3600: clean up permissions test properlyMichael Haggerty2017-05-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano2017-06-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add--interactive: drop diff.indentHeuristic handlingJeff King2017-05-09