summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refspec: remove the deprecated functionsBrandon Williams2018-05-182-54/+0
* fetch: convert refmap to use struct refspecBrandon Williams2018-05-181-10/+7
* fetch: convert fetch_one to use struct refspecBrandon Williams2018-05-181-27/+19
* transport-helper: convert to use struct refspecBrandon Williams2018-05-181-26/+12
* remote: remove add_prune_tags_to_fetch_refspecBrandon Williams2018-05-183-8/+1
* remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-184-49/+32
* remote: convert push refspecs to struct refspecBrandon Williams2018-05-184-37/+28
* fast-export: convert to use struct refspecBrandon Williams2018-05-181-14/+7
* clone: convert cmd_clone to use refspec_item_initBrandon Williams2018-05-181-6/+4
* remote: convert match_push_refs to use struct refspecBrandon Williams2018-05-181-5/+8
* remote: convert check_push_refs to use struct refspecBrandon Williams2018-05-181-4/+6
* transport: convert transport_push to use struct refspecBrandon Williams2018-05-181-8/+9
* pull: convert get_tracking_branch to use refspec_item_initBrandon Williams2018-05-181-4/+4
* submodule--helper: convert push_check to use struct refspecBrandon Williams2018-05-181-6/+7
* refspec: convert valid_fetch_refspec to use parse_refspecBrandon Williams2018-05-182-10/+10
* refspec: introduce struct refspecBrandon Williams2018-05-182-0/+89
* refspec: factor out parsing a single refspecBrandon Williams2018-05-181-91/+104
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-1815-73/+73
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-1817-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
* | | | Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano2018-05-083-2/+20
|\ \ \ \
| * | | | parseopt: handle malformed --expire arguments more nicelyJunio C Hamano2018-04-233-1/+19
| * | | | gc: do not upcase error message shown with die()Junio C Hamano2018-04-231-1/+1
* | | | | Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano2018-05-082-1/+22
|\ \ \ \ \
| * | | | | fast-export: fix regression skipping some merge-commitsMartin Ågren2018-04-212-1/+22
* | | | | | Merge branch 'tz/doc-git-urls-reference'Junio C Hamano2018-05-081-1/+1
|\ \ \ \ \ \
| * | | | | | doc/clone: update caption for GIT URLS cross-referenceTodd Zullinger2018-04-201-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tg/demote-stash-save-in-completion'Junio C Hamano2018-05-081-2/+10
|\ \ \ \ \ \
| * | | | | | completion: make stash -p and alias for stash push -pThomas Gummerer2018-04-201-0/+3
| * | | | | | completion: stop showing 'save' for stash by defaultThomas Gummerer2018-04-201-2/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sa/send-email-dedup-some-headers'Junio C Hamano2018-05-081-1/+6
|\ \ \ \ \ \
| * | | | | | send-email: avoid duplicate In-Reply-To/ReferencesStefan Agner2018-04-191-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/submodule-status-fix'Junio C Hamano2018-05-081-2/+6
|\ \ \ \ \ \
| * | | | | | submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy2018-04-191-2/+6
* | | | | | | Merge branch 'js/ident-date-fix'Junio C Hamano2018-05-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | sequencer: reset the committer date before commitsJohannes Sixt2018-04-191-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'bt/gpg-interface'Junio C Hamano2018-05-083-34/+71
|\ \ \ \ \ \ \
| * | | | | | | gpg-interface: find the last gpg signature lineJeff King2018-04-162-3/+20