index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
sequencer (rebase -i): differentiate between comments and 'noop'
Johannes Schindelin
1
-6
/
+9
2017-01-09
sequencer (rebase -i): implement the 'drop' command
Johannes Schindelin
1
-3
/
+5
2017-01-09
sequencer (rebase -i): allow rescheduling commands
Johannes Schindelin
1
-0
/
+6
2017-01-09
sequencer (rebase -i): respect strategy/strategy_opts settings
Johannes Schindelin
1
-1
/
+25
2017-01-09
sequencer (rebase -i): respect the rebase.autostash setting
Johannes Schindelin
1
-0
/
+43
2017-01-09
sequencer (rebase -i): run the post-rewrite hook, if needed
Johannes Schindelin
1
-0
/
+14
2017-01-09
sequencer (rebase -i): record interrupted commits in rewritten, too
Johannes Schindelin
1
-0
/
+8
2017-01-09
sequencer (rebase -i): copy commit notes at end
Johannes Schindelin
1
-0
/
+76
2017-01-09
sequencer (rebase -i): set the reflog message consistently
Johannes Schindelin
1
-0
/
+4
2017-01-09
sequencer (rebase -i): refactor setting the reflog message
Johannes Schindelin
1
-7
/
+26
2017-01-09
sequencer (rebase -i): allow fast-forwarding for edit/reword
Johannes Schindelin
1
-8
/
+17
2017-01-09
sequencer (rebase -i): implement the 'reword' command
Johannes Schindelin
1
-2
/
+7
2017-01-09
sequencer (rebase -i): leave a patch upon error
Johannes Schindelin
1
-1
/
+3
2017-01-09
sequencer (rebase -i): update refs after a successful rebase
Johannes Schindelin
1
-1
/
+45
2017-01-09
sequencer (rebase -i): the todo can be empty when continuing
Johannes Schindelin
1
-2
/
+5
2017-01-09
sequencer (rebase -i): skip some revert/cherry-pick specific code path
Johannes Schindelin
1
-12
/
+14
2017-01-09
sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
Johannes Schindelin
1
-1
/
+6
2017-01-09
sequencer (rebase -i): allow continuing with staged changes
Johannes Schindelin
1
-0
/
+40
2017-01-09
sequencer (rebase -i): write an author-script file
Johannes Schindelin
1
-1
/
+49
2017-01-09
sequencer (rebase -i): implement the short commands
Johannes Schindelin
1
-14
/
+21
2017-01-09
sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
Johannes Schindelin
1
-10
/
+217
2017-01-09
sequencer (rebase -i): write the 'done' file
Johannes Schindelin
1
-0
/
+23
2017-01-09
sequencer (rebase -i): learn about the 'verbose' mode
Johannes Schindelin
2
-0
/
+29
2017-01-09
sequencer (rebase -i): implement the 'exec' command
Johannes Schindelin
1
-0
/
+57
2017-01-09
sequencer (rebase -i): implement the 'edit' command
Johannes Schindelin
1
-3
/
+114
2017-01-09
sequencer (rebase -i): implement the 'noop' command
Johannes Schindelin
1
-3
/
+36
2017-01-09
sequencer: support a new action: 'interactive rebase'
Johannes Schindelin
2
-5
/
+34
2017-01-09
sequencer: use a helper to find the commit message
Johannes Schindelin
1
-8
/
+3
2017-01-09
sequencer: move "else" keyword onto the same line as preceding brace
Johannes Schindelin
1
-2
/
+1
2017-01-09
sequencer: avoid unnecessary curly braces
Johannes Schindelin
1
-2
/
+1
2017-01-09
execv_dashed_external: wait for child on signal death
Jeff King
3
-0
/
+21
2017-01-09
execv_dashed_external: stop exiting with negative code
Jeff King
1
-3
/
+7
2017-01-09
execv_dashed_external: use child_process struct
Jeff King
1
-18
/
+7
2017-01-09
real_path: set errno when max number of symlinks is exceeded
Brandon Williams
1
-0
/
+2
2017-01-09
real_path: prevent redefinition of MAXSYMLINKS
Brandon Williams
1
-1
/
+3
2017-01-09
Makefile: put LIBS after LDFLAGS for imap-send
Steven Penny
1
-1
/
+1
2017-01-09
Makefile: POSIX windres
Steven Penny
1
-1
/
+1
2017-01-09
t9813: avoid using pipes
Pranit Bauva
1
-4
/
+4
2017-01-09
git_exec_path: do not return the result of getenv()
Jeff King
1
-9
/
+8
2017-01-08
pathspec: rename prefix_pathspec to init_pathspec_item
Brandon Williams
1
-17
/
+7
2017-01-08
pathspec: small readability changes
Brandon Williams
1
-10
/
+15
2017-01-08
pathspec: create strip submodule slash helpers
Brandon Williams
1
-26
/
+42
2017-01-08
pathspec: create parse_element_magic helper
Brandon Williams
1
-17
/
+20
2017-01-08
pathspec: create parse_long_magic function
Brandon Williams
1
-35
/
+57
2017-01-08
pathspec: create parse_short_magic function
Brandon Williams
1
-18
/
+36
2017-01-08
pathspec: factor global magic into its own function
Brandon Williams
1
-49
/
+78
2017-01-08
pathspec: simpler logic to prefix original pathspec elements
Brandon Williams
1
-20
/
+13
2017-01-08
pathspec: always show mnemonic and name in unsupported_magic
Brandon Williams
1
-15
/
+9
2017-01-08
pathspec: remove unused variable from unsupported_magic
Brandon Williams
1
-3
/
+2
2017-01-08
pathspec: copy and free owned memory
Brandon Williams
2
-6
/
+21
[prev]
[next]