summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* revision: trivial style fixesFelipe Contreras2013-10-311-8/+6
* Merge branch 'nd/magic-pathspec'Junio C Hamano2013-10-301-1/+2
|\
| * Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy2013-10-221-1/+2
* | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2013-10-281-22/+37
|\ \
| * | revision: do not peel tags used in range notationJunio C Hamano2013-10-151-22/+37
* | | Merge branch 'fc/at-head'Junio C Hamano2013-09-201-1/+1
|\ \ \
| * | | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-031-1/+1
* | | | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-2/+1
|\ \ \ \
| * | | | clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-2/+1
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-5/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-151-2/+3
| * | | | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-2/+2
* | | | | log: use true parents for diff when walking reflogstr/log-full-diff-keep-true-parentsThomas Rast2013-08-051-3/+25
* | | | | log: use true parents for diff even when rewritingThomas Rast2013-08-011-1/+42
| |_|/ / |/| | |
* | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/ / /
* | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-5/+8
|\ \ \
| * | | log: --author-date-orderJunio C Hamano2013-06-111-0/+3
| * | | toposort: rename "lifo" fieldJunio C Hamano2013-06-111-5/+5
| * | | Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-031-1/+1
| |\ \ \
| | * \ \ Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano2013-04-031-1/+1
| | |\ \ \
* | | \ \ \ Merge branch 'mh/reflife'Junio C Hamano2013-06-141-26/+38
|\ \ \ \ \ \
| * | | | | | object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-021-2/+4
| * | | | | | revision: use object_array_filter() in implementation of gc_boundary()Michael Haggerty2013-05-281-17/+15
| * | | | | | revision: split some overly-long linesMichael Haggerty2013-05-281-6/+14
| * | | | | | add_rev_cmdline(): make a copy of the name argumentMichael Haggerty2013-05-281-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kb/full-history-compute-treesame-carefully-2'Junio C Hamano2013-06-141-65/+474
|\ \ \ \ \ \
| * | | | | | revision.c: make default history consider bottom commitsKevin Bracey2013-05-161-1/+1
| * | | | | | revision.c: don't show all merges for --parentsKevin Bracey2013-05-161-7/+15
| * | | | | | revision.c: discount side branches when computing TREESAMEKevin Bracey2013-05-161-21/+150
| * | | | | | revision.c: add BOTTOM flag for commitsKevin Bracey2013-05-161-18/+16
| * | | | | | simplify-merges: drop merge from irrelevant side branchKevin Bracey2013-05-161-1/+25
| * | | | | | simplify-merges: never remove all TREESAME parentsKevin Bracey2013-05-161-0/+69
| * | | | | | revision.c: Make --full-history consider more mergesKevin Bracey2013-05-161-30/+211
* | | | | | | Merge branch 'tr/line-log'Junio C Hamano2013-06-021-9/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implement line-history search (git log -L)Thomas Rast2013-03-281-0/+9
| * | | | | | Export rewrite_parents() for 'log -L'Bo Yang2013-03-281-9/+4
| | |/ / / / | |/| | | |
* | | | | | revision.c: treat A...B merge bases as if manually specifiedKevin Bracey2013-05-161-0/+17
| |/ / / / |/| | | |
* | | | | Merge branch 'nd/pretty-formats'Junio C Hamano2013-04-231-1/+1
|\ \ \ \ \
| * | | | | pretty: save commit encoding from logmsg_reencode if the caller needs itNguyễn Thái Ngọc Duy2013-04-181-1/+1
* | | | | | Merge branch 'tr/copy-revisions-from-stdin'Junio C Hamano2013-04-191-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | read_revisions_from_stdin: make copies for handle_revision_argThomas Rast2013-04-161-1/+2
| * | | | | Merge branch 'jc/maint-log-grep-all-match-1' into maintJunio C Hamano2012-09-291-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mz/cherry-pick-cmdline-order' into maintJunio C Hamano2012-09-141-3/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'maint-1.7.11' into maintJunio C Hamano2012-09-121-2/+14
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'jc/dotdot-is-parent-directory' into maint-1.7.11Junio C Hamano2012-09-121-2/+14
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Sync with 1.7.11.6Junio C Hamano2012-09-111-2/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11Junio C Hamano2012-09-111-2/+1
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch 'maint-1.7.11' into maintJunio C Hamano2012-09-101-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-101-0/+2
| | |\ \ \ \ \ \ \ \ \