aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* 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
* Fix --cherry-pick with given pathsJohannes Schindelin2007-07-11
* revision.c: remove duplicated parents after history simplificationJunio C Hamano2007-07-08
* format-patch: Add format.subjectprefix config optionAdam Roben2007-07-02
* Finally implement "git log --follow"Linus Torvalds2007-06-22
* Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-16
|\
| * Avoid diff cost on "git log -z"Junio C Hamano2007-06-15
* | More missing staticJunio C Hamano2007-06-08
* | git-rev-list: Add regexp tuning optionsPetr Baudis2007-05-20
|/
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-06
* Add --date={local,relative,default}Junio C Hamano2007-04-25
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-24
* Merge branch 'jc/cherry'Junio C Hamano2007-04-12
|\
| * git-log --cherry-pick A...BJunio C Hamano2007-04-11
* | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-12
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* Merge branch 'jc/fpl'Junio C Hamano2007-03-25
|\
| * git-log --first-parent: show only the first parent logJunio C Hamano2007-03-14
* | Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-19
* | try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano2007-03-14
* | revision.c: explain what tree_difference doesJunio C Hamano2007-03-14
|/
* revision --boundary: fix uncounted case.Junio C Hamano2007-03-06
* revision --boundary: fix stupid typoJunio C Hamano2007-03-06
* revision traversal: SHOWN means shownJunio C Hamano2007-03-06
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-06
* revision walker: Fix --boundary when limitedJunio C Hamano2007-03-06