aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-20
* git-log --author and --committer are not left-anchored by defaultLinus Torvalds2006-09-20
* revision traversal: --author, --committer, and --grep.Junio C Hamano2006-09-20
* revision traversal: prepare for commit log match.Junio C Hamano2006-09-20
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-07
* revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2006-09-05
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* check return value from diff_setup_done()Junio C Hamano2006-08-09
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* git log -p --merge [[--] paths...]Junio C Hamano2006-07-07
* Merge branch 'js/merge-base'Junio C Hamano2006-07-06
|\
| * rev-list: free commit_list in ... handlerRene Scharfe2006-07-04
| * Merge branch 'master' into js/merge-baseJunio C Hamano2006-07-03
| |\
| * | Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe2006-07-02
| * | Add '...' operator for revisionsRene Scharfe2006-07-01
* | | Merge branch 'th/diff'Junio C Hamano2006-07-05
|\ \ \ | |_|/ |/| |
| * | DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen2006-06-26
| |/
* | revision.c: fix "dense" under --remove-emptyLinus Torvalds2006-07-02
* | revision.c: --full-history fix.Linus Torvalds2006-07-01
|/
* Add "named object array" conceptLinus Torvalds2006-06-19
* Some more memory leak avoidanceLinus Torvalds2006-06-17
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* gitweb.cgi history not shownLinus Torvalds2006-06-16
* tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-30
* Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds2006-05-29
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-29
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-29
* Fix "--abbrev=xyz" for revision listingLinus Torvalds2006-05-28
* Merge branch 'fix'Junio C Hamano2006-05-08
|\
| * Separate object name errors from usage errorsDmitry V. Levin2006-05-08
* | Merge branch 'jc/diff'Junio C Hamano2006-05-03
|\ \
| * | built-in diff: assorted updates.Junio C Hamano2006-04-29
* | | Merge branch 'fix'Junio C Hamano2006-05-03
|\ \ \ | | |/ | |/|
| * | fix various typos in documentationMatthias Kestenholz2006-05-03
* | | Merge branch 'jc/xsha1-2'Junio C Hamano2006-05-01
|\ \ \
| * | | Extended SHA1 -- "rev^@" syntax to mean "all parents"Junio C Hamano2006-04-30
| | |/ | |/|
* | | revision parsing: make "rev -- paths" checks stronger.Junio C Hamano2006-04-26
|/ /
* | Merge branch 'fix'Junio C Hamano2006-04-26
|\ \ | |/
| * Fix filename verification when in a subdirectoryLinus Torvalds2006-04-26
* | Fix "git show --stat"Junio C Hamano2006-04-21
* | Fix uninteresting tags in new revision parsingLinus Torvalds2006-04-18
* | Merge branch 'lt/logopt'Junio C Hamano2006-04-18
|\ \ | |/ |/|
| * Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-18
| * Log message printout cleanupsLinus Torvalds2006-04-17
| * Tentative built-in "git show"Linus Torvalds2006-04-16
| * Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-15
| * Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano2006-04-14
| * Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-14