summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-1/+2
|\
| * format-patch: preserve subject newlines with -kJeff King2011-05-261-1/+2
* | Merge branch 'jc/notes-batch-removal'Junio C Hamano2011-05-291-1/+2
|\ \
| * | show: --ignore-missingJunio C Hamano2011-05-191-1/+2
* | | Add log.abbrevCommit config variableJay Soffian2011-05-181-0/+1
|/ /
* | rev-list --count: separate count for --cherry-markMichael J Gruber2011-04-261-0/+1
* | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-261-2/+2
|\ \
| * | revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber2011-03-231-2/+2
* | | Merge branch 'mg/rev-list-one-side-only'Junio C Hamano2011-03-221-1/+7
|\ \ \ | |/ /
| * | git-log: put space after commit markMichael J Gruber2011-03-101-0/+1
| * | revision.c: introduce --cherry-markMichael J Gruber2011-03-091-1/+3
| * | rev-list/log: factor out revision mark generationMichael J Gruber2011-03-091-0/+1
| * | revlist.c: introduce --left/right-only for unsymmetric pickingMichael J Gruber2011-02-211-0/+2
| |/
* | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-031-1/+1
|/
* setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-071-0/+1
* Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-301-0/+5
|\
| * rev-list: introduce --count optionThomas Rast2010-06-121-0/+5
* | revision: --ancestry-pathJunio C Hamano2010-04-211-0/+1
|/
* 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