summaryrefslogtreecommitdiff
path: root/commit.h
AgeCommit message (Expand)Author
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26builtin-fsck: reports missing parent commitsMartin Koegler
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2007-11-25add -i: Fix running from a subdirectoryJunio C Hamano
2007-11-25Merge branch 'kh/commit' into wc/add-iJunio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-22Teach builtin-add to pass multiple paths to git-add--interactiveWincent Colaiuta
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-04Simplify topo-sort logicLinus Torvalds
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-09-27Export rerere() and launch_editor().Kristian Høgsberg
2007-09-27Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-09-03Export format_commit_message()Ren,bi(B Scharfe
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-06-08Even more missing staticJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-16Add support for "commit name decorations" to log family of commandsLinus Torvalds
2007-03-02Merge branch 'js/commit-format'Junio C Hamano
2007-02-23pretty-formats: add 'format:<string>'Johannes Schindelin
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-01-22is_repository_shallow(): prototype fix.Junio C Hamano
2007-01-10Allow in_merge_bases() to take more than one reference commits.Junio C Hamano
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-21Move in_merge_bases() to commit.cJunio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe
2006-07-02Add get_merge_bases_clean()Rene Scharfe
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin
2006-04-18Tentative built-in format-patch.Junio C Hamano
2006-04-16Split init_revisions() out of setup_revisions()Junio C Hamano
2006-04-07blame -S <ancestry-file>Junio C Hamano
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen
2006-02-16topo-order: make --date-order optional.Junio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-08describe: allow more than one revs to be named.Junio C Hamano
2005-11-11Add --pretty=fullerJunio C Hamano
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds
2005-08-23[PATCH] Add 'git show-branch'.Junio C Hamano
2005-08-10Introduce --pretty=oneline format.Junio C Hamano
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour