summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rebase -i: Change function make_squash_message into update_squash_messageMichael Haggerty2010-01-141-15/+20
* rebase -i: Extract function do_with_authorMichael Haggerty2010-01-141-12/+15
* rebase -i: Handle the author script all in one place in do_nextMichael Haggerty2010-01-141-2/+2
* rebase -i: Extract a function "commit_message"Michael Haggerty2010-01-141-5/+10
* rebase -i: Simplify commit counting for generated commit messagesMichael Haggerty2010-01-141-8/+3
* rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty2010-01-142-3/+3
* t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty2010-01-142-3/+12
* rebase -i: Introduce a constant AMENDMichael Haggerty2010-01-141-4/+12
* rebase -i: Introduce a constant AUTHOR_SCRIPTMichael Haggerty2010-01-141-6/+11
* rebase -i: Document how temporary files are usedMichael Haggerty2010-01-141-7/+34
* rebase -i: Use symbolic constant $MSG consistentlyMichael Haggerty2010-01-141-4/+4
* rebase -i: Use "test -n" instead of "test ! -z"Michael Haggerty2010-01-141-1/+1
* rebase -i: Inline expressionMichael Haggerty2010-01-141-2/+1
* rebase -i: Remove dead codeMichael Haggerty2010-01-141-1/+0
* rebase -i: Make the condition for an "if" more transparentMichael Haggerty2010-01-141-1/+2
* rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty2010-01-122-1/+25
* lib-rebase: Allow comments and blank lines to be added to the rebase scriptMichael Haggerty2010-01-121-5/+16
* lib-rebase: Provide clearer debugging info about what the editor didMichael Haggerty2010-01-121-2/+3
* Add a command "fixup" to rebase --interactiveMichael Haggerty2009-12-074-18/+77
* t3404: Use test_commit to set up test repositoryMichael Haggerty2009-12-061-46/+20
* Merge branch 'maint'Junio C Hamano2009-12-033-2/+53
|\
| * Prepare for 1.6.5.5Junio C Hamano2009-12-031-0/+44
| * Merge branch 'uk/maint-shortlog-encoding' into maintJunio C Hamano2009-12-032-9/+39
| |\
| | * t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey2009-12-031-2/+2
| * | Merge branch 'fc/maint-format-patch-pathspec-dashes' into maintJunio C Hamano2009-12-032-1/+7
| |\ \
| * \ \ Merge branch 'ap/maint-merge-strategy-list-fix' into maintJunio C Hamano2009-12-031-1/+1
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-am-keep' into maintJunio C Hamano2009-12-031-5/+6
| |\ \ \ \
| * \ \ \ \ Merge branch 'rs/work-around-grep-opt-insanity' into maintJunio C Hamano2009-12-039-25/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rj/maint-cygwin-count-objects' into maintJunio C Hamano2009-12-031-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mm/maint-hint-failed-merge' into maintJunio C Hamano2009-12-035-3/+32
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'th/maint-remote-update-help-string' into maintJunio C Hamano2009-12-031-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rj/maint-t9700' into maintJunio C Hamano2009-12-031-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'ls/maint-mailinfo-no-inbody' into maintJunio C Hamano2009-12-0316-5/+122
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mo/maint-crlf-doc' into maintJunio C Hamano2009-12-031-3/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'th/remote-usage' into maintJunio C Hamano2009-12-032-21/+52
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pb/maint-use-custom-perl' into maintJunio C Hamano2009-12-034-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mm/config-pathname-tilde-expand' into maintJunio C Hamano2009-12-035-37/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/grep-i-F' into maintJunio C Hamano2009-12-034-6/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-break-rename-reduce-memory' into maintJunio C Hamano2009-12-032-3/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rj/maint-simplify-cygwin-makefile' into maintJunio C Hamano2009-12-031-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rg/doc-workflow' into maintJunio C Hamano2009-12-031-0/+115
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano2009-12-032-23/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Documentation: xmlto 0.0.18 does not know --stringparamJunio C Hamano2009-12-031-0/+7
* | | | | | | | | | | | | | | | | | | | | gitweb: Describe (possible) gitweb.js minification in gitweb/READMEJakub Narebski2009-12-031-1/+2
* | | | | | | | | | | | | | | | | | | | | Fix crasher on encountering SHA1-like non-note in notes treeJohan Herland2009-12-032-0/+174
* | | | | | | | | | | | | | | | | | | | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2009-12-031-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge in 1.6.5.4Junio C Hamano2009-12-032-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | Git 1.6.5.4v1.6.5.4Junio C Hamano2009-12-032-2/+3
| * | | | | | | | | | | | | | | | | | | | Unconditionally set man.base.url.for.relative.linksJunio C Hamano2009-12-031-2/+5
* | | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-031-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / /