aboutsummaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAge
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-31
|\
| * format-patch: preserve subject newlines with -kJeff King2011-05-26
* | Merge branch 'jc/notes-batch-removal'Junio C Hamano2011-05-29
|\ \
| * | show: --ignore-missingJunio C Hamano2011-05-19
* | | Add log.abbrevCommit config variableJay Soffian2011-05-18
|/ /
* | rev-list --count: separate count for --cherry-markMichael J Gruber2011-04-26
* | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-26
|\ \
| * | revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber2011-03-23
* | | Merge branch 'mg/rev-list-one-side-only'Junio C Hamano2011-03-22
|\ \ \ | |/ /
| * | git-log: put space after commit markMichael J Gruber2011-03-10
| * | revision.c: introduce --cherry-markMichael J Gruber2011-03-09
| * | rev-list/log: factor out revision mark generationMichael J Gruber2011-03-09
| * | revlist.c: introduce --left/right-only for unsymmetric pickingMichael J Gruber2011-02-21
| |/
* | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-03
|/
* setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-07
* Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-30
|\
| * rev-list: introduce --count optionThomas Rast2010-06-12
* | revision: --ancestry-pathJunio C Hamano2010-04-21
|/
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-24
|\
| * Support showing notes from more than one notes treeThomas Rast2010-03-12
* | show -c: show patch textJunio C Hamano2010-03-09
* | revision: introduce setup_revision_optJunio C Hamano2010-03-09
|/
* Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-20
* Merge branch 'jc/log-stdin'Junio C Hamano2009-11-23
|\
| * Teach --stdin option to "log" familyJunio C Hamano2009-11-20
* | Add '--bisect' revision machinery argumentLinus Torvalds2009-10-28
|/
* improve reflog date/number heuristicJeff King2009-09-29
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-27
|\
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-21
* | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
|/
* git log: add '--merges' flag to match '--no-merges'Linus Torvalds2009-06-29
* Clean up and simplify rev_compare_tree()Linus Torvalds2009-06-03
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-18
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-12
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-12
* | Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-06
|\ \
| * | format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-22
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-01
|\ \ \ | |/ / |/| |
| * | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-20
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-11
|\ \ \ | |/ /
| * | is_kept_pack(): final clean-upJunio C Hamano2009-02-28
| * | Simplify is_kept_pack()Junio C Hamano2009-02-28
| * | Consolidate ignore_packed logic moreJunio C Hamano2009-02-28
| * | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-28
| |/
* | format-patch: track several referencesThomas Rast2009-02-21
* | revision traversal: '--simplify-by-decoration'Linus Torvalds2008-11-04
* | Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-04
* | Add a 'source' decorator for commitsLinus Torvalds2008-11-04
* | Merge branch 'tr/rev-list-reverse'Junio C Hamano2008-09-18
|\ \
| * | rev-list: fix --reverse interaction with --parentsThomas Rast2008-08-29