index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rev-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach fmt-patch about --numbered
Johannes Schindelin
2006-05-05
1
-1
/
+1
*
Merge branch 'lt/logopt'
Junio C Hamano
2006-04-18
1
-61
/
+31
|
\
|
*
Log message printout cleanups
Linus Torvalds
2006-04-18
1
-4
/
+5
|
*
rev-list --header: output format fix
Junio C Hamano
2006-04-17
1
-0
/
+3
|
*
rev-list option parser fix.
Junio C Hamano
2006-04-16
1
-59
/
+23
|
*
Fix up rev-list option parsing.
Junio C Hamano
2006-04-15
1
-2
/
+4
*
|
Merge branch 'jc/boundary'
Junio C Hamano
2006-04-18
1
-2
/
+2
|
\
\
|
*
|
rev-list --boundary: show boundary commits even when limited otherwise.
Junio C Hamano
2006-04-17
1
-2
/
+2
|
|
/
*
/
rev-list --bisect: limit list before bisecting.
Junio C Hamano
2006-04-15
1
-0
/
+2
|
/
*
blame and friends: adjust to multiple pathspec change.
Junio C Hamano
2006-04-11
1
-0
/
+1
*
Make "--parents" logs also be incremental
Linus Torvalds
2006-04-09
1
-2
/
+2
*
rev-list --abbrev-commit
Junio C Hamano
2006-04-07
1
-1
/
+14
*
Move "--parent" parsing into generic revision.c library code
Linus Torvalds
2006-04-01
1
-6
/
+1
*
tree/diff header cleanup.
Junio C Hamano
2006-03-30
1
-1
/
+1
*
rev-list --boundary
Junio C Hamano
2006-03-29
1
-2
/
+4
*
rev-list: memory usage reduction.
Junio C Hamano
2006-03-29
1
-3
/
+3
*
rev-list --timestamp
Junio C Hamano
2006-03-22
1
-1
/
+10
*
rev-lib: Make it easy to do rename tracking (take 2)
Fredrik Kuivinen
2006-03-11
1
-3
/
+3
*
git-log (internal): more options.
Junio C Hamano
2006-03-01
1
-3
/
+2
*
Rip out merge-order and make "git log <paths>..." work again.
Linus Torvalds
2006-03-01
1
-110
/
+4
*
git-rev-list libification: rev-list walking
Linus Torvalds
2006-02-28
1
-248
/
+16
*
Splitting rev-list into revisions lib, end of beginning.
Linus Torvalds
2006-02-27
1
-20
/
+5
*
rev-list split: minimum fixup.
Junio C Hamano
2006-02-27
1
-5
/
+3
*
First cut at libifying revlist generation
Linus Torvalds
2006-02-27
1
-354
/
+43
*
-
.
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
2006-02-25
1
-19
/
+86
|
\
\
|
*
|
rev-list --objects: use full pathname to help hashing.
Junio C Hamano
2006-02-24
1
-13
/
+56
|
*
|
rev-list --objects-edge: remove duplicated edge commit output.
Junio C Hamano
2006-02-24
1
-1
/
+3
|
*
|
rev-list --objects-edge
Junio C Hamano
2006-02-20
1
-6
/
+28
*
|
|
rev-list.c: fix non-grammatical comments.
Junio C Hamano
2006-02-22
1
-2
/
+2
|
/
/
*
/
topo-order: make --date-order optional.
Junio C Hamano
2006-02-16
1
-1
/
+10
|
/
*
rev-list: default to abbreviate merge parent names under --pretty.
Junio C Hamano
2006-02-10
1
-1
/
+15
*
rev-list: omit duplicated parents.
Junio C Hamano
2006-02-02
1
-1
/
+14
*
rev-list: allow -<n> as shorthand for --max-count=<n>
Eric Wong
2006-02-01
1
-0
/
+5
*
rev-list: allow -n<n> as shorthand for --max-count=<n>
Eric Wong
2006-02-01
1
-0
/
+10
*
-
.
Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev
Junio C Hamano
2006-01-28
1
-59
/
+80
|
\
\
|
|
*
pretty_print_commit(): pass commit object instead of commit->buffer.
Junio C Hamano
2006-01-28
1
-1
/
+1
|
|
*
diff-tree: abbreviate merge parent object names with --abbrev --pretty.
Junio C Hamano
2006-01-28
1
-1
/
+1
|
|
/
|
/
|
|
*
rev-list --remove-empty: add minimum help and doc entry.
Junio C Hamano
2006-01-28
1
-0
/
+1
|
*
rev-list: stop when the file disappears
Linus Torvalds
2006-01-28
1
-58
/
+78
|
/
*
Make git-rev-list and git-rev-parse argument parsing stricter
Linus Torvalds
2006-01-25
1
-1
/
+5
*
rev-list --objects: fix object list without commit.
Junio C Hamano
2005-12-20
1
-1
/
+2
*
bisect: limit the searchspace by pathspecs
Linus Torvalds
2005-11-29
1
-6
/
+12
*
max-count in terms of intersection
Luben Tuikov
2005-11-22
1
-2
/
+3
*
Update usage string and documentation for git-rev-list.
Junio C Hamano
2005-10-31
1
-13
/
+19
*
git-rev-list: do not forget non-commit refs
Linus Torvalds
2005-10-27
1
-12
/
+14
*
git-rev-list: make --dense the default (and introduce "--sparse")
Linus Torvalds
2005-10-27
1
-7
/
+18
*
git-rev-list: fix "--dense" flag
Linus Torvalds
2005-10-26
1
-8
/
+43
*
git-rev-list: add "--dense" flag
Linus Torvalds
2005-10-23
1
-5
/
+63
*
Teach git-rev-list to follow just a specified set of files
Linus Torvalds
2005-10-23
1
-4
/
+125
*
Optimize common case of git-rev-list
Linus Torvalds
2005-10-19
1
-0
/
+5
[next]