Sign in
googlers
/
jrn
/
git
/
0d344738dc55a75bddbcd9a08ea9a7b401f1aa63
/
builtin-log.c
9eba92f
Merge branch 'fc/maint-format-patch-pathspec-dashes'
by Junio C Hamano
· 15 years ago
382da40
format-patch: fix parsing of "--" on the command line
by Felipe Contreras
· 15 years ago
1a02a85
Merge branch 'bg/format-patch-doc-update'
by Junio C Hamano
· 15 years ago
750054c
Merge branch 'jn/help-everywhere'
by Junio C Hamano
· 15 years ago
6a93158
Merge branch 'jk/maint-format-patch-p-suppress-stat'
by Junio C Hamano
· 15 years ago
99caeed
Let 'git <command> -h' show usage without a git dir
by Jonathan Nieder
· 15 years ago
2cfa833
format-patch: Add "--no-stat" as a synonym for "-p"
by Björn Gustavsson
· 15 years ago
02bc5b0
format-patch: Always generate a patch
by Björn Gustavsson
· 15 years ago
fef3427
Show usage string for 'git cherry -h'
by Jonathan Nieder
· 15 years ago
1d46f2e
format-patch: make "-p" suppress diffstat
by Jeff King
· 15 years ago
dd2e794
Refactor pretty_print_commit arguments into a struct
by Thomas Rast
· 15 years ago
33e7018
git-log: allow --decorate[=short|full]
by Lars Hjemli
· 16 years ago
228f9c9
Merge branch 'js/maint-cover-letter-non-ascii'
by Junio C Hamano
· 16 years ago
0a7f448
Correctly mark cover letters' encodings if they are not pure ASCII
by Johannes Schindelin
· 16 years ago
1c370ea
Show usage string for 'git log -h', 'git show -h' and 'git diff -h'
by Matthieu Moy
· 16 years ago
ae03ee6
show: add space between multiple items
by Jeff King
· 16 years ago
ca4ca9e
show: suppress extra newline when showing annotated tag
by Jeff King
· 16 years ago
dd787c1
Merge branch 'tr/die_errno'
by Junio C Hamano
· 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
f9275c6
Merge branch 'sb/opt-filename'
by Junio C Hamano
· 16 years ago
1af4731
Merge branch 'sb/format-patch-parseopt'
by Junio C Hamano
· 16 years ago
1886431
t9139 uses ancient, backwards-compatible iconv names
by Eric Wong
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
8a17595
Merge branch 'sb/format-patch-parseopt' into sb/opt-filename
by Junio C Hamano
· 16 years ago
330db18
Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility
by Brandon Casey
· 16 years ago
fff02ee
format-patch: migrate to parse-options API
by Stephen Boyd
· 16 years ago
ca6b91d
format-patch let -k override a config-specified format.numbered
by Jim Meyering
· 16 years ago
87d2062
Merge branch 'sb/format-patch-patchname'
by Junio C Hamano
· 16 years ago
1d1876e
Add configuration variable for sign-off to format-patch
by Heiko Voigt
· 16 years ago
d7d9c2d
format-patch: add arbitrary email headers
by Michael Hendricks
· 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
cd2ef59
format-patch: pass a commit to reopen_stdout()
by Stephen Boyd
· 16 years ago
6df514a
format-patch: construct patch filename in one function
by Stephen Boyd
· 16 years ago
c511549
Sync with maint
by Junio C Hamano
· 16 years ago
b60df87
format-patch: --numbered-files and --stdout aren't mutually exclusive
by Stephen Boyd
· 16 years ago
ec2956d
format-patch: Respect --quiet option
by Nate Case
· 16 years ago
5a5bd23
Merge branch 'tr/format-patch-thread'
by Junio C Hamano
· 16 years ago
30984ed
format-patch: support deep threading
by Thomas Rast
· 16 years ago
2175c10
format-patch: thread as reply to cover letter even with in-reply-to
by Thomas Rast
· 16 years ago
b079c50
format-patch: track several references
by Thomas Rast
· 16 years ago
0db5260
Enable setting attach as the default in .gitconfig for git-format-patch.
by Jeremy White
· 16 years ago
a14f154
Merge branch 'jc/maint-format-patch-o-relative'
by Junio C Hamano
· 16 years ago
cd1dbd3
Merge branch 'jc/maint-format-patch'
by Junio C Hamano
· 16 years ago
7a4566b
Merge branch 'mh/cherry-default'
by Junio C Hamano
· 16 years ago
9800a75
Teach format-patch to handle output directory relative to cwd
by Junio C Hamano
· 16 years ago
68c2ec7
format-patch: show patch text for the root commit
by Junio C Hamano
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
3bc52d7
Documentation: clarify which parameters are optional to git-cherry
by Markus Heidelberg
· 16 years ago
ea718e6
show <tag>: reuse pp_user_info() instead of duplicating code
by Johannes Schindelin
· 16 years ago
f296802
git-cherry: make <upstream> parameter optional
by Markus Heidelberg
· 16 years ago
90c3302
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
d2dadfe
git-show: do not segfault when showing a bad tag
by Junio C Hamano
· 16 years ago
5ec11af
reorder ALLOW_TEXTCONV option setting
by Jeff King
· 16 years ago
b2b80c1
Merge branch 'lt/decorate'
by Junio C Hamano
· 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
c7534ef
userdiff: require explicitly allowing textconv
by Jeff King
· 16 years ago
a567fdc
format-patch: autonumber by default
by Brian Gernhardt
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
34a5d35
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
597faa0
Typo "bogos" in format-patch error message.
by Mikael Magnusson
· 16 years ago
cab4feb
move load_ref_decorations() to log-tree.c and export it
by René Scharfe
· 17 years ago
5e9bf11
log: add load_ref_decorations()
by René Scharfe
· 17 years ago
68daa64
format-patch: use default diff format even with patch options
by Jeff King
· 17 years ago
299c371
Merge branch 'pm/log-exit-code'
by Junio C Hamano
· 17 years ago
c8c4450
git format-patch: avoid underrun when format.headers is empty or all NLs
by Jim Meyering
· 17 years ago
84102a3
Teach git log --exit-code to return an appropriate exit code
by Peter Valdemar Mørch
· 17 years ago
036d17f
Teach git log --check to return an appropriate exit code
by Peter Valdemar Mørch
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
671f070
add context pointer to read_tree_recursive()
by René Scharfe
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
70cff3a
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix'
by Brian Hetro
· 17 years ago
4f3dcc2
Fix 'git show' on signed tag of signed tag of commit
by Thomas Rast
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
dd0ffd5
Add log.date config variable
by Heikki Orsila
· 17 years ago
486d1a5
Merge branch 'mv/format-cc'
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
37c22a4
git-format-patch: add --no-binary to omit binary changes in the patch.
by Caio Marcelo de Oliveira Filho
· 17 years ago
0286565
Remove dead code: show_log() sep argument and diff_options.msg_sep
by Adam Simpkins
· 17 years ago
fe8928e
git-format-patch: add a new format.cc configuration variable
by Miklos Vajna
· 17 years ago
4da45be
log: teach "terminator" vs "separator" mode to "--pretty=format"
by Junio C Hamano
· 17 years ago
267123b
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
94c22a5
log/show/whatchanged: introduce format.pretty configuration
by Denis Cheng
· 17 years ago
859c4fb
format-patch: wrap cover-letter's shortlog sensibly
by Johannes Schindelin
· 17 years ago
5d02294
format-patch: use the diff options for the cover letter, too
by Johannes Schindelin
· 17 years ago
39fe578
Use diff_tree() directly in making cover letter
by Daniel Barkalow
· 17 years ago
42be5cc
format-patch: remove a leftover debugging message
by Junio C Hamano
· 17 years ago
992221d
Merge branch 'db/cover-letter'
by Junio C Hamano
· 17 years ago
2bda2cf
Improve collection of information for format-patch --cover-letter
by Daniel Barkalow
· 17 years ago
b23b27e
Merge branch 'mk/color'
by Junio C Hamano
· 17 years ago
736cc67
Support a --cc=<email> option in format-patch
by Daniel Barkalow
· 17 years ago
3ee79d9
Combine To: and Cc: headers
by Daniel Barkalow
· 17 years ago
7d22708
Fix format.headers not ending with a newline
by Daniel Barkalow
· 17 years ago
a5a27c7
Add a --cover-letter option to format-patch
by Daniel Barkalow
· 17 years ago
e1a3734
Improve message-id generation flow control for format-patch
by Daniel Barkalow
· 17 years ago
6b2f2d9
Add color.ui variable which globally enables colorization if set
by Matthias Kestenholz
· 17 years ago
3d51e1b
check return code of prepare_revision_walk
by Martin Koegler
· 17 years ago
90f5c18
builtin-log.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
Next »