summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-06doc: add note about shell quoting to revision.txtLibravatar Andreas Heiduk1-0/+6
2018-05-06git-svn: remove ''--add-author-from' for 'commit-diff'Libravatar Andreas Heiduk1-1/+1
2018-05-06doc: add '-d' and '-o' for 'git push'Libravatar Andreas Heiduk1-1/+2
2018-05-06doc: clarify ignore rules for git ls-filesLibravatar Andreas Heiduk1-1/+2
2018-05-06doc: align 'diff --no-index' in text and synopsisLibravatar Andreas Heiduk1-2/+2
2018-05-06doc: improve formatting in githooks.txtLibravatar Andreas Heiduk1-57/+58
2018-05-06perf/bisect_run_script: disable codespeedLibravatar Christian Couder1-0/+6
2018-05-04git: add -P as a short option for --no-pagerLibravatar Johannes Sixt2-3/+4
2018-05-04test-drop-caches: simplify delay loading of NtSetSystemInformationLibravatar Ben Peart1-12/+4
2018-05-02doc: keep first level section header in upper caseLibravatar Nguyễn Thái Ngọc Duy38-96/+96
2018-05-02coccinelle: avoid wrong transformation suggestions from commit.cocciLibravatar SZEDER Gábor1-6/+4
2018-05-02format-patch: make cover letters always text/plainLibravatar brian m. carlson4-5/+16
2018-05-02unpack_trees: fix breakage when o->src_index != o->dst_indexLibravatar Elijah Newren1-4/+15
2018-05-02test: correct detection of UTF8_NFD_TO_NFC for APFSLibravatar Torsten Bögershausen1-6/+1
2018-05-02rebase --skip: clean up commit message after a failed fixup/squashLibravatar Johannes Schindelin2-17/+131
2018-05-02sequencer: always commit without editing when asked forLibravatar Johannes Schindelin1-0/+2
2018-05-02rebase -i: Handle "combination of <n> commits" with GETTEXT_POISONLibravatar Johannes Schindelin2-35/+49
2018-05-02rebase -i: demonstrate bugs with fixup!/squash! commit messagesLibravatar Johannes Schindelin1-0/+22
2018-04-30Remove obsolete script to convert grafts to replace refsLibravatar Johannes Schindelin1-28/+0
2018-04-30technical/shallow: describe why shallow cannot use replace refsLibravatar Johannes Schindelin1-0/+7
2018-04-30technical/shallow: stop referring to graftsLibravatar Johannes Schindelin1-9/+4
2018-04-30filter-branch: stop suggesting to use graftsLibravatar Johannes Schindelin1-1/+1
2018-04-30Deprecate support for .git/info/graftsLibravatar Johannes Schindelin4-0/+22
2018-04-30Add a test for `git replace --convert-graft-file`Libravatar Johannes Schindelin1-0/+28
2018-04-30replace: introduce --convert-graft-fileLibravatar Johannes Schindelin2-4/+51
2018-04-30replace: prepare create_graft() for converting graft files wholesaleLibravatar Johannes Schindelin1-3/+8
2018-04-30replace: "libify" create_graft() and calleesLibravatar Johannes Schindelin1-57/+112
2018-04-30tests: introduce test_unset_prereq, for debuggingLibravatar Johannes Schindelin1-1/+13
2018-04-30worktree: teach "add" to check out existing branchesLibravatar Thomas Gummerer3-11/+37
2018-04-30worktree: factor out dwim_branch functionLibravatar Thomas Gummerer1-11/+18
2018-04-30worktree: improve message when creating a new worktreeLibravatar Thomas Gummerer1-2/+36
2018-04-30worktree: remove extra members from struct add_optsLibravatar Thomas Gummerer1-17/+16
2018-04-27.gitattributes: add a diff driver for PythonLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-04-27.gitattributes: use the "perl" differ for PerlLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2018-04-27.gitattributes: add *.pl extension for PerlLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-04-26replace: avoid using die() to indicate a bugLibravatar Johannes Schindelin1-1/+1
2018-04-26commit: Let the callback of for_each_mergetag return on errorLibravatar Johannes Schindelin4-15/+18
2018-04-26argv_array: offer to split a string by whitespaceLibravatar Johannes Schindelin2-0/+22
2018-04-26rebase -i --rebase-merges: add a section to the man pageLibravatar Johannes Schindelin1-0/+135
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsLibravatar Johannes Schindelin7-6/+59
2018-04-26pull: accept --rebase=merges to recreate the branch topologyLibravatar Johannes Schindelin5-10/+38
2018-04-26rebase --rebase-merges: avoid "empty merges"Libravatar Johannes Schindelin2-0/+15
2018-04-26sequencer: handle post-rewrite for merge commandsLibravatar Johannes Schindelin2-1/+29
2018-04-26sequencer: make refs generated by the `label` command worktree-localLibravatar Johannes Schindelin2-1/+16
2018-04-26rebase --rebase-merges: add test for --keep-emptyLibravatar Phillip Wood1-0/+1
2018-04-26rebase: introduce the --rebase-merges optionLibravatar Johannes Schindelin5-2/+207
2018-04-26rebase-helper --make-script: introduce a flag to rebase mergesLibravatar Johannes Schindelin3-2/+349
2018-04-26sequencer: fast-forward `merge` commands, if possibleLibravatar Johannes Schindelin1-1/+32
2018-04-26sequencer: introduce the `merge` commandLibravatar Johannes Schindelin2-0/+204
2018-04-26sequencer: introduce new commands to reset the revisionLibravatar Johannes Schindelin2-7/+208