213 Commits (56a853b62c0ae7ebaad0a7a0a704f5ef561eb795)

Author SHA1 Message Date
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Junio C Hamano 66b2ed09c2 Fix "log" family not to be too agressive about showing notes 15 years ago
Felipe Contreras 382da4023f format-patch: fix parsing of "--" on the command line 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 15 years ago
Björn Gustavsson 2cfa8330e4 format-patch: Add "--no-stat" as a synonym for "-p" 15 years ago
Björn Gustavsson 02bc5b03f5 format-patch: Always generate a patch 15 years ago
Jonathan Nieder fef34270f2 Show usage string for 'git cherry -h' 15 years ago
Jeff King 1d46f2ea14 format-patch: make "-p" suppress diffstat 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
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
Junio C Hamano 90b1994170 diff: Rename QUIET internal option to QUICK 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