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
2010-01-14
rebase -i: For fixup commands without squashes, do not start editor
Michael Haggerty
2
-31
/
+57
2010-01-14
rebase -i: Change function make_squash_message into update_squash_message
Michael Haggerty
1
-15
/
+20
2010-01-14
rebase -i: Extract function do_with_author
Michael Haggerty
1
-12
/
+15
2010-01-14
rebase -i: Handle the author script all in one place in do_next
Michael Haggerty
1
-2
/
+2
2010-01-14
rebase -i: Extract a function "commit_message"
Michael Haggerty
1
-5
/
+10
2010-01-14
rebase -i: Simplify commit counting for generated commit messages
Michael Haggerty
1
-8
/
+3
2010-01-14
rebase -i: Improve consistency of commit count in generated commit messages
Michael Haggerty
2
-3
/
+3
2010-01-14
t3404: Test the commit count in commit messages generated by "rebase -i"
Michael Haggerty
2
-3
/
+12
2010-01-14
rebase -i: Introduce a constant AMEND
Michael Haggerty
1
-4
/
+12
2010-01-14
rebase -i: Introduce a constant AUTHOR_SCRIPT
Michael Haggerty
1
-6
/
+11
2010-01-14
rebase -i: Document how temporary files are used
Michael Haggerty
1
-7
/
+34
2010-01-14
rebase -i: Use symbolic constant $MSG consistently
Michael Haggerty
1
-4
/
+4
2010-01-14
rebase -i: Use "test -n" instead of "test ! -z"
Michael Haggerty
1
-1
/
+1
2010-01-14
rebase -i: Inline expression
Michael Haggerty
1
-2
/
+1
2010-01-14
rebase -i: Remove dead code
Michael Haggerty
1
-1
/
+0
2010-01-14
rebase -i: Make the condition for an "if" more transparent
Michael Haggerty
1
-1
/
+2
2010-01-12
rebase-i: Ignore comments and blank lines in peek_next_command
Michael Haggerty
2
-1
/
+25
2010-01-12
lib-rebase: Allow comments and blank lines to be added to the rebase script
Michael Haggerty
1
-5
/
+16
2010-01-12
lib-rebase: Provide clearer debugging info about what the editor did
Michael Haggerty
1
-2
/
+3
2009-12-07
Add a command "fixup" to rebase --interactive
Michael Haggerty
4
-18
/
+77
2009-12-06
t3404: Use test_commit to set up test repository
Michael Haggerty
1
-46
/
+20
2009-12-03
Merge branch 'maint'
Junio C Hamano
3
-2
/
+53
2009-12-03
Prepare for 1.6.5.5
Junio C Hamano
1
-0
/
+44
2009-12-03
Merge branch 'uk/maint-shortlog-encoding' into maint
Junio C Hamano
2
-9
/
+39
2009-12-03
Merge branch 'fc/maint-format-patch-pathspec-dashes' into maint
Junio C Hamano
2
-1
/
+7
2009-12-03
Merge branch 'ap/maint-merge-strategy-list-fix' into maint
Junio C Hamano
1
-1
/
+1
2009-12-03
Merge branch 'jc/maint-am-keep' into maint
Junio C Hamano
1
-5
/
+6
2009-12-03
Merge branch 'rs/work-around-grep-opt-insanity' into maint
Junio C Hamano
9
-25
/
+32
2009-12-03
Merge branch 'rj/maint-cygwin-count-objects' into maint
Junio C Hamano
1
-0
/
+1
2009-12-03
Merge branch 'mm/maint-hint-failed-merge' into maint
Junio C Hamano
5
-3
/
+32
2009-12-03
Merge branch 'th/maint-remote-update-help-string' into maint
Junio C Hamano
1
-1
/
+1
2009-12-03
Merge branch 'rj/maint-t9700' into maint
Junio C Hamano
1
-1
/
+1
2009-12-03
Merge branch 'ls/maint-mailinfo-no-inbody' into maint
Junio C Hamano
16
-5
/
+122
2009-12-03
Merge branch 'mo/maint-crlf-doc' into maint
Junio C Hamano
1
-3
/
+4
2009-12-03
Merge branch 'th/remote-usage' into maint
Junio C Hamano
2
-21
/
+52
2009-12-03
Merge branch 'pb/maint-use-custom-perl' into maint
Junio C Hamano
4
-4
/
+5
2009-12-03
Merge branch 'mm/config-pathname-tilde-expand' into maint
Junio C Hamano
5
-37
/
+69
2009-12-03
Merge branch 'bc/grep-i-F' into maint
Junio C Hamano
4
-6
/
+27
2009-12-03
Merge branch 'jk/maint-break-rename-reduce-memory' into maint
Junio C Hamano
2
-3
/
+10
2009-12-03
Merge branch 'rj/maint-simplify-cygwin-makefile' into maint
Junio C Hamano
1
-4
/
+2
2009-12-03
Merge branch 'rg/doc-workflow' into maint
Junio C Hamano
1
-0
/
+115
2009-12-03
Merge branch 'np/maint-sideband-favor-status' into maint
Junio C Hamano
2
-23
/
+23
2009-12-03
gitweb: Describe (possible) gitweb.js minification in gitweb/README
Jakub Narebski
1
-1
/
+2
2009-12-03
Documentation: xmlto 0.0.18 does not know --stringparam
Junio C Hamano
1
-0
/
+7
2009-12-03
Fix crasher on encountering SHA1-like non-note in notes tree
Johan Herland
2
-0
/
+174
2009-12-03
t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'
Brandon Casey
1
-1
/
+1
2009-12-03
t4201: use ISO8859-1 rather than ISO-8859-1
Brandon Casey
1
-2
/
+2
2009-12-03
Merge in 1.6.5.4
Junio C Hamano
2
-3
/
+7
2009-12-03
Git 1.6.5.4
Junio C Hamano
2
-2
/
+3
2009-12-03
Unconditionally set man.base.url.for.relative.links
Junio C Hamano
1
-2
/
+5
[next]