summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix filename verification when in a subdirectoryLinus Torvalds2006-04-261-5/+3
* | Fix "git show --stat"Junio C Hamano2006-04-211-1/+2
* | Fix uninteresting tags in new revision parsingLinus Torvalds2006-04-181-0/+1
* | Merge branch 'lt/logopt'Junio C Hamano2006-04-181-36/+137
|\ \ | |/ |/|
| * Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-181-2/+0
| * Log message printout cleanupsLinus Torvalds2006-04-171-3/+0
| * Tentative built-in "git show"Linus Torvalds2006-04-161-0/+5
| * Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-151-5/+1
| * Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano2006-04-141-0/+5
| * Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-141-34/+134
* | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-161-2/+27
|/
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-14/+12
* tree-diff: do not assume we use only one pathspecJunio C Hamano2006-04-101-1/+1
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-081-11/+10
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+1
* revision: --max-age alone does not need limit_list() anymore.Junio C Hamano2006-04-011-1/+1
* revision: simplify argument parsing.Junio C Hamano2006-04-011-13/+7
* revision: --topo-order and --unpackedJunio C Hamano2006-04-011-1/+4