summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* prune: keep objects reachable from recent objectsJeff King2014-10-162-2/+2
* count-objects: use for_each_loose_file_in_objdirJeff King2014-10-161-71/+30
* count-objects: do not use xsize_t when counting object sizeJeff King2014-10-161-1/+1
* prune-packed: use for_each_loose_file_in_objdirJeff King2014-10-161-46/+23
* prune: factor out loose-object directory traversalJeff King2014-10-161-61/+26
* 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
| * | | | | fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-101-1/+2
* | | | | | Merge branch 'mr/mark-i18n-log-rerere'Junio C Hamano2014-09-191-5/+5
|\ \ \ \ \ \
| * | | | | | builtin/log.c: mark strings for translationmr/mark-i18n-log-rerereMatthias Ruester2014-09-151-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano2014-09-191-1/+2
|\ \ \ \ \ \
| * | | | | | config: avoid a funny sentinel value "a^"ta/config-add-to-empty-or-true-fixJeff King2014-09-111-1/+2
| * | | | | | make config --add behave correctly for empty and NULL valuesTanay Abhra2014-08-181-1/+1
* | | | | | | Merge branch 'as/calloc-takes-nmemb-then-size'Junio C Hamano2014-09-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | calloc() and xcalloc() takes nmemb and then sizeas/calloc-takes-nmemb-then-sizeArjun Sreedharan2014-09-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rs/merge-tree-simplify'Junio C Hamano2014-09-191-12/+6
|\ \ \ \ \ \ \
| * | | | | | | merge-tree: remove unused df_conflict argumentsrs/merge-tree-simplifyRené Scharfe2014-09-021-12/+6
| |/ / / / / /