summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-221-2/+3
|\
| * Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-2/+3
* | Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-221-0/+9
|\ \ | |/ |/|
| * Fix "log --oneline" not to show notesJunio C Hamano2010-01-211-0/+1
| * Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+8
* | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-261-1/+1
|\ \ | |/ |/|
| * diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-291-1/+1
* | Merge branch 'jc/log-stdin'Junio C Hamano2009-11-231-13/+93
|\ \
| * | Make --stdin option to "log" family read also pathspecsJunio C Hamano2009-11-201-4/+68
| * | setup_revisions(): do not call get_pathspec() too earlyJunio C Hamano2009-11-201-3/+6
| * | Teach --stdin option to "log" familyJunio C Hamano2009-11-201-2/+13
| * | read_revision_from_stdin(): use strbufJunio C Hamano2009-11-201-8/+10
* | | Add '--bisect' revision machinery argumentLinus Torvalds2009-10-281-1/+18
|/ /
* | improve reflog date/number heuristicJeff King2009-09-291-0/+2
* | Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-271-3/+14
|\ \
| * | graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-211-3/+14
| |/
* | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-1/+1
|/
* Make 'git show' more usefulLinus Torvalds2009-07-141-1/+1
* git log: add '--merges' flag to match '--no-merges'Linus Torvalds2009-06-291-0/+4
* Clean up and simplify rev_compare_tree()Linus Torvalds2009-06-031-21/+12
* Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-2/+2
|\
| * show_object(): push path_name() call further downLinus Torvalds2009-04-121-2/+2
| * process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-1/+1
* | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-8/+1
|\ \
| * | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-8/+1
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-16/+9
|\ \ \ | |/ /
| * | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-1/+3
| * | Simplify is_kept_pack()Junio C Hamano2009-02-281-15/+5
| * | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-281-1/+1
| * | has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-281-1/+2
| |/
* | Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"Nanako Shiraishi2009-02-241-0/+4
* | Add --format that is a synonym to --prettyNanako Shiraishi2009-02-241-1/+1
* | Merge branch 'maint'Junio C Hamano2009-02-111-2/+4
|\ \
| * \ Merge branch 'maint-1.5.6' into maintJunio C Hamano2009-02-111-2/+4
| |\ \
| | * \ Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano2009-02-111-2/+4
| | |\ \
| | | * \ Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2009-02-111-2/+4
| | | |\ \
| | | | * | revision traversal and pack: notice and die on missing commitJunio C Hamano2009-02-111-2/+4
| | * | | | Merge branch 'ag/rewrite_one' into maintJunio C Hamano2008-08-071-6/+24
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'js/maint-all-implies-HEAD' into maintJunio C Hamano2009-02-051-0/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jc/maint-allow-uninteresting-missing'Junio C Hamano2009-01-311-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | revision traversal: allow UNINTERESTING objects to be missingJunio C Hamano2009-01-281-3/+7
| |/ / / / / / /
* | | | | | | | Merge branch 'js/maint-all-implies-HEAD'Junio C Hamano2009-01-251-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | revision walker: include a detached HEAD in --allJohannes Schindelin2009-01-171-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'maint'Junio C Hamano2008-11-141-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey2008-11-141-1/+1
* | | | | | revision traversal: '--simplify-by-decoration'Linus Torvalds2008-11-041-0/+27
* | | | | | revision: make tree comparison functions take commits rather than treesLinus Torvalds2008-11-041-5/+9
* | | | | | Add a 'source' decorator for commitsLinus Torvalds2008-11-041-0/+4
* | | | | | Merge branch 'tr/rev-list-reverse'Junio C Hamano2008-09-181-21/+17
|\ \ \ \ \ \