summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move reverse flag to scoreboardJeff Smith2017-05-241-9/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move contents_from to scoreboardJeff Smith2017-05-241-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move copy/move thresholds to scoreboardJeff Smith2017-05-241-18/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move stat counters to scoreboardJeff Smith2017-05-241-17/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename nth_line functionJeff Smith2017-05-241-8/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename ent_score functionJeff Smith2017-05-241-7/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename coalesce functionJeff Smith2017-05-241-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename origin-related functionsJeff Smith2017-05-241-29/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename scoreboard structure to blame_scoreboardJeff Smith2017-05-241-29/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: rename origin structure to blame_originJeff Smith2017-05-241-57/+57
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: remove unused parametersJeff Smith2017-05-241-15/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: move textconv_object with related functionsJeff Smith2017-05-245-30/+31
| * | | | | | | | | | | | | | | | | | | | | | | | | blame: remove unneeded dependency on blob.hJeff Smith2017-05-241-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-0515-203/+659
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | cache_ref_iterator_begin(): avoid priming unneeded directoriesMichael Haggerty2017-05-241-10/+85
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref-filter: limit traversal to prefixJeff King2017-05-231-1/+63
| * | | | | | | | | | | | | | | | | | | | | | | | | | create_ref_entry(): remove `check_name` optionMichael Haggerty2017-05-233-11/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Michael Haggerty2017-05-232-7/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | read_packed_refs(): report unexpected fopen() failuresMichael Haggerty2017-05-231-2/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | read_packed_refs(): do more of the work of reading packed refsMichael Haggerty2017-05-232-17/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | get_packed_ref_cache(): assume "packed-refs" won't change while lockedMichael Haggerty2017-05-231-5/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | should_pack_ref(): new function, extracted from `files_pack_refs()`Michael Haggerty2017-05-231-14/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): add a sanity checkMichael Haggerty2017-05-231-2/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): use `size_t` rather than `int`Michael Haggerty2017-05-231-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_update_reject_duplicates(): expose function to whole refs moduleMichael Haggerty2017-05-233-17/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_prepare(): new optional step for reference updatesMichael Haggerty2017-05-234-53/+253
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_commit(): check for valid `transaction->state`Michael Haggerty2017-05-232-3/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | files_transaction_cleanup(): new helper functionMichael Haggerty2017-05-231-9/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | files_ref_store: put the packed files lock directly in this structMichael Haggerty2017-05-231-18/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | files-backend: move `lock` member to `files_ref_store`Michael Haggerty2017-05-231-19/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | lockfile: add a new method, is_lock_file_locked()Michael Haggerty2017-05-231-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-239-19/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs: use `size_t` indexes when iterating over ref transaction updatesMichael Haggerty2017-05-232-3/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs_ref_iterator_begin(): don't check prefixes redundantlyMichael Haggerty2017-05-231-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | prefix_ref_iterator: don't trim too muchMichael Haggerty2017-05-231-1/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`Michael Haggerty2017-05-231-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | ref_iterator_begin_fn(): fix docstringMichael Haggerty2017-05-231-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | refs.h: clarify docstring for the ref_transaction_update()-related fnsMichael Haggerty2017-05-231-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | t3600: clean up permissions test properlyMichael Haggerty2017-05-231-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-23106-1134/+1173
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mb/diff-default-to-indent-heuristics'Junio C Hamano2017-06-057-28/+177
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | add--interactive: drop diff.indentHeuristic handlingmb/diff-default-to-indent-heuristicsJeff King2017-05-091-4/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | diff: enable indent heuristic by defaultStefan Beller2017-05-093-29/+116
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | diff: have the diff-* builtins configure diff before initializing revisionsMarc Branchaud2017-05-094-3/+69
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | diff: make the indent heuristic part of diff's basic configurationMarc Branchaud2017-05-091-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jh/close-index-before-stat'Junio C Hamano2017-06-051-4/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | read-cache: close index.lock in do_write_indexjh/close-index-before-statJeff Hostetler2017-04-281-4/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync with maintJunio C Hamano2017-06-041-0/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for 2.13.1; more topics to followJunio C Hamano2017-06-042-1/+70
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tg/stash-push-fixup' into maintJunio C Hamano2017-06-041-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \