Sign in
googlers
/
jrn
/
git
/
1376e50723228fc21b7183fe86d71ee484a70dd7
/
log-tree.c
5e11bee
Allow customizable commit decorations colors
by Nazri Ramliy
· 15 years ago
67a4b58
log --decorate: Colorize commit decorations
by Nazri Ramliy
· 15 years ago
a752412
log-tree.c: Use struct name_decoration's type for classifying decoration
by Nazri Ramliy
· 15 years ago
81bd1b2
Output the graph columns at the end of the commit message
by Bo Yang
· 15 years ago
88d9d45
git log -p -m: document -m and honor --first-parent
by Petr Baudis
· 15 years ago
66b2ed0
Fix "log" family not to be too agressive about showing notes
by Junio C Hamano
· 15 years ago
8f8f547
Introduce new pretty formats %g[sdD] for reflog information
by Thomas Rast
· 15 years ago
dd2e794
Refactor pretty_print_commit arguments into a struct
by Thomas Rast
· 15 years ago
77abcbd
Let --decorate show HEAD position
by Thomas Rast
· 15 years ago
f4ea32f
improve reflog date/number heuristic
by Jeff King
· 15 years ago
33e7018
git-log: allow --decorate[=short|full]
by Lars Hjemli
· 16 years ago
28e9cf6
Expose the has_non_ascii() function
by Johannes Schindelin
· 16 years ago
8715227
log-tree: fix confusing comment
by Jeff King
· 16 years ago
de435ac
Prettify log decorations even more
by Felipe Contreras
· 16 years ago
b09b868
log-tree: fix patch filename computation in "git format-patch"
by Christian Couder
· 16 years ago
108dab2
format-patch: --attach/inline uses filename instead of SHA1
by Stephen Boyd
· 16 years ago
6fa8e62
format-patch: move get_patch_filename() into log-tree
by Stephen Boyd
· 16 years ago
5a5bd23
Merge branch 'tr/format-patch-thread'
by Junio C Hamano
· 16 years ago
fd13b21
Move local variables to narrower scopes
by Benjamin Kramer
· 16 years ago
b079c50
format-patch: track several references
by Thomas Rast
· 16 years ago
7fcda92
log: do not print ellipses with --abbrev-commit
by Thomas Rast
· 16 years ago
8c4021a
Fix machine-parseability of 'git log --source'
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
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
cab4feb
move load_ref_decorations() to log-tree.c and export it
by René Scharfe
· 17 years ago
84102a3
Teach git log --exit-code to return an appropriate exit code
by Peter Valdemar Mørch
· 17 years ago
6b2fbaa
format-patch: Produce better output with --inline or --attach
by Kevin Ballard
· 17 years ago
7528f27
log --graph --left-right: show left/right information in place of '*'
by Adam Simpkins
· 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
9b58bfe
log: print log entry terminator even if the message is empty
by Adam Simpkins
· 17 years ago
0286565
Remove dead code: show_log() sep argument and diff_options.msg_sep
by Adam Simpkins
· 17 years ago
4da45be
log: teach "terminator" vs "separator" mode to "--pretty=format"
by Junio C Hamano
· 17 years ago
42c8c74
pretty.c: add %x00 format specifier.
by Govind Salinas
· 17 years ago
267123b
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
6bf4f1b
format-patch: generate MIME header as needed even when there is format.header
by Junio C Hamano
· 17 years ago
992221d
Merge branch 'db/cover-letter'
by Junio C Hamano
· 17 years ago
b02bd65
Export some email and pretty-printing functions
by Daniel Barkalow
· 17 years ago
3131b71
Add "--show-all" revision walker flag for debugging
by Linus Torvalds
· 17 years ago
8f67f8a
Make the diff_options bitfields be an unsigned with explicit masks.
by Pierre Habouzit
· 17 years ago
4593fb8
format-patch -s: add MIME encoding header if signer's name requires so
by Junio C Hamano
· 17 years ago
50e62a8
rev-list: implement --bisect-all
by Christian Couder
· 17 years ago
d55e7c3
Merge branch 'maint'
by Shawn O. Pearce
· 17 years ago
304b5af
Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT
by Linus Torvalds
· 17 years ago
cc61ae8
Merge branch 'mv/unknown'
by Junio C Hamano
· 17 years ago
55246aa
Don't use "<unknown>" for placeholders and suppress printing of empty user formats.
by Michal Vitecek
· 17 years ago
674d172
Rework pretty_print_commit to use strbufs instead of custom buffers.
by Pierre Habouzit
· 18 years ago
9fa3465
Add --log-size to git log to print message size
by Marco Costalba
· 18 years ago
88c447e
Handle missing prefix for "Subject:" as if no prefix given
by Alex Riesen
· 18 years ago
06f59e9
Don't fflush(stdout) when it's not helpful
by Theodore Ts'o
· 18 years ago
80583c0
Lift 16kB limit of log message output
by Junio C Hamano
· 18 years ago
125a5f1
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
e330a40
Fix --boundary output
by Linus Torvalds
· 18 years ago
a7b02cc
Add --date={local,relative,default}
by Junio C Hamano
· 18 years ago
ca135e7
Add support for "commit name decorations" to log family of commands
by Linus Torvalds
· 18 years ago
2d9e4a4
Add custom subject prefix support to format-patch (take 3)
by Robin H. Johnson
· 18 years ago
33ee4cf
format-patch --attach: not folding some long headers.
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
e52a5de
pretty-formats: add 'format:<string>'
by Johannes Schindelin
· 18 years ago
e00de24
format-patch -n: make sorting easier by padding number
by Johannes Schindelin
· 18 years ago
4e244cb
log --reflog: honour --relative-date
by Johannes Schindelin
· 18 years ago
abd4e22
Fix "git log -z" behaviour
by Linus Torvalds
· 18 years ago
903b45f
git-log -g --pretty=oneline should display the reflog message
by Nicolas Pitre
· 18 years ago
4d12a47
Fix --walk-reflog with --pretty=oneline
by Junio C Hamano
· 18 years ago
8860fd4
Teach the revision walker to walk by reflogs with --walk-reflogs
by Johannes Schindelin
· 18 years ago
74bd902
Teach all of log family --left-right output.
by Junio C Hamano
· 18 years ago
2b60356
Make git-cherry handle root trees
by Rene Scharfe
· 18 years ago
fc1c75e
log-tree.c: cleanup a bit append_signoff()
by Franck Bui-Huu
· 19 years ago
3dfb927
Add --relative-date option to the revision interface
by Jonas Fonseca
· 19 years ago
c35f4c3
Add a newline before appending "Signed-off-by: " line
by Franck Bui-Huu
· 19 years ago
1dcb692
log-tree: show_log() should respect the setting of diffopt->line_termination
by Ryan Anderson
· 19 years ago
e79992a
Merge branch 'jt/format-patch'
by Junio C Hamano
· 19 years ago
e557667
Always reset the color _before_ printing out the newline
by Johannes Schindelin
· 19 years ago
ce43697
Colorize 'commit' lines in log ui
by Jeff King
· 19 years ago
d1566f7
git-format-patch: Make the second and subsequent mails replies to the first
by Josh Triplett
· 19 years ago
3969cf7
Fix some more diff options changes.
by Junio C Hamano
· 19 years ago
39bc9a6
Add msg_sep to diff_options
by Timo Hirvonen
· 19 years ago
c674434
Merge with_raw, with_stat and summary variables to output_format
by Timo Hirvonen
· 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
73f0a15
Merge branch 'js/fmt-patch'
by Junio C Hamano
· 19 years ago
698ce6f
fmt-patch: Support --attach
by Johannes Schindelin
· 19 years ago
c66b6c0
Merge branch 'master' into js/fmt-patch
by Junio C Hamano
· 19 years ago
8ac80a5
Teach fmt-patch about --keep-subject
by Johannes Schindelin
· 19 years ago
596524b
Teach fmt-patch about --numbered
by Johannes Schindelin
· 19 years ago
c8c893c
Fix "git-log --parents" breakage post v1.3.0
by Linus Torvalds
· 19 years ago
3eefc18
Tentative built-in format-patch.
by Junio C Hamano
· 19 years ago
a4d34e2
Log message printout cleanups (#3): fix --pretty=oneline
by Linus Torvalds
· 19 years ago
eab144a
Log message printout cleanups (#2)
by Linus Torvalds
· 19 years ago
9153983
Log message printout cleanups
by Linus Torvalds
· 19 years ago
78fff6e
Fixes for option parsing
by Linus Torvalds
· 19 years ago
cb8f64b
log/whatchanged/show - log formatting cleanup.
by Junio C Hamano
· 19 years ago
cd2bdc5
Common option parsing for "git log --diff" and friends
by Linus Torvalds
· 19 years ago
5f1c3f0
log-tree: separate major part of diff-tree.
by Junio C Hamano
· 19 years ago