summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau2-0/+11
2018-04-23builtin/config: introduce `--default`Taylor Blau3-0/+58
2018-04-23parseopt: handle malformed --expire arguments more nicelyJunio C Hamano3-1/+19
2018-04-23gc: do not upcase error message shown with die()Junio C Hamano1-1/+1
2018-04-21fast-export: fix regression skipping some merge-commitsMartin Ågren2-1/+22
2018-04-20completion: make stash -p and alias for stash push -pThomas Gummerer1-0/+3
2018-04-20completion: stop showing 'save' for stash by defaultThomas Gummerer1-2/+7
2018-04-20doc/clone: update caption for GIT URLS cross-referenceTodd Zullinger1-1/+1
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau3-40/+154
2018-04-19sequencer: reset the committer date before commitsJohannes Sixt1-0/+2
2018-04-19send-email: avoid duplicate In-Reply-To/ReferencesStefan Agner1-1/+6
2018-04-18Makefile: mark perllibdir as a .PHONY targetChristian Hesse1-0/+1
2018-04-18submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy1-2/+6
2018-04-18git-submodule.txt: quote usage in monospace, drop backslashMartin Ågren1-2/+2
2018-04-18git-[short]log.txt: unify quoted standalone --Martin Ågren2-3/+3
2018-04-18doc: convert [\--] to [--]Martin Ågren3-5/+5
2018-04-18doc: convert \--option to --optionMartin Ågren2-2/+2
2018-04-18docs/git-gc: fix minor rendering issueSZEDER Gábor1-1/+1
2018-04-18worktree: accept -f as short for --force for removalStefan Beller2-3/+4
2018-04-18completion: reduce overhead of clearing cached --optionsSZEDER Gábor1-1/+5
2018-04-17glossary: substitute "ancestor" for "direct ancestor" in 'push' description.Sergey Organov1-1/+1
2018-04-17t1510-repo-setup.sh: remove useless mkdirTao Qingyun1-1/+0