aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-04-25 14:29:38 +0200
committerJunio C Hamano <gitster@pobox.com>2018-04-26 12:28:43 +0900
commit1131ec98189e993dcc48043c4f8e8b0128f52055 (patch)
treed22836ec39f637e12847dd05172c82865d510808 /commit.c
parentrebase --rebase-merges: avoid "empty merges" (diff)
downloadgit-1131ec98189e993dcc48043c4f8e8b0128f52055.tar.gz
git-1131ec98189e993dcc48043c4f8e8b0128f52055.zip
pull: accept --rebase=merges to recreate the branch topology
Similar to the `preserve` mode simply passing the `--preserve-merges` option to the `rebase` command, the `merges` mode simply passes the `--rebase-merges` option. This will allow users to conveniently rebase non-trivial commit topologies when pulling new commits, without flattening them. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions
/tr> 2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2-6/+17 2008-03-03Fix random crashes in http_cleanup()Mike Hommey1-11/+3 2008-03-03describe: fix --long outputJunio C Hamano1-5/+11 2008-03-03git-describe: use tags found in packed-refs correctlyJunio C Hamano1-1/+1 2008-03-03fetch-pack: check parse_commit/object resultsMartin Koegler1-7/+10 2008-03-03Update draft release notes for 1.5.5Junio C Hamano1-1/+27 2008-03-02Update draft release notes for 1.5.4.4Junio C Hamano1-1/+21 2008-03-02revert: actually check for a dirty indexJeff King2-4/+25 2008-03-02tests: introduce test_must_failJunio C Hamano2-8/+25 2008-03-02git-submodule: Fix typo 'url' which should be '$url'Ping Yin1-1/+1 2008-03-02receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink1-0/+2 2008-03-02Fix doc typos.Ralf Wildenhues2-4/+4 2008-03-02fast-import: exit with proper message if not a git dirJean-Luc Herren1-0/+1 2008-03-02format-patch: wrap cover-letter's shortlog sensiblyJohannes Schindelin3-2/+25 2008-03-02format-patch: use the diff options for the cover letter, tooJohannes Schindelin2-6/+16 2008-03-02gitweb: Mark first match when searching commit messagesJakub Narebski1-1/+1 2008-03-02Documentation: Remove --{min,max}-age option from git-log(1)Jakub Narebski1-0/+2 2008-03-02cleanup: remove unused git_checkout_configDenis Cheng1-6/+1 2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin2-1/+5 2008-03-02diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano2-5/+55 2008-03-02diff-lib.c: constness strengtheningJunio C Hamano1-7/+6 2008-03-01Clean up find_unique_abbrev() callersJunio C Hamano3-11/+3 2008-03-01find_unique_abbrev(): redefine semanticsJunio C Hamano1-7/+6 2008-03-01git rebase --abort: always restore the right commitMike Hommey2-4/+3 2008-03-01Documentation/git-rebase.txt: Add --strategy to synopsysMike Hommey1-0/+1 2008-03-01CodingGuidelines: spell out how we use grep in our scriptsJunio C Hamano1-0/+12 2008-03-01add storage size output to 'git verify-pack -v'Nicolas Pitre3-7/+7 2008-03-01fix unimplemented packed_object_info_detail() featuresNicolas Pitre2-3/+10 2008-03-01make verify_one_pack() a bit less wrong wrt packed_git structureNicolas Pitre1-1/+1 2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre4-152/+167 2008-03-01allow git-am to run in a subdirectoryJeff King1-0/+2 2008-03-01rename: warn user when we have turned off rename detectionJeff King1-3/+4