aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-05
|\
| * graph: use strbuf_addchars() to add spacesRené Scharfe2017-10-02
| * use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-02
| * path: use strbuf_add_real_path()René Scharfe2017-10-02
* | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-10-05
|\ \
| * | refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-01
| * | refs: pass NULL to refs_resolve_refdup() if hash is not neededRené Scharfe2017-10-01
* | | Merge branch 'er/fast-import-dump-refs-on-checkpoint'Junio C Hamano2017-10-05
|\ \ \
| * | | fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud2017-09-29
* | | | The twelfth batch for 2.15Junio C Hamano2017-10-03
* | | | Merge branch 'bw/git-clang-format'Junio C Hamano2017-10-03
|\ \ \ \
| * | | | clang-format: adjust line break penaltiesJohannes Schindelin2017-10-01
* | | | | Merge branch 'ad/doc-markup-fix'Junio C Hamano2017-10-03
|\ \ \ \ \
| * | | | | doc: correct command formattingAdam Dinwoodie2017-09-29
* | | | | | Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-03
|\ \ \ \ \ \
| * | | | | | packed-backend.c: rename a bunch of things and update commentsMichael Haggerty2017-09-25
| * | | | | | mmapped_ref_iterator: inline into `packed_ref_iterator`Michael Haggerty2017-09-25
| * | | | | | ref_cache: remove support for storing peeled valuesMichael Haggerty2017-09-25
| * | | | | | packed_ref_store: get rid of the `ref_cache` entirelyMichael Haggerty2017-09-25
| * | | | | | ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-25
| * | | | | | packed_read_raw_ref(): read the reference from the mmapped bufferMichael Haggerty2017-09-25
| * | | | | | packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`Michael Haggerty2017-09-25
| * | | | | | read_packed_refs(): ensure that references are ordered when readMichael Haggerty2017-09-25
| * | | | | | packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty2017-09-25
| * | | | | | packed-backend.c: reorder some definitionsMichael Haggerty2017-09-25
| * | | | | | mmapped_ref_iterator_advance(): no peeled value for broken refsMichael Haggerty2017-09-25
| * | | | | | mmapped_ref_iterator: add iterator over a packed-refs fileMichael Haggerty2017-09-25
| * | | | | | packed_ref_cache: remember the file-wide peeling stateMichael Haggerty2017-09-25
| * | | | | | read_packed_refs(): read references with minimal copyingMichael Haggerty2017-09-25
| * | | | | | read_packed_refs(): make parsing of the header line more robustMichael Haggerty2017-09-14
| * | | | | | read_packed_refs(): only check for a header at the top of the fileMichael Haggerty2017-09-14
| * | | | | | read_packed_refs(): use mmap to read the `packed-refs` fileMichael Haggerty2017-09-14
| * | | | | | die_unterminated_line(), die_invalid_line(): new functionsMichael Haggerty2017-09-14
| * | | | | | packed_ref_cache: add a backlink to the associated `packed_ref_store`Michael Haggerty2017-09-14
| * | | | | | prefix_ref_iterator: break when we leave the prefixJeff King2017-09-14
| * | | | | | ref_iterator: keep track of whether the iterator output is orderedMichael Haggerty2017-09-14
* | | | | | | Merge branch 'mr/doc-negative-pathspec'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \
| * | | | | | | docs: improve discoverability of exclude pathspecManav Rathi2017-09-25
* | | | | | | | Merge branch 'sb/submodule-diff-header-fix'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \
| * | | | | | | | submodule: correct error message for missing commitsStefan Beller2017-09-28
* | | | | | | | | Merge branch 'sb/diff-color-move'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: correct newline in summary for renamed filesStefan Beller2017-09-28
* | | | | | | | | | Merge branch 'sb/test-submodule-update-config'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7406: submodule.<name>.update command must not be run from .gitmodulesStefan Beller2017-09-27
* | | | | | | | | | | Merge branch 'jk/validate-headref-fix'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | validate_headref: use get_oid_hex for detached HEADsJeff King2017-09-27
| * | | | | | | | | | | validate_headref: use skip_prefix for symref parsingJeff King2017-09-27
| * | | | | | | | | | | validate_headref: NUL-terminate HEAD bufferJeff King2017-09-27
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | worktree: check the result of read_in_full()Jeff King2017-09-27