Sign in
googlers
/
jrn
/
git
/
e2c2407683bf51c30004d2804623f2eb8e831b7a
/
revision.h
aec8130
Merge branch 'jc/maint-1.6.0-keep-pack'
by Junio C Hamano
· 16 years ago
69e020a
is_kept_pack(): final clean-up
by Junio C Hamano
· 16 years ago
03a9683
Simplify is_kept_pack()
by Junio C Hamano
· 16 years ago
386cb77
Consolidate ignore_packed logic more
by Junio C Hamano
· 16 years ago
b8431b0
has_sha1_kept_pack(): take "struct rev_info"
by Junio C Hamano
· 16 years ago
b079c50
format-patch: track several references
by Thomas Rast
· 16 years ago
78892e3
revision traversal: '--simplify-by-decoration'
by Linus Torvalds
· 16 years ago
d467a52
Make '--decorate' set an explicit 'show_decorations' flag
by Linus Torvalds
· 16 years ago
0f3a290
Add a 'source' decorator for commits
by Linus Torvalds
· 16 years ago
b805ef0
Merge branch 'tr/rev-list-reverse'
by Junio C Hamano
· 16 years ago
0191457
Merge branch 'tr/filter-branch'
by Junio C Hamano
· 16 years ago
498bcd3
rev-list: fix --reverse interaction with --parents
by Thomas Rast
· 17 years ago
0843acf
Fix "git log -i --grep"
by Jeff King
· 17 years ago
4dc1db0
revision.h: make show_early_output an extern which is defined in revision.c
by Brandon Casey
· 17 years ago
faf0156
revision --simplify-merges: use decoration instead of commit->util field
by Junio C Hamano
· 17 years ago
6546b59
revision traversal: show full history with merge simplification
by Junio C Hamano
· 17 years ago
e358f3c
sort_in_topological_order(): avoid setting a commit flag
by Johannes Schindelin
· 17 years ago
fa6200f
Merge branch 'ph/parseopt-step-blame'
by Junio C Hamano
· 17 years ago
e636799
Merge branch 'jc/report-tracking'
by Junio C Hamano
· 17 years ago
6b61ec0
revisions: refactor handle_revision_opt into parse_revision_opt.
by Pierre Habouzit
· 17 years ago
02e5422
revisions: split handle_revision_opt() from setup_revisions()
by Pierre Habouzit
· 17 years ago
8bb6588
Merge branch 'jc/blame' (early part) into HEAD
by Junio C Hamano
· 17 years ago
1fc561d
Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
by Adam Brewster
· 17 years ago
c0234b2
stat_tracking_info(): clear object flags used during counting
by Junio C Hamano
· 17 years ago
7fefda5
log and rev-list: add --graph option
by Adam Simpkins
· 17 years ago
885cf80
revision API: split parent rewriting and parent printing options
by Adam Simpkins
· 17 years ago
f35f560
revision traversal: --children option
by Junio C Hamano
· 17 years ago
4da45be
log: teach "terminator" vs "separator" mode to "--pretty=format"
by Junio C Hamano
· 17 years ago
992221d
Merge branch 'db/cover-letter'
by Junio C Hamano
· 17 years ago
e1a3734
Improve message-id generation flow control for format-patch
by Daniel Barkalow
· 17 years ago
3131b71
Add "--show-all" revision walker flag for debugging
by Linus Torvalds
· 17 years ago
3384a2d
shortlog: default to HEAD when the standard input is a tty
by Junio C Hamano
· 17 years ago
7dc0fe3
Fix parent rewriting in --early-output
by Linus Torvalds
· 17 years ago
53b2c82
revision walker: mini clean-up
by Linus Torvalds
· 17 years ago
252a7c0
Enhance --early-output format
by Linus Torvalds
· 17 years ago
cdcefbc
Add "--early-output" log flag for interactive GUI use
by Linus Torvalds
· 17 years ago
23c17d4
Simplify topo-sort logic
by Linus Torvalds
· 17 years ago
9fa3465
Add --log-size to git log to print message size
by Marco Costalba
· 18 years ago
2d93b9f
More missing static
by Junio C Hamano
· 18 years ago
cc0e6c5
Handle return code of parse_commit in revision machinery
by Alex Riesen
· 18 years ago
a7b02cc
Add --date={local,relative,default}
by Junio C Hamano
· 18 years ago
bb6c2fb
store mode in rev_list, if <tree>:<filename> syntax is used
by Martin Koegler
· 18 years ago
d7a17ca
git-log --cherry-pick A...B
by Junio C Hamano
· 18 years ago
2d9e4a4
Add custom subject prefix support to format-patch (take 3)
by Robin H. Johnson
· 18 years ago
0053e90
git-log --first-parent: show only the first parent log
by Junio C Hamano
· 18 years ago
2422f1c
Merge branch 'jc/boundary'
by Junio C Hamano
· 18 years ago
2b06469
revision traversal: retire BOUNDARY_SHOW
by Junio C Hamano
· 18 years ago
86ab490
revision walker: Fix --boundary when limited
by Junio C Hamano
· 18 years ago
c112f68
format-patch: add --inline option and make --attach a true attachment
by Johannes Schindelin
· 18 years ago
9c5e66e
Teach revision machinery about --reverse
by Johannes Schindelin
· 18 years ago
8860fd4
Teach the revision walker to walk by reflogs with --walk-reflogs
by Johannes Schindelin
· 18 years ago
52883fb
Teach log family --encoding
by Junio C Hamano
· 18 years ago
d4ada48
Merge branch 'jc/skip-count'
by Junio C Hamano
· 18 years ago
d5db6c9
revision: --skip=<n>
by Junio C Hamano
· 18 years ago
8dce823
Revert "Make left-right automatic."
by Junio C Hamano
· 18 years ago
5761231
Make left-right automatic.
by Junio C Hamano
· 18 years ago
74bd902
Teach all of log family --left-right output.
by Junio C Hamano
· 18 years ago
577ed5c
rev-list --left-right
by Junio C Hamano
· 18 years ago
2d10c55
git log: Unify header_filter and message_filter into one.
by Junio C Hamano
· 18 years ago
8ecae9b
revision traversal: prepare for commit log match.
by Junio C Hamano
· 18 years ago
106d710
pack-objects --unpacked=<existing pack> option.
by Junio C Hamano
· 18 years ago
5d6f093
revision.c: allow injecting revision parameters after setup_revisions().
by Junio C Hamano
· 18 years ago
3dfb927
Add --relative-date option to the revision interface
by Jonas Fonseca
· 19 years ago
db6296a
Call setup_git_directory() early
by Linus Torvalds
· 19 years ago
d1566f7
git-format-patch: Make the second and subsequent mails replies to the first
by Josh Triplett
· 19 years ago
1f1e895
Add "named object array" concept
by Linus Torvalds
· 19 years ago
9202434
gitweb.cgi history not shown
by Linus Torvalds
· 19 years ago
20ff068
format-patch: resurrect extra headers from config
by Johannes Schindelin
· 19 years ago
cf2251b
format-patch --signoff
by Junio C Hamano
· 19 years ago
698ce6f
fmt-patch: Support --attach
by Johannes Schindelin
· 19 years ago
596524b
Teach fmt-patch about --numbered
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
1b65a5a
rev-list --boundary: show boundary commits even when limited otherwise.
by Junio C Hamano
· 19 years ago
cb8f64b
log/whatchanged/show - log formatting cleanup.
by Junio C Hamano
· 19 years ago
ba1d450
Tentative built-in "git show"
by Linus Torvalds
· 19 years ago
cd2bdc5
Common option parsing for "git log --diff" and friends
by Linus Torvalds
· 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
7b0c996
Move "--parent" parsing into generic revision.c library code
by Linus Torvalds
· 19 years ago
384e99a
rev-list --boundary
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
ae56354
First cut at libifying revlist generation
by Linus Torvalds
· 19 years ago
b2c0071
Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".
by Linus Torvalds
· 20 years ago
08ca0b0
Make the revision tracking track the object types too.
by Linus Torvalds
· 20 years ago
7d60ad7
Make "parse_commit" return the "struct revision" for the commit.
by Linus Torvalds
· 20 years ago
01796b0
Make "revision.h" slightly better to use.
by Linus Torvalds
· 20 years ago
89d21f4
Move "parse_commit()" into common revision.h file.
by Linus Torvalds
· 20 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
· 20 years ago
458754a
Use common "revision.h" header for both fsck and rev-tree.
by Linus Torvalds
· 20 years ago