summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-1/+1
|\
| * use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-1/+1
| * Merge branch 'jt/push-options-doc' into maintJunio C Hamano2017-06-041-2/+49
| |\
* | \ Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-291-1/+3
|\ \ \ \ | | |/ / | |/| |
| * | | receive-pack: plug memory leak in update()Johannes Schindelin2017-05-081-1/+3
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-4/+4
|\ \ \
| * | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-3/+3
| * | | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-1/+1
| |/ /
* | | Merge branch 'jt/push-options-doc'Junio C Hamano2017-05-231-2/+49
|\ \ \ | | |/ | |/|
| * | receive-pack: verify push options in certjt/push-options-docJonathan Tan2017-05-101-2/+49
| * | Merge branch 'rs/update-hook-optim' into maintJunio C Hamano2017-03-281-8/+5
| |\ \
| * \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-241-1/+4
| |\ \ \
* | \ \ \ Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-7/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-3/+3
| * | | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-2/+2
| * | | | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-2/+2
* | | | | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-2/+2
|\ \ \ \ \
| * | | | | xgethostname: handle long hostnamesdt/xgethostname-nul-terminationDavid Turner2017-04-181-1/+1
| * | | | | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-1/+1
* | | | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-231-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | receive-pack: drop tmp_objdir_env from run_update_hookJeff King2017-04-161-1/+0
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-67/+67
|\ \ \ \ \ \
| * | | | | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-12/+12
| * | | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-6/+6
| * | | | | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-3/+3
| * | | | | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-2/+2
| * | | | | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
| * | | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-1/+1
* | | | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-7/+10
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-301-7/+10
| |/ / / / / /
* | | | | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-301-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | builtin/receive-pack: fix incorrect pointer arithmeticbc/push-cert-receive-fixbrian m. carlson2017-03-281-1/+1
* | | | | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | receive-pack: simplify run_update_post_hook()rs/update-hook-optimRené Scharfe2017-03-181-8/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-2/+2
|\ \ \ \ \ \
| * | | | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano2017-03-141-1/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | receive-pack: fix deadlock when we cannot create tmpdirJeff King2017-03-071-1/+4
* | | | | | receive-pack: avoid duplicates between our refs and alternatesJeff King2017-02-081-1/+3
* | | | | | receive-pack: treat namespace .have lines like alternatesJeff King2017-02-081-3/+7
* | | | | | receive-pack: fix misleading namespace/.have commentJeff King2017-02-081-4/+1
* | | | | | receive-pack: use oidset to de-duplicate .have linesJeff King2017-02-081-14/+12
* | | | | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-081-2/+4
| |/ / / / |/| | | |
* | | | | Merge branch 'rs/receive-pack-cleanup'Junio C Hamano2017-02-021-2/+1
|\ \ \ \ \
| * | | | | receive-pack: call string_list_clear() unconditionallyrs/receive-pack-cleanupRené Scharfe2017-01-301-2/+1
| |/ / / /
* | | | | receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie2016-12-051-2/+2
|/ / / /
* | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-2/+2
|\ \ \ \
| * | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-2/+2