aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* 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
* | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-20
|\ \
| * | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-13
| |/
* | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-18
* | mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-18
|/
* Fix "git log --diff-filter" bugArjen Laarhoven2007-12-26
* shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-11
* Merge branch 'lt/rev-list-gitlink'Junio C Hamano2007-11-18
|\
| * Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-14
* | Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-18
|\ \
| * | Fix parent rewriting in --early-outputLinus Torvalds2007-11-14
| * | revision walker: mini clean-upLinus Torvalds2007-11-05
| * | Enhance --early-output formatLinus Torvalds2007-11-05
| * | Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-04
| * | Simplify topo-sort logicLinus Torvalds2007-11-04
| |/
* | Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-11
|/
* Merge branch 'maint'Shawn O. Pearce2007-10-15
|\
| * Fix embarrassing "git log --follow" bugLinus Torvalds2007-10-15
* | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-29
|/
* Fix revision log diff setup, avoid unnecessary diff generationLinus Torvalds2007-09-29
* revision walker: --cherry-pick is a limited operationJohannes Schindelin2007-09-15
* Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano2007-08-31
* Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce2007-08-19
* Add --log-size to git log to print message sizeMarco Costalba2007-08-14
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-24
* Teach revision machinery about --no-walkJohannes Schindelin2007-07-23
* Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2007-07-22
* Fix up duplicate parents removalLinus Torvalds2007-07-20
* Wire new date formats to --date=<format> parser.Junio C Hamano2007-07-13