aboutsummaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAge
* Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2007-06-02
* Merge branch 'maint'Junio C Hamano2007-05-16
|\
| * format-patch: add MIME-Version header when we add content-type.Jeff King2007-05-16
* | Merge branch 'maint'Junio C Hamano2007-05-06
|\ \ | |/
| * Small correction in reading of commit headersAlex Riesen2007-05-05
* | Merge branch 'maint'Junio C Hamano2007-05-03
|\ \ | |/
| * Make xstrndup commonDaniel Barkalow2007-05-03
* | Add --date={local,relative,default}Junio C Hamano2007-04-25
* | Clean up object creation to use more common codeLinus Torvalds2007-04-16
* | Add %m to '--pretty=format:'Junio C Hamano2007-04-11
|/
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-28
|\
| * commit: fix pretty-printing of messages with "\nencoding "Jeff King2007-03-28
* | Fix "--pretty=format:" encoding itemJeff King2007-03-28
* | Fix "--pretty=format:" for parent related items.Junio C Hamano2007-03-28
* | --pretty=format: fix broken %ct and %at interpolationJeff King2007-03-27
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-19
* | General const correctness fixesShawn O. Pearce2007-03-07
* | Merge branch 'js/commit-format'Junio C Hamano2007-03-02
|\ \
| * | pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-22
| |/
* | convert object type handling from a string to a numberNicolas Pitre2007-02-27
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-13
|\ \ | |/ |/|
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-09
* | Disallow invalid --pretty= abbreviationsEric Wong2007-02-02
* | Use log output encoding in --pretty=email headers.Junio C Hamano2007-01-13
|/
* merge-base: do not leak commit listJunio C Hamano2007-01-08
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* Skip excessive blank lines before commit bodyLars Hjemli2007-01-03
* i18n: do not leak 'encoding' header even when we cheat the conversion.Junio C Hamano2006-12-31
* i18n: drop "encoding" header in the output after re-coding.Junio C Hamano2006-12-30
* commit re-encoding: fix confusion between no and default conversion.Junio C Hamano2006-12-30
* Merge branch 'jc/utf8'Junio C Hamano2006-12-28
|\
| * UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-27
| * Teach log family --encodingJunio C Hamano2006-12-26
* | Merge branch 'master' into js/shallowJunio C Hamano2006-12-27
|\ \
| * | Move in_merge_bases() to commit.cJunio C Hamano2006-12-20
| |/
| * rev-list --left-rightJunio C Hamano2006-12-17
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-24
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-24
|/
* commit: fix a segfault when displaying a commit with unreachable parentsEric Wong2006-10-11
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* Relative timestamps in git logLinus Torvalds2006-08-26
* Indentation fix.Tilman Sauerbeck2006-08-17
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Merge branch 'lt/unitype'Junio C Hamano2006-07-14
|\
| * Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* | format-patch: Generate a newline between the subject header and the message bodyRobert Shearman2006-07-13
|/
* merge-base: update the clean-up postprocessingJunio C Hamano2006-07-09
* Re-fix clear_commit_marks().Junio C Hamano2006-07-04
* revert clear-commit-marks for now.Junio C Hamano2006-07-03