summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2014-09-19refs: make rev-parse --quiet actually quietLibravatar David Aguilar2-3/+7
2014-09-18branch: clean up commit flags after merge-filter walkLibravatar Jeff King1-14/+19
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe8-19/+13
2014-09-17signed push: allow stale nonce in stateless modeLibravatar Junio C Hamano1-10/+79
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundLibravatar Junio C Hamano1-0/+4
2014-09-17signed push: fortify against replay attacksLibravatar Junio C Hamano1-8/+124
2014-09-16receive-pack: allow hooks to ignore its standard input streamLibravatar Junio C Hamano1-0/+6
2014-09-16mailinfo: make ">From" in-body header check more robustLibravatar Jeff King1-1/+16
2014-09-15signed push: remove duplicated protocol infoLibravatar Junio C Hamano1-0/+26
2014-09-15receive-pack: GPG-validate push certificatesLibravatar Junio C Hamano1-0/+31
2014-09-15push: the beginning of "git push --signed"Libravatar Junio C Hamano2-0/+53
2014-09-15receive-pack: factor out capability string generationLibravatar Junio C Hamano1-8/+14
2014-09-15receive-pack: factor out queueing of commandLibravatar Junio C Hamano1-21/+29
2014-09-15receive-pack: do not reuse old_sha1[] for other thingsLibravatar Junio C Hamano1-3/+5
2014-09-15receive-pack: parse feature request a bit earlierLibravatar Junio C Hamano1-12/+14
2014-09-15receive-pack: do not overallocate command structureLibravatar Junio C Hamano1-2/+3
2014-09-15repack: call prune_packed_objects() and update_server_info() directlyLibravatar René Scharfe1-17/+6
2014-09-15prune-packed: fix minor memory leakLibravatar Jeff King1-0/+1
2014-09-15builtin/log.c: mark strings for translationLibravatar Matthias Ruester1-5/+5
2014-09-12fsck: return non-zero status on missing ref tipsLibravatar Jeff King1-1/+2
2014-09-11config: avoid a funny sentinel value "a^"Libravatar Jeff King1-1/+2
2014-09-11hash-object: add --literally optionLibravatar Junio C Hamano1-9/+36
2014-09-11hash-object: pass 'write_object' as a flagLibravatar Junio C Hamano1-17/+15
2014-09-11hash-object: reduce file-scope staticsLibravatar Junio C Hamano1-29/+23
2014-09-11Merge branch 'nd/fetch-pass-quiet-to-gc-child-process'Libravatar Junio C Hamano1-4/+6
2014-09-11Merge branch 'dt/cache-tree-repair'Libravatar Junio C Hamano2-1/+19
2014-09-11Merge branch 'rs/ref-transaction-1'Libravatar Junio C Hamano5-51/+81
2014-09-11Merge branch 'nd/mv-code-cleaning'Libravatar Junio C Hamano1-88/+86
2014-09-11Merge branch 'rs/child-process-init'Libravatar Junio C Hamano10-26/+14
2014-09-11Merge branch 'ta/config-set-2'Libravatar Junio C Hamano2-38/+25
2014-09-10fsck_object(): allow passing object data separately from the object itselfLibravatar Johannes Schindelin3-6/+13
2014-09-10fsck: exit with non-zero status upon error from fsck_obj()Libravatar Jeff King1-1/+2
2014-09-09Merge branch 'rs/clean-menu-item-defn'Libravatar Junio C Hamano1-1/+1
2014-09-09Merge branch 'sb/mailsplit-dead-code-removal'Libravatar Junio C Hamano1-11/+6
2014-09-09Merge branch 'sb/prepare-revision-walk-error-check'Libravatar Junio C Hamano2-2/+5
2014-09-09Merge branch 'sb/blame-msg-i18n'Libravatar Junio C Hamano1-1/+1
2014-09-09Merge branch 'sb/plug-leaks'Libravatar Junio C Hamano1-0/+2
2014-09-09Merge branch 'mm/log-branch-desc-plug-leak'Libravatar Junio C Hamano1-0/+1
2014-09-09Merge branch 'jc/apply-ws-prefix'Libravatar Junio C Hamano1-63/+68
2014-09-03mv: no SP between function name and the first opening parentheseLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2014-09-03mv: combine two if(s)Libravatar Nguyễn Thái Ngọc Duy1-4/+3
2014-09-03mv: unindent one level for directory move codeLibravatar Nguyễn Thái Ngọc Duy1-28/+21
2014-09-03mv: move index search code outLibravatar Nguyễn Thái Ngọc Duy1-17/+25
2014-09-03mv: remove an "if" that's always trueLibravatar Nguyễn Thái Ngọc Duy1-15/+7
2014-09-03mv: split submodule move preparation code outLibravatar Nguyễn Thái Ngọc Duy1-14/+22
2014-09-03calloc() and xcalloc() takes nmemb and then sizeLibravatar Arjun Sreedharan1-1/+1
2014-09-03update-ref --stdin: pass transaction around explicitlyLibravatar Jonathan Nieder1-12/+15
2014-09-03update-ref --stdin: narrow scope of err strbufLibravatar Jonathan Nieder1-1/+10
2014-09-03receive-pack.c: use a reference transaction for updating the refsLibravatar Ronnie Sahlberg1-9/+16
2014-09-03commit.c: use ref transactions for updatesLibravatar Ronnie Sahlberg1-13/+12