git
2017-10-02  Taylor Blaut4205: unfold across multiple lines
2017-10-02  Stephan Beyerclang-format: add a comment about the meaning/status...
2017-10-02  René Scharferepository: use FREE_AND_NULL
2017-10-02  René Scharfetag: avoid NULL pointer arithmetic
2017-10-02  René Scharfegraph: use strbuf_addchars() to add spaces
2017-10-02  René Scharfeuse strbuf_addstr() for adding strings to strbufs
2017-10-02  René Scharfepath: use strbuf_add_real_path()
2017-10-02  Martin Ågrenbuiltin/: add UNLEAKs
2017-10-02  René Scharfecoccinelle: remove parentheses that become unnecessary
2017-10-02  Taylor Blaupretty.c: delimit "%(trailers)" arguments with ","
2017-10-01  René Scharferefs: pass NULL to resolve_refdup() if hash is not...
2017-10-01  René Scharferefs: pass NULL to refs_resolve_refdup() if hash is...
2017-10-01  Jonathan Tanoidmap: map with OID as key
2017-10-01  Johannes Schindelinclang-format: adjust line break penalties
2017-09-29  Eric Rannaudfast-import: checkpoint: dump branches/tags/marks even...
2017-09-29  Randall S.... poll.c: always set revents, even if to zero
2017-09-29  Junio C HamanoThe eleventh batch for 2.15
2017-09-29  Junio C HamanoMerge branch 'sb/doc-config-submodule-update'
2017-09-29  Junio C HamanoMerge branch 'ma/leakplugs'
2017-09-29  Junio C HamanoMerge branch 'rj/no-sign-compare'
2017-09-29  Junio C HamanoMerge branch 'sb/merge-commit-msg-hook'
2017-09-29  Junio C HamanoMerge branch 'jt/fast-export-copy-modify-fix'
2017-09-29  Junio C HamanoMerge branch 'mk/describe-match-with-all'
2017-09-29  Junio C HamanoMerge branch 'jm/status-ignored-directory-optim'
2017-09-29  Adam Dinwoodiedoc: correct command formatting
2017-09-28  Jonathan Niedertechnical doc: add a design doc for hash function trans...
2017-09-28  Junio C HamanoThe tenth batch for 2.15
2017-09-28  Junio C HamanoMerge branch 'js/win32-lazyload-dll'
2017-09-28  Junio C HamanoMerge branch 'jc/merge-x-theirs-docfix'
2017-09-28  Junio C HamanoMerge branch 'ks/doc-use-camelcase-for-config-name'
2017-09-28  Junio C HamanoMerge branch 'mk/diff-delta-avoid-large-offset'
2017-09-28  Junio C HamanoMerge branch 'mk/diff-delta-uint-may-be-shorter-than...
2017-09-28  Junio C HamanoMerge branch 'rs/resolve-ref-optional-result'
2017-09-28  Junio C HamanoMerge branch 'rs/mailinfo-qp-decode-fix'
2017-09-28  Junio C HamanoMerge branch 'jk/doc-read-tree-table-asciidoctor-fix'
2017-09-28  Junio C HamanoMerge branch 'ik/userdiff-html-h-element-fix'
2017-09-28  Junio C HamanoMerge branch 'jk/fallthrough'
2017-09-28  Junio C HamanoMerge branch 'jk/diff-blob'
2017-09-28  Junio C HamanoMerge branch 'hn/typofix'
2017-09-28  Junio C HamanoMerge branch 'ic/fix-filter-branch-to-handle-tag-withou...
2017-09-28  Junio C HamanoMerge branch 'jk/describe-omit-some-refs'
2017-09-28  Stefan Bellersubmodule: correct error message for missing commits
2017-09-28  Stefan Bellerdiff: correct newline in summary for renamed files
2017-09-27  Jeff Kinggit: add --no-optional-locks option
2017-09-27  Jeff Kingvalidate_headref: use get_oid_hex for detached HEADs
2017-09-27  Jeff Kingvalidate_headref: use skip_prefix for symref parsing
2017-09-27  Jeff Kingvalidate_headref: NUL-terminate HEAD buffer
2017-09-27  Jeff Kingworktree: check the result of read_in_full()
2017-09-27  Jeff Kingworktree: use xsize_t to access file size
2017-09-27  Jeff Kingdistinguish error versus short read from read_in_full()
2017-09-27  Jeff Kingavoid looking at errno for short read_in_full() returns
2017-09-27  Jeff Kingprefer "!=" when checking read_in_full() result
2017-09-27  Stefan Bellert7406: submodule.<name>.update command must not be...
2017-09-27  Han-Wen Nienhuysstring-list.h: move documentation from Documentation...
2017-09-27  Han-Wen Nienhuysread_gitfile_gently: clarify return value ownership.
2017-09-27  Han-Wen Nienhuysreal_path: clarify return value ownership
2017-09-26  Junio C HamanoSync with 2.14.2
2017-09-26  Han-Wen Nienhuyssubmodule.c: describe submodule_to_gitdir() in a new...
2017-09-26  Jeff Kingnotes-merge: drop dead zero-write code
2017-09-26  Jeff Kingfiles-backend: prefer "0" for write_in_full() error...
2017-09-26  Johannes SchindelinWin32: simplify loading of DLL functions
2017-09-25  Michael Haggertypacked-backend.c: rename a bunch of things and update...
2017-09-25  Michael Haggertymmapped_ref_iterator: inline into `packed_ref_iterator`
2017-09-25  Michael Haggertyref_cache: remove support for storing peeled values
2017-09-25  Michael Haggertypacked_ref_store: get rid of the `ref_cache` entirely
2017-09-25  Michael Haggertyref_store: implement `refs_peel_ref()` generically
2017-09-25  Michael Haggertypacked_read_raw_ref(): read the reference from the...
2017-09-25  Michael Haggertypacked_ref_iterator_begin(): iterate using `mmapped_ref...
2017-09-25  Michael Haggertyread_packed_refs(): ensure that references are ordered...
2017-09-25  Michael Haggertypacked_ref_cache: keep the `packed-refs` file mmapped...
2017-09-25  Michael Haggertypacked-backend.c: reorder some definitions
2017-09-25  Michael Haggertymmapped_ref_iterator_advance(): no peeled value for...
2017-09-25  Michael Haggertymmapped_ref_iterator: add iterator over a packed-refs...
2017-09-25  Michael Haggertypacked_ref_cache: remember the file-wide peeling state
2017-09-25  Michael Haggertyread_packed_refs(): read references with minimal copying
2017-09-25  Manav Rathidocs: improve discoverability of exclude pathspec
2017-09-25  Kaartic Sivaraamdoc: camelCase the config variables to improve readability
2017-09-25  Junio C HamanoThe ninth batch for 2.15
2017-09-25  Junio C HamanoMerge branch 'ks/test-readme-phrasofix'
2017-09-25  Junio C HamanoMerge branch 'ow/rev-parse-is-shallow-repo'
2017-09-25  Junio C HamanoMerge branch 'rj/test-ulimit-on-windows'
2017-09-25  Junio C HamanoMerge branch 'jk/info-alternates-fix'
2017-09-25  Junio C HamanoMerge branch 'mh/for-each-string-list-item-empty-fix'
2017-09-25  Junio C HamanoMerge branch 'tb/test-lint-echo-e'
2017-09-25  Junio C HamanoMerge branch 'jk/revision-remove-cmdline-pathspec'
2017-09-25  Junio C HamanoMerge branch 'ls/travis-scriptify'
2017-09-25  Junio C HamanoMerge branch 'aw/gc-lockfile-fscanf-fix'
2017-09-25  Junio C HamanoMerge branch 'hv/mv-nested-submodules-test'
2017-09-25  Junio C HamanoMerge branch 'bw/git-clang-format'
2017-09-25  Junio C HamanoMerge branch 'nm/imap-send-with-curl'
2017-09-25  Junio C HamanoMerge branch 'ks/commit-do-not-touch-cut-line'
2017-09-25  Junio C HamanoMerge branch 'tg/refs-allowed-flags'
2017-09-25  Junio C HamanoMerge branch 'rs/archive-excluded-directory'
2017-09-25  Junio C HamanoMerge branch 'ks/help-alias-label'
2017-09-25  Junio C HamanoMerge branch 'jn/per-repo-object-store-fixes'
2017-09-25  Junio C HamanoMerge branch 'jk/write-in-full-fix'
2017-09-25  Junio C HamanoMerge branch 'ez/doc-duplicated-words-fix'
2017-09-25  Junio C HamanoMerge branch 'kd/doc-for-each-ref'
2017-09-25  Junio C HamanoMerge branch 'cc/subprocess-handshake-missing-capabilities'
2017-09-25  Junio C HamanoMerge branch 'kw/write-index-reduce-alloc'
next