summaryrefslogtreecommitdiffstats
path: root/chdir-notify.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-17submodule: convert push_unpushed_submodules to take a struct refspecBrandon Williams3-12/+12
2018-05-17remote: convert check_push_refs to take a struct refspecBrandon Williams3-11/+7
2018-05-17remote: convert match_push_refs to take a struct refspecBrandon Williams6-22/+13
2018-05-17http-push: store refspecs in a struct refspecBrandon Williams1-9/+8
2018-05-17transport: remove transport_verify_remote_namesBrandon Williams3-28/+0
2018-05-17send-pack: store refspecs in a struct refspecBrandon Williams1-17/+7
2018-05-17transport: convert transport_push to take a struct refspecBrandon Williams3-13/+9
2018-05-17push: convert to use struct refspecBrandon Williams1-23/+15
2018-05-17push: check for errors earlierBrandon Williams1-17/+14
2018-05-17remote: convert match_explicit_refs to take a struct refspecBrandon Williams1-5/+4
2018-05-17remote: convert get_ref_match to take a struct refspecBrandon Williams1-12/+14
2018-05-17remote: convert query_refspecs to take a struct refspecBrandon Williams3-8/+7
2018-05-17remote: convert apply_refspecs to take a struct refspecBrandon Williams4-15/+11
2018-05-17remote: convert get_stale_heads to take a struct refspecBrandon Williams4-13/+12
2018-05-17fetch: convert prune_refs to take a struct refspecBrandon Williams1-6/+5
2018-05-17fetch: convert get_ref_map to take a struct refspecBrandon Williams1-23/+20
2018-05-17fetch: convert do_fetch to take a struct refspecBrandon Williams1-5/+5
2018-05-17refspec: remove the deprecated functionsBrandon Williams2-54/+0
2018-05-17fetch: convert refmap to use struct refspecBrandon Williams1-10/+7
2018-05-17fetch: convert fetch_one to use struct refspecBrandon Williams1-27/+19
2018-05-17transport-helper: convert to use struct refspecBrandon Williams1-26/+12
2018-05-17remote: remove add_prune_tags_to_fetch_refspecBrandon Williams3-8/+1
2018-05-17remote: convert fetch refspecs to struct refspecBrandon Williams4-49/+32
2018-05-17remote: convert push refspecs to struct refspecBrandon Williams4-37/+28
2018-05-17fast-export: convert to use struct refspecBrandon Williams1-14/+7
2018-05-17clone: convert cmd_clone to use refspec_item_initBrandon Williams1-6/+4
2018-05-17remote: convert match_push_refs to use struct refspecBrandon Williams1-5/+8
2018-05-17remote: convert check_push_refs to use struct refspecBrandon Williams1-4/+6
2018-05-17transport: convert transport_push to use struct refspecBrandon Williams1-8/+9
2018-05-17pull: convert get_tracking_branch to use refspec_item_initBrandon Williams1-4/+4
2018-05-17submodule--helper: convert push_check to use struct refspecBrandon Williams1-6/+7
2018-05-17refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams2-10/+10
2018-05-17refspec: introduce struct refspecBrandon Williams2-0/+89
2018-05-17refspec: factor out parsing a single refspecBrandon Williams1-91/+104
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams15-73/+73
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams17-184/+204
2018-05-08The fifth batch for 2.18Junio C Hamano1-0/+112
2018-04-25The fourth batch for 2.18Junio C Hamano1-0/+78
2018-04-24Avoid multiple PREFIX definitionsPhilip Oakley3-8/+8
2018-04-24git_setup_gettext: plug memory leakJohannes Schindelin1-2/+7
2018-04-24gettext: avoid initialization if the locale dir is not presentJohannes Schindelin1-0/+3
2018-04-24Makefile: quote $INSTLIBDIR when passing it to sedJonathan Nieder1-1/+1
2018-04-24Makefile: remove unused @@PERLLIBDIR@@ substitution variableJonathan Nieder1-1/+0
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren4-20/+8
2018-04-24http-fetch: make `-a` standard behaviourMartin Ågren3-23/+19
2018-04-24config: document the settings to colorize push errors/hintsJohannes Schindelin1-0/+28
2018-04-24push: test to verify that push errors are coloredJohannes Schindelin1-0/+12
2018-04-24push: colorize errorsRyan Dammrose4-5/+157
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin2-10/+14
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau3-0/+58