summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid to duplicate commit message when is not encodedMarco Costalba2007-07-221-1/+4
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-4/+4
* Support output ISO 8601 format datesRobin Rosenberg2007-07-131-1/+5
* Merge branch 'jc/oneline'Junio C Hamano2007-06-221-2/+2
|\
| * pp_header(): work around possible memory corruptionJohannes Schindelin2007-06-161-2/+2
* | Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-221-121/+272
|\ \ | |/
| * Extend --pretty=oneline to cover the first paragraph,Junio C Hamano2007-06-131-134/+254
| * Lift 16kB limit of log message outputJunio C Hamano2007-06-131-12/+43
* | More staticJunio C Hamano2007-06-131-1/+1
|/
* Even more missing staticJunio C Hamano2007-06-081-9/+0
* War on whitespaceJunio C Hamano2007-06-071-7/+7
* Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2007-06-021-3/+7
* Merge branch 'maint'Junio C Hamano2007-05-161-0/+1
|\
| * format-patch: add MIME-Version header when we add content-type.Jeff King2007-05-161-0/+1
* | Merge branch 'maint'Junio C Hamano2007-05-061-1/+3
|\ \ | |/
| * Small correction in reading of commit headersAlex Riesen2007-05-051-1/+3
* | Merge branch 'maint'Junio C Hamano2007-05-031-8/+0
|\ \ | |/
| * Make xstrndup commonDaniel Barkalow2007-05-031-8/+0
* | Add --date={local,relative,default}Junio C Hamano2007-04-251-6/+6
* | Clean up object creation to use more common codeLinus Torvalds2007-04-161-6/+2
* | Add %m to '--pretty=format:'Junio C Hamano2007-04-111-3/+13
|/
* Merge branch 'maint' to synchronize with 1.5.0.6Junio C Hamano2007-03-281-2/+5
|\
| * commit: fix pretty-printing of messages with "\nencoding "Jeff King2007-03-281-2/+5
* | Fix "--pretty=format:" encoding itemJeff King2007-03-281-1/+2
* | Fix "--pretty=format:" for parent related items.Junio C Hamano2007-03-281-4/+8
* | --pretty=format: fix broken %ct and %at interpolationJeff King2007-03-271-1/+1
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-191-1/+1
* | General const correctness fixesShawn O. Pearce2007-03-071-12/+9
* | Merge branch 'js/commit-format'Junio C Hamano2007-03-021-0/+195
|\ \
| * | pretty-formats: add 'format:<string>'Johannes Schindelin2007-02-221-0/+195
| |/
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-3/+6
|\ \ | |/ |/|
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-091-3/+6
* | Disallow invalid --pretty= abbreviationsEric Wong2007-02-021-1/+2
* | Use log output encoding in --pretty=email headers.Junio C Hamano2007-01-131-27/+55
|/
* merge-base: do not leak commit listJunio C Hamano2007-01-081-2/+4
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-2/+4
* Skip excessive blank lines before commit bodyLars Hjemli2007-01-031-1/+4
* i18n: do not leak 'encoding' header even when we cheat the conversion.Junio C Hamano2006-12-311-4/+6
* i18n: drop "encoding" header in the output after re-coding.Junio C Hamano2006-12-301-0/+45
* commit re-encoding: fix confusion between no and default conversion.Junio C Hamano2006-12-301-0/+2
* Merge branch 'jc/utf8'Junio C Hamano2006-12-281-4/+62
|\
| * UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-12/+15
| * Teach log family --encodingJunio C Hamano2006-12-261-3/+58
* | Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-5/+22
|\ \
| * | Move in_merge_bases() to commit.cJunio C Hamano2006-12-201-0/+17
| |/
| * rev-list --left-rightJunio C Hamano2006-12-171-5/+5
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-0/+13
* | support fetching into a shallow repositoryJohannes Schindelin2006-11-241-0/+21
|/
* commit: fix a segfault when displaying a commit with unreachable parentsEric Wong2006-10-111-4/+7