Sign in
googlers
/
jrn
/
git
/
25fb62905890d7860f742b4f2215fdf754ae7fee
/
builtin-rev-list.c
2d10c55
git log: Unify header_filter and message_filter into one.
by Junio C Hamano
· 18 years ago
f69895f
rev-list: fix segfault with --{author,committer,grep}
by Jeff King
· 18 years ago
8d1d8f8
pack-objects: further work on internal rev-list logic.
by Junio C Hamano
· 19 years ago
c64ed70
Separate object listing routines out of rev-list
by Junio C Hamano
· 19 years ago
42cabc3
Teach rev-list an option to read revs from the standard input.
by Junio C Hamano
· 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 19 years ago
3dfb927
Add --relative-date option to the revision interface
by Jonas Fonseca
· 19 years ago
4cac42b
free(NULL) is perfectly valid.
by Junio C Hamano
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
db6296a
Call setup_git_directory() early
by Linus Torvalds
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
1f1e895
Add "named object array" concept
by Linus Torvalds
· 19 years ago
cb11574
Some more memory leak avoidance
by Linus Torvalds
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
87cefaa
rev-list: fix process_tree() conversion.
by Linus Torvalds
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
2d9c58c
Remove "tree->entries" tree-entry list from tree parser
by Linus Torvalds
· 19 years ago
3a7c352
Make "tree_entry" have a SHA1 instead of a union of object pointers
by Linus Torvalds
· 19 years ago
136f2e5
Make "struct tree" contain the pointer to the tree buffer
by Linus Torvalds
· 19 years ago
91b452c
Fix memory leak in "git rev-list --objects"
by Linus Torvalds
· 19 years ago
698ce6f
fmt-patch: Support --attach
by Johannes Schindelin
· 19 years ago
328b710
Merge branch 'master' into js/fmt-patch
by Junio C Hamano
· 19 years ago
5fb61b8
Make "git rev-list" be a builtin
by Linus Torvalds
· 19 years ago
[Renamed (98%) from rev-list.c]
e686eb9
fmt-patch: understand old <his> notation
by Johannes Schindelin
· 19 years ago
34e98ea
Merge branch 'lt/logopt'
by Junio C Hamano
· 19 years ago
9153983
Log message printout cleanups
by Linus Torvalds
· 19 years ago
6feba7c
Merge branch 'jc/boundary'
by Junio C Hamano
· 19 years ago
db89665
rev-list --header: output format fix
by Junio C Hamano
· 19 years ago
1b65a5a
rev-list --boundary: show boundary commits even when limited otherwise.
by Junio C Hamano
· 19 years ago
7594c4b
rev-list option parser fix.
by Junio C Hamano
· 19 years ago
8c1f0b4
Fix up rev-list option parsing.
by Junio C Hamano
· 19 years ago
4e1dc64
rev-list --bisect: limit list before bisecting.
by Junio C Hamano
· 19 years ago
c4e05b1
blame and friends: adjust to multiple pathspec change.
by Junio C Hamano
· 19 years ago
3381c79
Make "--parents" logs also be incremental
by Linus Torvalds
· 19 years ago
5c51c98
rev-list --abbrev-commit
by Junio C Hamano
· 19 years ago
7b0c996
Move "--parent" parsing into generic revision.c library code
by Linus Torvalds
· 19 years ago
1b0c717
tree/diff header cleanup.
by Junio C Hamano
· 19 years ago
384e99a
rev-list --boundary
by Junio C Hamano
· 19 years ago
9181ca2
rev-list: memory usage reduction.
by Junio C Hamano
· 19 years ago
dc68c4f
rev-list --timestamp
by Junio C Hamano
· 19 years ago
8efdc32
rev-lib: Make it easy to do rename tracking (take 2)
by Fredrik Kuivinen
· 19 years ago
7ae0b0c
git-log (internal): more options.
by Junio C Hamano
· 19 years ago
765ac8e
Rip out merge-order and make "git log <paths>..." work again.
by Linus Torvalds
· 19 years ago
a4a88b2
git-rev-list libification: rev-list walking
by Linus Torvalds
· 19 years ago
d9a8368
Splitting rev-list into revisions lib, end of beginning.
by Linus Torvalds
· 19 years ago
d9cfb96
rev-list split: minimum fixup.
by Junio C Hamano
· 19 years ago
ae56354
First cut at libifying revlist generation
by Linus Torvalds
· 19 years ago
f0b0af1
Merge branches 'jc/rev-list' and 'jc/pack-thin'
by Junio C Hamano
· 19 years ago
e646de0
rev-list --objects: use full pathname to help hashing.
by Junio C Hamano
· 19 years ago
eb38cc6
rev-list --objects-edge: remove duplicated edge commit output.
by Junio C Hamano
· 19 years ago
5031985
rev-list.c: fix non-grammatical comments.
by Junio C Hamano
· 19 years ago
c649657
rev-list --objects-edge
by Junio C Hamano
· 19 years ago
4c8725f
topo-order: make --date-order optional.
by Junio C Hamano
· 19 years ago
9da5c2f
rev-list: default to abbreviate merge parent names under --pretty.
by Junio C Hamano
· 19 years ago
8849442
rev-list: omit duplicated parents.
by Junio C Hamano
· 19 years ago
8233340
rev-list: allow -<n> as shorthand for --max-count=<n>
by Eric Wong
· 19 years ago
3af0698
rev-list: allow -n<n> as shorthand for --max-count=<n>
by Eric Wong
· 19 years ago
addafaf
Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev
by Junio C Hamano
· 19 years ago
3815f42
pretty_print_commit(): pass commit object instead of commit->buffer.
by Junio C Hamano
· 19 years ago
b2d4c56
diff-tree: abbreviate merge parent object names with --abbrev --pretty.
by Junio C Hamano
· 19 years ago
93b74bc
rev-list --remove-empty: add minimum help and doc entry.
by Junio C Hamano
· 19 years ago
461cf59
rev-list: stop when the file disappears
by Linus Torvalds
· 19 years ago
d8f6b34
Make git-rev-list and git-rev-parse argument parsing stricter
by Linus Torvalds
· 19 years ago
ef1cc2c
rev-list --objects: fix object list without commit.
by Junio C Hamano
· 19 years ago
b3cfd93
bisect: limit the searchspace by pathspecs
by Linus Torvalds
· 19 years ago
07f9247
max-count in terms of intersection
by Luben Tuikov
· 19 years ago
69e0c25
Update usage string and documentation for git-rev-list.
by Junio C Hamano
· 19 years ago
19a7e71
git-rev-list: do not forget non-commit refs
by Linus Torvalds
· 19 years ago
7b34c2f
git-rev-list: make --dense the default (and introduce "--sparse")
by Linus Torvalds
· 19 years ago
129adf4
git-rev-list: fix "--dense" flag
by Linus Torvalds
· 19 years ago
1b9e059
git-rev-list: add "--dense" flag
by Linus Torvalds
· 19 years ago
cf48454
Teach git-rev-list to follow just a specified set of files
by Linus Torvalds
· 19 years ago
fe5f51c
Optimize common case of git-rev-list
by Linus Torvalds
· 19 years ago
e091eb9
upload-pack: Do not choke on too many heads request.
by Junio C Hamano
· 19 years ago
c807f77
Fix minor DOS in rev-list.
by Junio C Hamano
· 19 years ago
27cfe2e
Make time-based commit filtering work with topological ordering.
by Linus Torvalds
· 19 years ago
2a7055a
[PATCH] Fix "git-rev-list" revision range parsing
by Linus Torvalds
· 19 years ago
8805cca
[PATCH] Avoid building object ref lists when not needed
by Linus Torvalds
· 19 years ago
b0d8923
[PATCH] Improve git-rev-list memory usage further
by Linus Torvalds
· 19 years ago
5bdbaaa
[PATCH] Re-organize "git-rev-list --objects" logic
by Linus Torvalds
· 20 years ago
60ab26d
[PATCH] Avoid wasting memory in git-rev-list
by Linus Torvalds
· 20 years ago
d998a08
[PATCH] Fix "prefix" mixup in git-rev-list
by Pavel Roskin
· 20 years ago
90e1848
Make "git-rev-list" work within subdirectories
by Linus Torvalds
· 20 years ago
7f1335c
[PATCH] git-rev-list: avoid crash on broken repository
by Sergey Vlasov
· 20 years ago
d87449c
Introduce --pretty=oneline format.
by Junio C Hamano
· 20 years ago
76cd8eb
[PATCH] add *--no-merges* flag to suppress display of merge commits
by Johannes Schindelin
· 20 years ago
1215879
Teach rev-list since..til notation.
by Junio C Hamano
· 20 years ago
dd53c7a
[PATCH] Support for NO_OPENSSL
by Petr Baudis
· 20 years ago
6c3b84c
[PATCH] Fix interesting git-rev-list corner case
by Linus Torvalds
· 20 years ago
54c6870
Typofix: usage strings fix.
by Junio C Hamano
· 20 years ago
4311d32
Be more aggressive about marking trees uninteresting
by Linus Torvalds
· 20 years ago
013aab8
[PATCH] Dereference tag repeatedly until we get a non-tag.
by Junio C Hamano
· 20 years ago
454fbbc
git-rev-list: allow missing objects when the parent is marked UNINTERESTING
by Linus Torvalds
· 20 years ago
a7336ae
[PATCH] Ensure list insertion method does not depend on position of --merge-order argument
by Jon Seymour
· 20 years ago
960cea2
git-rev-list: remove the DUPCHECK logic, use SEEN instead
by Linus Torvalds
· 20 years ago
e6c3505
Make sure we generate the whole commit list before trying to sort it topologically
by Linus Torvalds
· 20 years ago
d2775a8
[PATCH] Tidy up - slight simplification of rev-list.c
by Jon Seymour
· 20 years ago
d2d02a4
Add "--topo-order" flag to use new topological sort
by Linus Torvalds
· 20 years ago
bce6286
Remove insane overlapping bit ranges from epoch.c
by Linus Torvalds
· 20 years ago
Next »