aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-11-14
|\
| * revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey2008-11-14
* | revision traversal: '--simplify-by-decoration'Linus Torvalds2008-11-04
* | revision: make tree comparison functions take commits rather than treesLinus 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
* | | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-04
|\ \ \ | | |/ | |/|
| * | log --author/--committer: really match only with name partJunio C Hamano2008-09-04
* | | Merge branch 'tr/filter-branch'Junio C Hamano2008-09-02
|\ \ \ | |/ / |/| |
| * | revision --simplify-merges: make it a no-op without pathspecJunio C Hamano2008-08-18
| * | revision --simplify-merges: do not leave commits unprocessedJunio C Hamano2008-08-18
| * | revision --simplify-merges: use decoration instead of commit->util fieldJunio C Hamano2008-08-14
| |/
| * Topo-sort before --simplify-mergesJunio C Hamano2008-08-03
| * revision traversal: show full history with merge simplificationJunio C Hamano2008-08-02
| * revision.c: whitespace fixJunio C Hamano2008-08-02
* | Fix "git log -i --grep"Jeff King2008-08-24
|/
* Allow "non-option" revision options in parse_option-enabled commandsPierre Habouzit2008-07-31
* Merge branch 'maint'Junio C Hamano2008-07-16
|\
| * Fix buffer overflow in git diffDmitry Potapov2008-07-16
* | Merge branch 'ag/rewrite_one'Junio C Hamano2008-07-15
|\ \
| * | Fix quadratic performance in rewrite_one.Alexander N. Gavrilov2008-07-13
| |/
* | Merge branch 'ph/parseopt-step-blame'Junio C Hamano2008-07-13
|\ \
| * | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-09
| * | revisions: split handle_revision_opt() from setup_revisions()Pierre Habouzit2008-07-08
| * | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-08
| |\ \ | | |/ | |/|
| | * revision traversal: --children optionJunio C Hamano2008-04-12
* | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-05
|/ /
* | log --pretty: do not accept bogus "--prettyshort"Junio C Hamano2008-05-25
* | log --graph: do not accept log --graphbogusJunio C Hamano2008-05-25
* | get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins2008-05-25
* | Fix output of "git log --graph --boundary"Adam Simpkins2008-05-25
* | log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-25
* | Merge branch 'sv/first-parent'Junio C Hamano2008-05-21
|\ \
| * | revision.c: really honor --first-parentLars Hjemli2008-05-12
| * | Simplify and fix --first-parent implementationStephen R. van den Berg2008-04-29
* | | log and rev-list: add --graph optionAdam Simpkins2008-05-05
* | | revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-05
|/ /
* | Merge branch 'jc/terminator-separator'Junio C Hamano2008-04-19
|\ \ | |/ |/|
| * log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-10
* | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-11
|\ \ | |/ |/|
| * revision.c: make --date-order overriddableMichele Ballabio2008-04-11
* | Make revision limiting more robust against occasional bad commit datesLinus Torvalds2008-03-19
* | Merge branch 'jc/maint-log-merge-left-right'Junio C Hamano2008-03-02
|\ \ | |/
| * Fix "git log --merge --left-right"Junio C Hamano2008-02-27
* | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-29
* | Merge branch 'jc/diff-relative'Junio C Hamano2008-02-27
|\ \
| * | diff --relative: help working in a bare repositoryJunio C Hamano2008-02-13
| * | diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-13
| |/
* | Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski2008-02-26