summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | rev-list: fix --reverse interaction with --parentsThomas Rast2008-08-291-21/+17
* | | | | | | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-041-17/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | log --author/--committer: really match only with name partJunio C Hamano2008-09-041-17/+4
* | | | | | | Merge branch 'tr/filter-branch'Junio C Hamano2008-09-021-21/+181
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | revision --simplify-merges: make it a no-op without pathspecJunio C Hamano2008-08-181-1/+4
| * | | | | | revision --simplify-merges: do not leave commits unprocessedJunio C Hamano2008-08-181-1/+3
| * | | | | | revision --simplify-merges: use decoration instead of commit->util fieldJunio C Hamano2008-08-141-12/+37
| |/ / / / /
| * | | | | Topo-sort before --simplify-mergesJunio C Hamano2008-08-031-3/+2
| * | | | | revision traversal: show full history with merge simplificationJunio C Hamano2008-08-021-20/+151
| * | | | | revision.c: whitespace fixJunio C Hamano2008-08-021-1/+1
* | | | | | Fix "git log -i --grep"Jeff King2008-08-241-22/+12
|/ / / / /
* | | | | Allow "non-option" revision options in parse_option-enabled commandsPierre Habouzit2008-07-311-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2008-07-161-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix buffer overflow in git diffDmitry Potapov2008-07-161-2/+2
* | | | | Merge branch 'ag/rewrite_one'Junio C Hamano2008-07-151-6/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix quadratic performance in rewrite_one.Alexander N. Gavrilov2008-07-131-6/+24
| |/ / /
* | | | Merge branch 'ph/parseopt-step-blame'Junio C Hamano2008-07-131-323/+268
|\ \ \ \
| * | | | revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-091-2/+16
| * | | | revisions: split handle_revision_opt() from setup_revisions()Pierre Habouzit2008-07-081-326/+222
| * | | | Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-081-2/+37
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | revision traversal: --children optionJunio C Hamano2008-04-121-3/+37
| | |/ /
* | | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.cAdam Brewster2008-07-051-0/+17
|/ / /
* | | log --pretty: do not accept bogus "--prettyshort"Junio C Hamano2008-05-251-1/+6
* | | log --graph: do not accept log --graphbogusJunio C Hamano2008-05-251-1/+1
* | | get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins2008-05-251-16/+57
* | | Fix output of "git log --graph --boundary"Adam Simpkins2008-05-251-1/+1
* | | log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-1/+1
* | | Merge branch 'sv/first-parent'Junio C Hamano2008-05-211-8/+6
|\ \ \
| * | | revision.c: really honor --first-parentLars Hjemli2008-05-121-4/+4
| * | | Simplify and fix --first-parent implementationStephen R. van den Berg2008-04-291-6/+4
* | | | log and rev-list: add --graph optionAdam Simpkins2008-05-051-1/+25
* | | | revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-051-3/+4
|/ / /
* | | Merge branch 'jc/terminator-separator'Junio C Hamano2008-04-191-1/+1
|\ \ \ | |/ / |/| |
| * | log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-1/+1
* | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-111-0/+1
|\ \ \ | |/ / |/| / | |/
| * revision.c: make --date-order overriddableMichele Ballabio2008-04-111-0/+1
* | Make revision limiting more robust against occasional bad commit datesLinus Torvalds2008-03-191-10/+38
* | Merge branch 'jc/maint-log-merge-left-right'Junio C Hamano2008-03-021-8/+4
|\ \ | |/
| * Fix "git log --merge --left-right"Junio C Hamano2008-02-271-8/+4
* | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-291-3/+16
* | Merge branch 'jc/diff-relative'Junio C Hamano2008-02-271-0/+4
|\ \
| * | diff --relative: help working in a bare repositoryJunio C Hamano2008-02-131-1/+1
| * | diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-131-0/+4
| |/
* | Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski2008-02-261-1/+9
* | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-201-2/+18
|\ \
| * | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-131-2/+18
| |/
* | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-181-0/+4
* | mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-181-0/+4
|/
* Fix "git log --diff-filter" bugArjen Laarhoven2007-12-261-2/+4
* shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-111-0/+12