summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2007-08-31Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano
2007-08-19Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce
2007-08-14Add --log-size to git log to print message sizeMarco Costalba
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin
2007-07-23Teach revision machinery about --no-walkJohannes Schindelin
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano
2007-07-20Fix up duplicate parents removalLinus Torvalds
2007-07-13Wire new date formats to --date=<format> parser.Junio C Hamano
2007-07-11Fix --cherry-pick with given pathsJohannes Schindelin
2007-07-08revision.c: remove duplicated parents after history simplificationJunio C Hamano
2007-07-02format-patch: Add format.subjectprefix config optionAdam Roben
2007-06-22Finally implement "git log --follow"Linus Torvalds
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano
2007-06-15Avoid diff cost on "git log -z"Junio C Hamano
2007-06-08More missing staticJunio C Hamano
2007-05-20git-rev-list: Add regexp tuning optionsPetr Baudis
2007-05-06Handle return code of parse_commit in revision machineryAlex Riesen
2007-04-25Add --date={local,relative,default}Junio C Hamano
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler
2007-04-12Merge branch 'jc/cherry'Junio C Hamano
2007-04-12Fix git {log,show,...} --pretty=emailJunio C Hamano
2007-04-11git-log --cherry-pick A...BJunio C Hamano
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-25Merge branch 'jc/fpl'Junio C Hamano
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-19Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-14git-log --first-parent: show only the first parent logJunio C Hamano
2007-03-14try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano
2007-03-14revision.c: explain what tree_difference doesJunio C Hamano
2007-03-06revision --boundary: fix uncounted case.Junio C Hamano
2007-03-06revision --boundary: fix stupid typoJunio C Hamano
2007-03-06revision traversal: SHOWN means shownJunio C Hamano
2007-03-06revision traversal: retire BOUNDARY_SHOWJunio C Hamano
2007-03-06revision walker: Fix --boundary when limitedJunio C Hamano
2007-02-28Merge branch 'js/bundle'Junio C Hamano
2007-02-27Merge branch 'maint'Junio C Hamano
2007-02-27git-show: Reject native refLinus Torvalds
2007-02-24Merge branch 'js/no-limit-boundary'Junio C Hamano
2007-02-22git-bundle: fix 'create --all'Johannes Schindelin
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-19rev-list --max-age, --max-count: support --boundaryJohannes Schindelin
2007-02-13Merge branch 'js/reverse'Junio C Hamano
2007-02-12Do not forget to pack objects reachable from HEAD reflog.Junio C Hamano
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin
2007-01-20Teach revision machinery about --reverseJohannes Schindelin
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2007-01-11plug a few leaks in revision walking used in describe.Junio C Hamano
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano