Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-06rebase --rebase-merges: root commits can be cousins, tooJohannes Schindelin
2018-05-06rebase --rebase-merges: a "merge" into a new root is a fast-forwardJohannes Schindelin
2018-05-06sequencer: allow introducing new root commitsJohannes Schindelin
2018-05-06sequencer: learn about the special "fake root commit" handlingJohannes Schindelin
2018-05-06sequencer: extract helper to update active_cache_treeJohannes Schindelin
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin
2018-04-26rebase --rebase-merges: avoid "empty merges"Johannes Schindelin
2018-04-26sequencer: handle post-rewrite for merge commandsJohannes Schindelin
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesJohannes Schindelin
2018-04-26sequencer: fast-forward `merge` commands, if possibleJohannes Schindelin
2018-04-26sequencer: introduce the `merge` commandJohannes Schindelin
2018-04-26sequencer: introduce new commands to reset the revisionJohannes Schindelin
2018-04-26sequencer: offer helpful advice when a command was rescheduledJohannes Schindelin
2018-04-26sequencer: refactor how original todo list lines are accessedJohannes Schindelin
2018-04-26sequencer: make rearrange_squash() a bit more obviousJohannes Schindelin
2018-04-26sequencer: avoid using errno clobbered by rollback_lock_file()Johannes Schindelin
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano
2018-04-25Merge branch 'pw/rebase-keep-empty-fixes'Junio C Hamano
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-10Merge branch 'bc/object-id'Junio C Hamano
2018-03-29rebase: extend --signoff supportPhillip Wood
2018-03-29Merge branch 'pw/rebase-keep-empty-fixes' into pw/rebase-signoffJunio C Hamano
2018-03-29rebase -i --keep-empty: don't prune empty commitsPhillip Wood
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano
2018-03-14Merge branch 'ma/roll-back-lockfiles'Junio C Hamano
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-14cache-tree: convert write_*_as_tree to object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-03-07Merge branch 'rs/strbuf-read-file-or-whine'Junio C Hamano
2018-03-07Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-03-02write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren
2018-02-28sequencer: do not roll back lockfile unnecessarilyMartin Ågren
2018-02-28sequencer: always roll back lock in `do_recursive_merge()`Martin Ågren
2018-02-28sequencer: make lockfiles non-staticMartin Ågren
2018-02-22sequencer: factor out strbuf_read_file_or_whine()René Scharfe
2018-02-16Merge branch 'po/object-id'Junio C Hamano
2018-02-15object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano
2018-02-13rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood
2017-12-27sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin
2017-12-27sequencer: report when noop has an argumentJohannes Schindelin
2017-12-27sequencer: remove superfluous conditionalJohannes Schindelin
2017-12-27sequencer: strip bogus LF at end of error messagesJohannes Schindelin
2017-12-27Merge branch 'lb/rebase-i-short-command-names'Junio C Hamano
2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano
2017-12-23sequencer: assign only free()able strings to gpg_signJohannes Schindelin
2017-12-19Merge branch 'en/rename-progress'Junio C Hamano