summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-0/+5
|\
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+5
* | show -c: show patch textJunio C Hamano2010-03-091-0/+1
* | revision: introduce setup_revision_optJunio C Hamano2010-03-091-1/+5
|/
* Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+3
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-231-2/+2
|\
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-201-2/+2
* | Add '--bisect' revision machinery argumentLinus Torvalds2009-10-281-0/+1
|/
* improve reflog date/number heuristicJeff King2009-09-291-1/+2
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-271-0/+1
|\
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-211-0/+1
* | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-0/+3
|/
* git log: add '--merges' flag to match '--no-merges'Linus Torvalds2009-06-291-0/+1
* Clean up and simplify rev_compare_tree()Linus Torvalds2009-06-031-2/+3
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-0/+2
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-121-1/+1
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-0/+2
* | Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-061-0/+2
|\ \
| * | format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-221-0/+2
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-1/+0
|\ \ \ | |/ / |/| |
| * | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-1/+0
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-4/+2
|\ \ \ | |/ /
| * | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-3/+0
| * | Simplify is_kept_pack()Junio C Hamano2009-02-281-5/+3
| * | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-0/+1
| * | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-281-0/+2
| |/
* | format-patch: track several referencesThomas Rast2009-02-211-1/+1
* | revision traversal: '--simplify-by-decoration'Linus Torvalds2008-11-041-0/+1
* | Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-041-0/+1
* | Add a 'source' decorator for commitsLinus Torvalds2008-11-041-0/+1
* | Merge branch 'tr/rev-list-reverse'Junio C Hamano2008-09-181-0/+1
|\ \
| * | rev-list: fix --reverse interaction with --parentsThomas Rast2008-08-291-0/+1
* | | Merge branch 'tr/filter-branch'Junio C Hamano2008-09-021-0/+2
|\ \ \ | |_|/ |/| |
| * | revision --simplify-merges: use decoration instead of commit->util fieldJunio C Hamano2008-08-141-0/+1
| |/
| * revision traversal: show full history with merge simplificationJunio C Hamano2008-08-021-0/+1
* | Fix "git log -i --grep"Jeff King2008-08-241-1/+2
* | revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey2008-08-201-1/+1
|/
* sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-07-231-2/+1
* Merge branch 'ph/parseopt-step-blame'Junio C Hamano2008-07-131-0/+8
|\
| * revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-091-2/+5
| * revisions: split handle_revision_opt() from setup_revisions()Pierre Habouzit2008-07-081-0/+4
| * Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-081-0/+1
| |\
| | * revision traversal: --children optionJunio C Hamano2008-04-121-0/+1
* | | Merge branch 'jc/report-tracking'Junio C Hamano2008-07-131-0/+1
|\ \ \
| * | | stat_tracking_info(): clear object flags used during countingJunio C Hamano2008-07-031-0/+1
| |/ /
* | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-051-0/+2
|/ /
* | log and rev-list: add --graph optionAdam Simpkins2008-05-051-1/+5
* | revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-051-1/+2
* | log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-1/+2
|/
* Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-1/+1
|\