4088 Commits (16163602bacb2804d00d599049a62b7af0b0b7b6)

Author SHA1 Message Date
Jiang Xin 1fb5a0ea96 i18n: am: fix typo in description of -b option 10 years ago
Junio C Hamano 3acf8dd887 builtin/log.c: minor reformat 10 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Junio C Hamano e7ffa38c6e write_file_v(): do not leave incomplete line at the end 10 years ago
SZEDER Gábor 2bd07065c3 describe --contains: default to HEAD when no commit-ish is given 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Junio C Hamano 57c867efe4 builtin/am: make sure state files are text 10 years ago
Junio C Hamano 25b763ba7a builtin/am: introduce write_state_*() helper functions 10 years ago
Jeff King 2aea7a51a1 rev-list: make it obvious that we do not support notes 10 years ago
Junio C Hamano 82dee4160c log: show merge commit when --cc is given 10 years ago
Junio C Hamano c7eaf8b4c3 log: when --cc is given, default to -p unless told otherwise 10 years ago
Junio C Hamano b130c706ec log: rename "tweak" helpers 10 years ago
Jeff King a92330d21c get_urlmatch: avoid useless strbuf write 10 years ago
Jeff King f225987753 format_config: simplify buffer handling 10 years ago
Jeff King 9f1429df17 format_config: don't init strbuf 10 years ago
SZEDER Gábor ebca2d4957 config: restructure format_config() for better control flow 10 years ago
Junio C Hamano 8b54c23437 ps_matched: xcalloc() takes nmemb and then element size 10 years ago
Dave Borowitz 68c757f219 push: add a config option push.gpgSign for default signed pushes 10 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Dave Borowitz 068c77a518 builtin/send-pack.c: use parse_options API 10 years ago
Heiko Voigt 027771fcb1 submodule: allow erroneous values for the fetchRecurseSubmodules option 10 years ago
Heiko Voigt 851e18c385 submodule: use new config API for worktree configurations 10 years ago
Paul Tan 3ecc7040ef am --skip/--abort: merge HEAD/ORIG_HEAD tree into index 10 years ago
Jacob Keller 4f655e22b7 notes: teach git-notes about notes.<name>.mergeStrategy option 10 years ago
Jacob Keller d2d68d9975 notes: add notes.mergeStrategy option to select default strategy 10 years ago
Jacob Keller 93efcad317 notes: extract parse_notes_merge_strategy to notes-utils 10 years ago
Michael Haggerty ebebeaea0a gc: use tempfile module to handle gc.pid file 10 years ago
Michael Haggerty 00539cef39 lock_repo_for_gc(): compute the path to "gc.pid" only once 10 years ago
Paul Tan b5e823594c am: let --signoff override --no-signoff 10 years ago
Paul Tan 852a171018 am: let command-line options override saved options 10 years ago
David Turner b02e8595e2 notes: handle multiple worktrees 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Jeff King 0ea68e4296 get_repo_path: refactor path-allocation 10 years ago
Jeff King b21a5d6605 remote.c: drop extraneous local variable from migrate_file 10 years ago
Jeff King e3cf230324 prefer mkpathdup to mkpath in assignments 10 years ago
Jeff King fcd12db6af prefer git_pathdup to git_path in some possibly-dangerous cases 10 years ago
Michael Haggerty b4fb09e4da lockfile: add accessor get_lock_file_path() 10 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Patrick Steinhardt adef9561f0 clone: abort if no dir name could be guessed 10 years ago
Patrick Steinhardt 92722efec0 clone: do not use port number as dir name 10 years ago
Patrick Steinhardt e895986727 clone: do not include authentication data in guessed dir 10 years ago
Jeff King db2e220447 clone: use computed length in guess_dir_name 10 years ago
SZEDER Gábor 578625fa91 config: add '--name-only' option to list only variable names 10 years ago
Remi Lespinet e97a5e765d git-am: add am.threeWay config variable 10 years ago
Paul Tan 783d7e865e builtin-am: remove redirection to git-am.sh 10 years ago
Paul Tan 5e4f9cff3c builtin-am: check for valid committer ident 10 years ago
Paul Tan c2676cde9f builtin-am: implement legacy -b/--binary option 10 years ago
Paul Tan 7ff2683253 builtin-am: implement -i/--interactive 10 years ago
Paul Tan 94cd175cff builtin-am: support and auto-detect mercurial patches 10 years ago
Paul Tan 336108c156 builtin-am: support and auto-detect StGit series files 10 years ago