summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-6/+14
* Relative timestamps in git logLinus Torvalds2006-08-261-2/+2
* Indentation fix.Tilman Sauerbeck2006-08-171-6/+6
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Merge branch 'lt/unitype'Junio C Hamano2006-07-141-3/+3
|\
| * Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-3/+3
* | format-patch: Generate a newline between the subject header and the message bodyRobert Shearman2006-07-131-2/+9
|/
* merge-base: update the clean-up postprocessingJunio C Hamano2006-07-091-190/+90
* Re-fix clear_commit_marks().Junio C Hamano2006-07-041-5/+8
* revert clear-commit-marks for now.Junio C Hamano2006-07-031-7/+6
* get_merge_bases: clean up even when there is no common commit.Junio C Hamano2006-07-031-1/+2
* commit.c: do not redefine UNINTERESTING bit.Junio C Hamano2006-07-021-20/+20
* Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-021-15/+6