summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pickaxe'Junio C Hamano2006-11-071-0/+7
|\
| * Introduce a new revision set operator <rev>^!Junio C Hamano2006-10-311-0/+7
* | Merge branch 'lj/refs'Junio C Hamano2006-11-011-2/+2
|\ \
| * \ Merge branch 'master' into lj/refsJunio C Hamano2006-09-271-0/+69
| |\ \
| * | | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
| * | | Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* | | | Merge branch 'maint'Junio C Hamano2006-10-301-9/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | revision traversal: --unpacked does not limit commit list anymore.Junio C Hamano2006-10-301-1/+1
| * | | Continue traversal when rev-list --unpacked finds a packed commit.Jan Harkes2006-10-301-8/+6
| | |/ | |/|
* | | teach revision walker about --all-match.Junio C Hamano2006-09-271-1/+8
|/ /
* | git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-201-49/+25
* | git-log --author and --committer are not left-anchored by defaultLinus Torvalds2006-09-201-2/+8
* | revision traversal: --author, --committer, and --grep.Junio C Hamano2006-09-201-1/+75
* | revision traversal: prepare for commit log match.Junio C Hamano2006-09-201-0/+13
|/
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-2/+22
* revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2006-09-051-74/+85
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-0/+4
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* check return value from diff_setup_done()Junio C Hamano2006-08-091-1/+2
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-2/+2
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-6/+6
* git log -p --merge [[--] paths...]Junio C Hamano2006-07-071-2/+51
* Merge branch 'js/merge-base'Junio C Hamano2006-07-061-9/+40
|\
| * rev-list: free commit_list in ... handlerRene Scharfe2006-07-041-0/+1
| * Merge branch 'master' into js/merge-baseJunio C Hamano2006-07-031-4/+14
| |\
| * | Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-021-1/+1
| * | Add '...' operator for revisionsRene Scharfe2006-07-011-9/+39
* | | Merge branch 'th/diff'Junio C Hamano2006-07-051-2/+1
|\ \ \ | |_|/ |/| |
| * | DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen2006-06-261-2/+1
| |/
* | revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-021-1/+1
* | revision.c: --full-history fix.Linus Torvalds2006-07-011-4/+14
|/
* Add "named object array" conceptLinus Torvalds2006-06-191-18/+15
* Some more memory leak avoidanceLinus Torvalds2006-06-171-2/+4
* Shrink "struct object" a bitLinus Torvalds2006-06-171-6/+6
* gitweb.cgi history not shownLinus Torvalds2006-06-161-1/+6
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-11/+5
* Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds2006-05-291-9/+22
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-2/+1
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-2/+2
* Fix "--abbrev=xyz" for revision listingLinus Torvalds2006-05-281-0/+8
* Merge branch 'fix'Junio C Hamano2006-05-081-2/+2
|\
| * Separate object name errors from usage errorsDmitry V. Levin2006-05-081-2/+2
* | Merge branch 'jc/diff'Junio C Hamano2006-05-031-0/+1
|\ \
| * | built-in diff: assorted updates.Junio C Hamano2006-04-291-0/+1
* | | Merge branch 'fix'Junio C Hamano2006-05-031-1/+1
|\ \ \ | | |/ | |/|
| * | fix various typos in documentationMatthias Kestenholz2006-05-031-1/+1
* | | Merge branch 'jc/xsha1-2'Junio C Hamano2006-05-011-0/+37
|\ \ \
| * | | Extended SHA1 -- "rev^@" syntax to mean "all parents"Junio C Hamano2006-04-301-0/+37
| | |/ | |/|
* | | revision parsing: make "rev -- paths" checks stronger.Junio C Hamano2006-04-261-1/+13
|/ /
* | Merge branch 'fix'Junio C Hamano2006-04-261-5/+3
|\ \ | |/