aboutsummaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/receive-pack-cleanup'Junio C Hamano2017-02-02
|\
| * receive-pack: call string_list_clear() unconditionallyRené Scharfe2017-01-30
* | receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie2016-12-05
|/
* Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\
| * pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
* | find_unique_abbrev: use 4-buffer ringJeff King2016-10-26
* | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2016-10-17
|\ \
| * | receive-pack: quarantine objects until pre-receive acceptsJeff King2016-10-10
* | | sha1_array: let callbacks interrupt iterationJeff King2016-09-26
|/ /
* | Merge branch 'va/i18n'Junio C Hamano2016-09-21
|\ \ | |/ |/|
| * i18n: receive-pack: mark messages for translationVasco Almeida2016-09-15
* | receive-pack: allow a maximum input size to be specifiedJeff King2016-08-24
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-08-17
|\
| * receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-13
* | Merge branch 'jk/push-progress'Junio C Hamano2016-08-03
|\ \
| * | receive-pack: send keepalives during quiet periodsJeff King2016-07-20
| * | receive-pack: turn on connectivity progressJeff King2016-07-20
| * | receive-pack: relay connectivity errors to sidebandJeff King2016-07-20
| * | receive-pack: turn on index-pack resolving progressJeff King2016-07-20
| * | check_everything_connected: use a struct with named optionsJeff King2016-07-20
* | | receive-pack: implement advertising and receiving push optionsStefan Beller2016-07-14
* | | push options: {pre,post}-receive hook learns about push optionsStefan Beller2016-07-14
|/ /
* | Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano2016-06-27
|\ \
| * | receive-pack: send auto-gc output over sideband 2Lukas Fleischer2016-06-06
| |/
* | Merge branch 'dt/pre-refs-backend'Junio C Hamano2016-04-25
|\ \
| * | check_aliased_update(): check that dst_name is non-NULLMichael Haggerty2016-04-10
| |/
* | builtin/receive-pack.c: use parse_options APISidhant Sharma [:tk]2016-03-01
|/
* use st_add and st_mult for allocation size computationJeff King2016-02-22
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* convert manual allocations to argv_arrayJeff King2016-02-22
* Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-05
|\
| * receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-13
* | Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-05
|\ \ | |/ |/|
| * avoid shifting signed integers 31 bitsJeff King2016-01-04
* | Convert struct ref to use object_id.brian m. carlson2015-11-20
* | hideRefs: add support for matching full refsLukas Fleischer2015-11-05
* | receive-pack: simplify keep_arg computationJeff King2015-10-05
* | use sha1_to_hex_r() instead of strcpyJeff King2015-10-05
* | receive-pack: convert strncpy to xsnprintfJeff King2015-09-25
|/
* Merge branch 'jx/do-not-crash-receive-pack-wo-head'Junio C Hamano2015-08-03
|\
| * receive-pack: crash when checking with non-exist HEADJiang Xin2015-07-22
* | fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-23
* | fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-23
* | show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | Merge branch 'jc/update-instead-into-void'Junio C Hamano2015-04-14
|\ \ \
| * | | push-to-deploy: allow pushing into an unborn branch and updating itJunio C Hamano2015-04-01
* | | | ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-17