summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refspec: consolidate ref-prefix generation logicBrandon Williams2018-05-174-32/+35
* submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams2018-05-173-12/+12
* remote: convert check_push_refs to take a struct refspecBrandon Williams2018-05-173-11/+7
* remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-176-22/+13
* http-push: store refspecs in a struct refspecBrandon Williams2018-05-171-9/+8
* transport: remove transport_verify_remote_namesBrandon Williams2018-05-173-28/+0
* send-pack: store refspecs in a struct refspecBrandon Williams2018-05-171-17/+7
* transport: convert transport_push to take a struct refspecBrandon Williams2018-05-173-13/+9
* push: convert to use struct refspecBrandon Williams2018-05-171-23/+15
* push: check for errors earlierBrandon Williams2018-05-171-17/+14
* remote: convert match_explicit_refs to take a struct refspecBrandon Williams2018-05-171-5/+4
* remote: convert get_ref_match to take a struct refspecBrandon Williams2018-05-171-12/+14
* remote: convert query_refspecs to take a struct refspecBrandon Williams2018-05-173-8/+7
* remote: convert apply_refspecs to take a struct refspecBrandon Williams2018-05-174-15/+11
* remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-174-13/+12
* fetch: convert prune_refs to take a struct refspecBrandon Williams2018-05-171-6/+5
* fetch: convert get_ref_map to take a struct refspecBrandon Williams2018-05-171-23/+20
* fetch: convert do_fetch to take a struct refspecBrandon Williams2018-05-171-5/+5
* refspec: remove the deprecated functionsBrandon Williams2018-05-172-54/+0
* fetch: convert refmap to use struct refspecBrandon Williams2018-05-171-10/+7
* fetch: convert fetch_one to use struct refspecBrandon Williams2018-05-171-27/+19
* transport-helper: convert to use struct refspecBrandon Williams2018-05-171-26/+12
* remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-173-8/+1
* remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-174-49/+32
* remote: convert push refspecs to struct refspecBrandon Williams2018-05-174-37/+28
* fast-export: convert to use struct refspecBrandon Williams2018-05-171-14/+7
* clone: convert cmd_clone to use refspec_item_initBrandon Williams2018-05-171-6/+4
* remote: convert match_push_refs to use struct refspecBrandon Williams2018-05-171-5/+8
* remote: convert check_push_refs to use struct refspecBrandon Williams2018-05-171-4/+6
* transport: convert transport_push to use struct refspecBrandon Williams2018-05-171-8/+9
* pull: convert get_tracking_branch to use refspec_item_initBrandon Williams2018-05-171-4/+4
* submodule--helper: convert push_check to use struct refspecBrandon Williams2018-05-171-6/+7
* refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams2018-05-172-10/+10
* refspec: introduce struct refspecBrandon Williams2018-05-172-0/+89
* refspec: factor out parsing a single refspecBrandon Williams2018-05-171-91/+104
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-1715-73/+73
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-1717-184/+204
* The fifth batch for 2.18Junio C Hamano2018-05-081-0/+112
* Merge branch 'ma/http-walker-no-partial'Junio C Hamano2018-05-086-40/+24
|\
| * walker: drop fields of `struct walker` which are always 1Martin Ågren2018-04-244-20/+8
| * http-fetch: make `-a` standard behaviourMartin Ågren2018-04-243-23/+19
* | Merge branch 'js/runtime-prefix'Junio C Hamano2018-05-084-9/+17
|\ \
| * | Avoid multiple PREFIX definitionsPhilip Oakley2018-04-243-8/+8
| * | git_setup_gettext: plug memory leakJohannes Schindelin2018-04-241-2/+7
| * | gettext: avoid initialization if the locale dir is not presentJohannes Schindelin2018-04-241-0/+3
* | | Merge branch 'js/colored-push-errors'Junio C Hamano2018-05-088-15/+211
|\ \ \
| * | | config: document the settings to colorize push errors/hintsJohannes Schindelin2018-04-241-0/+28
| * | | push: test to verify that push errors are coloredJohannes Schindelin2018-04-241-0/+12
| * | | push: colorize errorsRyan Dammrose2018-04-244-5/+157
| * | | color: introduce support for colorizing stderrJohannes Schindelin2018-04-242-10/+14