aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | Merge branch 'hv/mv-nested-submodules-test'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add test for bug in git-mv for recursive submodulesHeiko Voigt2017-09-17
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bw/git-clang-format'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Makefile: add style build ruleBrandon Williams2017-08-14
| * | | | | | | | | | | clang-format: outline the git project's coding styleBrandon Williams2017-08-14
* | | | | | | | | | | | Merge branch 'nm/imap-send-with-curl'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | imap-send: use curl by default when possibleNicolas Morey-Chaisemartin2017-09-15
| * | | | | | | | | | | | imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin2017-09-15
| * | | | | | | | | | | | imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin2017-09-15
| * | | | | | | | | | | | imap-send: return with error if curl failedNicolas Morey-Chaisemartin2017-09-15
* | | | | | | | | | | | | Merge branch 'ks/commit-do-not-touch-cut-line'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | commit-template: change a message to be more intuitiveKaartic Sivaraam2017-09-15
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'tg/refs-allowed-flags'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | refs: strip out not allowed flags from ref_transaction_updateThomas Gummerer2017-09-14
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | archive: don't add empty directories to archivesRené Scharfe2017-09-14
* | | | | | | | | | | | | | Merge branch 'ks/help-alias-label'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | help: change a message to be more preciseKaartic Sivaraam2017-09-14
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jn/per-repo-object-store-fixes'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | replace-objects: evaluate replacement refs without using the object storeStefan Beller2017-09-14
| * | | | | | | | | | | | | | push, fetch: error out for submodule entries not pointing to commitsStefan Beller2017-09-14
| * | | | | | | | | | | | | | pack: make packed_git_mru global a value instead of a pointerJonathan Nieder2017-09-14
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | read_pack_header: handle signed/unsigned comparison in read resultJeff King2017-09-14
| * | | | | | | | | | | | | | config: flip return value of store_write_*()Jeff King2017-09-14
| * | | | | | | | | | | | | | notes-merge: use ssize_t for write_in_full() return valueJeff King2017-09-14
| * | | | | | | | | | | | | | pkt-line: check write_in_full() errors against "< 0"Jeff King2017-09-14
| * | | | | | | | | | | | | | convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-14
| * | | | | | | | | | | | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-14
| * | | | | | | | | | | | | | get-tar-commit-id: check write_in_full() return against 0Jeff King2017-09-14
| * | | | | | | | | | | | | | config: avoid "write_in_full(fd, buf, len) < len" patternJeff King2017-09-14
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'ez/doc-duplicated-words-fix'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | doc: fix minor typos (extra/duplicated words)Evan Zacks2017-09-14
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'kd/doc-for-each-ref'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | doc/for-each-ref: explicitly specify option namesKevin Daudt2017-09-12
| * | | | | | | | | | | | | | doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt2017-09-12
* | | | | | | | | | | | | | | Merge branch 'cc/subprocess-handshake-missing-capabilities'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | subprocess: loudly die when subprocess asks for an unsupported capabilityJunio C Hamano2017-09-11
* | | | | | | | | | | | | | | | Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | read-cache: fix index corruption with index v4Thomas Gummerer2017-09-08
| * | | | | | | | | | | | | | | | Add t/helper/test-write-cache to .gitignoreJonathan Tan2017-09-07
* | | | | | | | | | | | | | | | | Merge branch 'mg/name-rev-tests-with-short-stack'Junio C Hamano2017-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | t6120: test describe and name-rev with deep reposMichael J Gruber2017-09-08
| * | | | | | | | | | | | | | | | t6120: clean up state after breaking repoMichael J Gruber2017-09-08
| * | | | | | | | | | | | | | | | t6120: test name-rev --all and --stdinMichael J Gruber2017-09-08
| * | | | | | | | | | | | | | | | t7004: move limited stack prereq to test-libMichael J Gruber2017-09-08
* | | | | | | | | | | | | | | | | Merge branch 'jk/leak-checkers'Junio C Hamano2017-09-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | git-compat-util: make UNLEAK less error-proneJonathan Tan2017-09-20
* | | | | | | | | | | | | | | | | The eighth batch for 2.15Junio C Hamano2017-09-19
* | | | | | | | | | | | | | | | | Merge branch 'rk/commit-tree-make-F-verbatim'Junio C Hamano2017-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \