197 Commits (fb3650ed100a549f80d822f28ccf0f82e9f75f3e)

Author SHA1 Message Date
Lars Hjemli d8526a4c3b git-log: allow --decorate[=short|full] 16 years ago
Lars Hjemli 33e7018c45 git-log: allow --decorate[=short|full] 16 years ago
Johannes Schindelin 0a7f448355 Correctly mark cover letters' encodings if they are not pure ASCII 16 years ago
Matthieu Moy 1c370ea4e5 Show usage string for 'git log -h', 'git show -h' and 'git diff -h' 16 years ago
Jeff King ae03ee644e show: add space between multiple items 16 years ago
Jeff King ca4ca9ed06 show: suppress extra newline when showing annotated tag 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Brandon Casey 330db18c02 Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility 16 years ago
Stephen Boyd fff02ee666 format-patch: migrate to parse-options API 16 years ago
Jim Meyering ca6b91d29b format-patch let -k override a config-specified format.numbered 16 years ago
Heiko Voigt 1d1876e930 Add configuration variable for sign-off to format-patch 16 years ago
Michael Hendricks d7d9c2d049 format-patch: add arbitrary email headers 16 years ago
Stephen Boyd 108dab2811 format-patch: --attach/inline uses filename instead of SHA1 16 years ago
Stephen Boyd 6fa8e6278b format-patch: move get_patch_filename() into log-tree 16 years ago
Stephen Boyd cd2ef591c8 format-patch: pass a commit to reopen_stdout() 16 years ago
Stephen Boyd 6df514af9d format-patch: construct patch filename in one function 16 years ago
Stephen Boyd b60df87a6b format-patch: --numbered-files and --stdout aren't mutually exclusive 16 years ago
Nate Case ec2956df59 format-patch: Respect --quiet option 16 years ago
Thomas Rast 30984ed2e9 format-patch: support deep threading 16 years ago
Thomas Rast 2175c10d5a format-patch: thread as reply to cover letter even with in-reply-to 16 years ago
Thomas Rast b079c50e03 format-patch: track several references 16 years ago
Jeremy White 0db5260bd0 Enable setting attach as the default in .gitconfig for git-format-patch. 16 years ago
Junio C Hamano 9800a754f9 Teach format-patch to handle output directory relative to cwd 16 years ago
Junio C Hamano 68c2ec7f43 format-patch: show patch text for the root commit 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Markus Heidelberg 3bc52d7a95 Documentation: clarify which parameters are optional to git-cherry 16 years ago
Johannes Schindelin ea718e65fa show <tag>: reuse pp_user_info() instead of duplicating code 16 years ago
Markus Heidelberg f296802211 git-cherry: make <upstream> parameter optional 16 years ago
Junio C Hamano d2dadfe890 git-show: do not segfault when showing a bad tag 16 years ago
Jeff King 5ec11af61d reorder ALLOW_TEXTCONV option setting 16 years ago
Linus Torvalds d467a525da Make '--decorate' set an explicit 'show_decorations' flag 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago
Jeff King c7534ef4a1 userdiff: require explicitly allowing textconv 16 years ago
Brian Gernhardt a567fdcb01 format-patch: autonumber by default 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Mikael Magnusson 597faa00fd Typo "bogos" in format-patch error message. 17 years ago
René Scharfe cab4feb67d move load_ref_decorations() to log-tree.c and export it 17 years ago
René Scharfe 5e9bf11c1a log: add load_ref_decorations() 17 years ago
Jeff King 68daa64df2 format-patch: use default diff format even with patch options 17 years ago
Jim Meyering c8c4450e19 git format-patch: avoid underrun when format.headers is empty or all NLs 17 years ago
Peter Valdemar Mørch 84102a338d Teach git log --exit-code to return an appropriate exit code 17 years ago
Peter Valdemar Mørch 036d17feda Teach git log --check to return an appropriate exit code 17 years ago
René Scharfe 671f070721 add context pointer to read_tree_recursive() 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Brian Hetro 70cff3ac16 builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix' 17 years ago
Thomas Rast 4f3dcc2753 Fix 'git show' on signed tag of signed tag of commit 17 years ago
Heikki Orsila dd0ffd5b31 Add log.date config variable 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago