summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-09sequencer (rebase -i): differentiate between comments and 'noop'Libravatar Johannes Schindelin1-6/+9
2017-01-09sequencer (rebase -i): implement the 'drop' commandLibravatar Johannes Schindelin1-3/+5
2017-01-09sequencer (rebase -i): allow rescheduling commandsLibravatar Johannes Schindelin1-0/+6
2017-01-09sequencer (rebase -i): respect strategy/strategy_opts settingsLibravatar Johannes Schindelin1-1/+25
2017-01-09sequencer (rebase -i): respect the rebase.autostash settingLibravatar Johannes Schindelin1-0/+43
2017-01-09sequencer (rebase -i): run the post-rewrite hook, if neededLibravatar Johannes Schindelin1-0/+14
2017-01-09sequencer (rebase -i): record interrupted commits in rewritten, tooLibravatar Johannes Schindelin1-0/+8
2017-01-09sequencer (rebase -i): copy commit notes at endLibravatar Johannes Schindelin1-0/+76
2017-01-09sequencer (rebase -i): set the reflog message consistentlyLibravatar Johannes Schindelin1-0/+4
2017-01-09sequencer (rebase -i): refactor setting the reflog messageLibravatar Johannes Schindelin1-7/+26
2017-01-09sequencer (rebase -i): allow fast-forwarding for edit/rewordLibravatar Johannes Schindelin1-8/+17
2017-01-09sequencer (rebase -i): implement the 'reword' commandLibravatar Johannes Schindelin1-2/+7
2017-01-09sequencer (rebase -i): leave a patch upon errorLibravatar Johannes Schindelin1-1/+3
2017-01-09sequencer (rebase -i): update refs after a successful rebaseLibravatar Johannes Schindelin1-1/+45
2017-01-09sequencer (rebase -i): the todo can be empty when continuingLibravatar Johannes Schindelin1-2/+5
2017-01-09sequencer (rebase -i): skip some revert/cherry-pick specific code pathLibravatar Johannes Schindelin1-12/+14
2017-01-09sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer neededLibravatar Johannes Schindelin1-1/+6
2017-01-09sequencer (rebase -i): allow continuing with staged changesLibravatar Johannes Schindelin1-0/+40
2017-01-09sequencer (rebase -i): write an author-script fileLibravatar Johannes Schindelin1-1/+49
2017-01-09sequencer (rebase -i): implement the short commandsLibravatar Johannes Schindelin1-14/+21
2017-01-09sequencer (rebase -i): add support for the 'fixup' and 'squash' commandsLibravatar Johannes Schindelin1-10/+217
2017-01-09sequencer (rebase -i): write the 'done' fileLibravatar Johannes Schindelin1-0/+23
2017-01-09sequencer (rebase -i): learn about the 'verbose' modeLibravatar Johannes Schindelin2-0/+29
2017-01-09sequencer (rebase -i): implement the 'exec' commandLibravatar Johannes Schindelin1-0/+57
2017-01-09sequencer (rebase -i): implement the 'edit' commandLibravatar Johannes Schindelin1-3/+114
2017-01-09sequencer (rebase -i): implement the 'noop' commandLibravatar Johannes Schindelin1-3/+36
2017-01-09sequencer: support a new action: 'interactive rebase'Libravatar Johannes Schindelin2-5/+34
2017-01-09sequencer: use a helper to find the commit messageLibravatar Johannes Schindelin1-8/+3
2017-01-09sequencer: move "else" keyword onto the same line as preceding braceLibravatar Johannes Schindelin1-2/+1
2017-01-09sequencer: avoid unnecessary curly bracesLibravatar Johannes Schindelin1-2/+1
2017-01-09execv_dashed_external: wait for child on signal deathLibravatar Jeff King3-0/+21
2017-01-09execv_dashed_external: stop exiting with negative codeLibravatar Jeff King1-3/+7
2017-01-09execv_dashed_external: use child_process structLibravatar Jeff King1-18/+7
2017-01-09real_path: set errno when max number of symlinks is exceededLibravatar Brandon Williams1-0/+2
2017-01-09real_path: prevent redefinition of MAXSYMLINKSLibravatar Brandon Williams1-1/+3
2017-01-09Makefile: put LIBS after LDFLAGS for imap-sendLibravatar Steven Penny1-1/+1
2017-01-09Makefile: POSIX windresLibravatar Steven Penny1-1/+1
2017-01-09t9813: avoid using pipesLibravatar Pranit Bauva1-4/+4
2017-01-09git_exec_path: do not return the result of getenv()Libravatar Jeff King1-9/+8
2017-01-08pathspec: rename prefix_pathspec to init_pathspec_itemLibravatar Brandon Williams1-17/+7
2017-01-08pathspec: small readability changesLibravatar Brandon Williams1-10/+15
2017-01-08pathspec: create strip submodule slash helpersLibravatar Brandon Williams1-26/+42
2017-01-08pathspec: create parse_element_magic helperLibravatar Brandon Williams1-17/+20
2017-01-08pathspec: create parse_long_magic functionLibravatar Brandon Williams1-35/+57
2017-01-08pathspec: create parse_short_magic functionLibravatar Brandon Williams1-18/+36
2017-01-08pathspec: factor global magic into its own functionLibravatar Brandon Williams1-49/+78
2017-01-08pathspec: simpler logic to prefix original pathspec elementsLibravatar Brandon Williams1-20/+13
2017-01-08pathspec: always show mnemonic and name in unsupported_magicLibravatar Brandon Williams1-15/+9
2017-01-08pathspec: remove unused variable from unsupported_magicLibravatar Brandon Williams1-3/+2
2017-01-08pathspec: copy and free owned memoryLibravatar Brandon Williams2-6/+21