summaryrefslogtreecommitdiffstats
path: root/bundle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-18help: fix the size passed to qsortStefan Beller1-1/+1
2014-09-18branch: clean up commit flags after merge-filter walkJeff King2-14/+48
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe26-70/+40
2014-09-18add macro REALLOC_ARRAYRené Scharfe2-0/+5
2014-09-18signed push: allow stale nonce in stateless modeJunio C Hamano4-12/+112
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano6-3/+63
2014-09-17signed push: fortify against replay attacksJunio C Hamano7-29/+187
2014-09-17receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2-0/+19
2014-09-16Documentation/git-rebase.txt: <upstream> must be given to specify <branch>Sergey Organov1-1/+1
2014-09-16t1503: use test_must_be_emptyDavid Aguilar1-5/+5
2014-09-16credential-cache: close stderr in daemon processJeff King2-5/+26
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King6-1/+65
2014-09-16Documentation: a note about stdout for git rev-parse --verify --quietDavid Aguilar1-0/+1
2014-09-15signed push: add "pushee" header to push certificateJunio C Hamano4-0/+13
2014-09-15signed push: remove duplicated protocol infoJunio C Hamano4-4/+69
2014-09-15send-pack: send feature request on push-cert packetJunio C Hamano2-5/+21
2014-09-15receive-pack: GPG-validate push certificatesJunio C Hamano3-7/+66
2014-09-15push: the beginning of "git push --signed"Junio C Hamano10-2/+253
2014-09-15pack-protocol doc: typofix for PKT-LINEJunio C Hamano1-2/+2
2014-09-15gpg-interface: move parse_signature() to where it should beJunio C Hamano4-21/+22
2014-09-15gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano3-41/+47
2014-09-15send-pack: clarify that cmds_sent is a booleanJunio C Hamano1-3/+4
2014-09-15send-pack: refactor inspecting and resetting status and sending commandsJunio C Hamano1-19/+30
2014-09-15send-pack: rename "new_refs" to "need_pack_data"Junio C Hamano1-4/+3
2014-09-15receive-pack: factor out capability string generationJunio C Hamano1-8/+14
2014-09-15send-pack: factor out capability string generationJunio C Hamano1-8/+13
2014-09-15send-pack: always send capabilitiesJunio C Hamano1-3/+1
2014-09-15send-pack: refactor decision to send update per refJunio C Hamano1-15/+21
2014-09-15send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higherJunio C Hamano1-5/+10
2014-09-15receive-pack: factor out queueing of commandJunio C Hamano1-21/+29
2014-09-15receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano1-3/+5
2014-09-15receive-pack: parse feature request a bit earlierJunio C Hamano1-12/+14
2014-09-15receive-pack: do not overallocate command structureJunio C Hamano1-2/+3
2014-09-15compat-util: add _DEFAULT_SOURCE defineSergey Senozhatsky1-0/+1
2014-09-15Makefile: fix some typos in the preambleIan Liu Rodrigues1-2/+2
2014-09-15repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe1-17/+6
2014-09-15server-info: clean up after writing info/packsJeff King1-0/+9
2014-09-15make update-server-info more robustJeff King1-45/+71
2014-09-15prune-packed: fix minor memory leakJeff King1-0/+1
2014-09-15builtin/log.c: mark strings for translationMatthias Ruester1-5/+5
2014-09-15rerere.h: mark string for translationMatthias Ruester1-1/+1
2014-09-14git-svn: delay term initializationEric Wong1-7/+11
2014-09-14git svn: find-rev allows short switches for near matchesEric Wong2-2/+4
2014-09-14git-svn.txt: Remove mentions of repack optionsLawrence Velázquez1-15/+0
2014-09-14git svn: info: correctly handle absolute path argsEric Wong2-6/+63
2014-09-14git-svn: branch: avoid systematic prompt for cert/passMonard Vong1-1/+3
2014-09-12t9300: use test_cmp_bin instead of test_cmp to compare binary filesJohannes Sixt1-1/+1
2014-09-12refs: speed up is_refname_availableJeff King2-33/+120
2014-09-12t1450: make sure fsck detects a malformed tagger lineJunio C Hamano1-0/+19
2014-09-12Make sure that index-pack --strict checks tag objectsJohannes Schindelin1-0/+19