summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano2014-10-201-10/+8
|\
| * receive-pack: plug minor memory leak in unpack()rs/receive-pack-argv-leak-fixRené Scharfe2014-10-131-10/+8
* | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-161-0/+1
|\ \
| * | doc: add 'everyday' to 'git help'Philip Oakley2014-10-101-0/+1
* | | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-10-149-45/+43
|\ \ \
| * | | use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-079-45/+43
* | | | Merge branch 'rs/mailsplit'Junio C Hamano2014-10-141-1/+0
|\ \ \ \
| * | | | mailsplit: remove unnecessary unlink(2) callrs/mailsplitRené Scharfe2014-10-071-1/+0
* | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-1417-24/+34
|\ \ \ \ \
| * | | | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-0117-6/+17
| * | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-012-7/+7
| * | | | | try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty2014-10-011-7/+7
| * | | | | try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty2014-10-011-1/+0
| * | | | | prepare_index(): declare return value to be (const char *)Michael Haggerty2014-10-011-2/+2
| * | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-011-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-083-40/+358
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
| * | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-171-10/+79
| * | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-0/+4
| * | | | signed push: fortify against replay attacksJunio C Hamano2014-09-171-8/+124
| * | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-151-0/+26
| * | | | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-151-0/+31
| * | | | push: the beginning of "git push --signed"Junio C Hamano2014-09-152-0/+53
| * | | | receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
| * | | | receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
| * | | | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
| * | | | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
| * | | | receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* | | | | Merge branch 'jk/mbox-from-line'Junio C Hamano2014-09-291-1/+17
|\ \ \ \ \
| * | | | | mailinfo: work around -Wstring-plus-int warningjk/mbox-from-lineEric Sunshine2014-09-221-1/+2
| * | | | | mailinfo: make ">From" in-body header check more robustJeff King2014-09-161-1/+16
* | | | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-292-3/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-192-3/+7
* | | | | | Merge branch 'jk/branch-verbose-merged'Junio C Hamano2014-09-261-14/+19
|\ \ \ \ \ \
| * | | | | | branch: clean up commit flags after merge-filter walkjk/branch-verbose-mergedJeff King2014-09-181-14/+19
| |/ / / / /
* | | | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-268-19/+13
|\ \ \ \ \ \
| * | | | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-188-19/+13
| |/ / / / /
* | | | | | Merge branch 'jc/ignore-sigpipe-while-running-hooks'Junio C Hamano2014-09-261-0/+6
|\ \ \ \ \ \
| * | | | | | receive-pack: allow hooks to ignore its standard input streamjc/ignore-sigpipe-while-running-hooksJunio C Hamano2014-09-161-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/prune-packed-server-info'Junio C Hamano2014-09-262-17/+7
|\ \ \ \ \ \
| * | | | | | repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe2014-09-151-17/+6
| * | | | | | prune-packed: fix minor memory leakJeff King2014-09-151-0/+1
| |/ / / / /
* | | | | | Merge branch 'jc/hash-object'Junio C Hamano2014-09-261-42/+61
|\ \ \ \ \ \
| * | | | | | hash-object: add --literally optionJunio C Hamano2014-09-111-9/+36
| * | | | | | hash-object: pass 'write_object' as a flagJunio C Hamano2014-09-111-17/+15
| * | | | | | hash-object: reduce file-scope staticsJunio C Hamano2014-09-111-29/+23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-263-6/+13
|\ \ \ \ \ \
| * | | | | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-103-6/+13
* | | | | | | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-191-2/+4
|\ \ \ \ \ \ \
| * | | | | | | fsck: return non-zero status on missing ref tipsjk/fsck-exit-code-fixJeff King2014-09-121-1/+2