5635 Commits (8abc89800c09cda7910c2211ebbbbb95a3008b63)

Author SHA1 Message Date
Jeff King 8abc89800c trailer: put process_trailers() options into a struct 8 years ago
Jeff King c45af94dbc gc: run pre-detach operations under lock 8 years ago
Jeff King 7ca260abfe branch: set remote color in ref-filter branch immediately 8 years ago
Jeff King 34d820ee33 branch: use BRANCH_COLOR_LOCAL in ref-filter format 8 years ago
Jeff King a5b3663898 branch: only perform HEAD check for local branches 8 years ago
Kaartic Sivaraam 669638fe7a builtin/commit.c: fix a typo in the comment 8 years ago
Junio C Hamano dc4b4a61ba submodule--helper: do not call utf8_fprintf() unnecessarily 8 years ago
Junio C Hamano 8ba74bfd7c diff-tree: update stale in-code comments 8 years ago
Tyler Brazier f15e7cf5cc pull: ff --rebase --autostash works in dirty repo 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Jeff King f3a2fffe06 am: handle "-h" argument earlier 8 years ago
Jeff King 30d005c020 diff: use blob path for blob/file diffs 8 years ago
Jeff King 158b06caee diff: use pending "path" if it is available 8 years ago
Jeff King d04ec74b17 diff: use the word "path" instead of "name" for blobs 8 years ago
Jeff King 42f5ba5bb6 diff: pass whole pending entry in blobinfo 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
Samuel Lijin 6b1db43109 clean: teach clean -d to preserve ignored paths 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson c74271aae7 builtin/log: honor log.decorate 8 years ago
Jeff King 25cd291963 config: complain about --local outside of a git repo 8 years ago
Jean-Noel Avila 9932242f59 read-tree -m: make error message for merging 0 trees less smart aleck 8 years ago
Jean-Noel Avila 6c48686263 usability: don't ask questions if no reply is required 8 years ago
Junio C Hamano b9b10d3681 read-tree: "read-tree -m --empty" does not make sense 8 years ago
Jonathan Tan cbaf82cc6b receive-pack: verify push options in cert 8 years ago
Junio C Hamano 443a12f37b checkout: fix memory leak 8 years ago
Jeff King 9df4a6074a pack-objects: disable pack reuse for object-selection options 8 years ago
Johannes Schindelin 2e11f58fa6 show_worktree(): plug memory leak 8 years ago
Johannes Schindelin 5308224633 name-rev: avoid leaking memory in the `deref` case 8 years ago
Johannes Schindelin bda6e82801 receive-pack: plug memory leak in update() 8 years ago
Johannes Schindelin 1efb1e9a21 fast-export: avoid leaking memory in handle_tag() 8 years ago
Johannes Schindelin 43e61e7152 mktree: plug memory leaks reported by Coverity 8 years ago
Johannes Schindelin 077a34e0b9 pack-redundant: plug memory leak 8 years ago
Johannes Schindelin 514e803944 checkout: fix memory leak 8 years ago
Johannes Schindelin 05c2b7ba49 cat-file: fix memory leak 8 years ago
Johannes Schindelin f0733c13ed mailinfo & mailsplit: check for EOF while parsing 8 years ago
Johannes Schindelin 5f3296c069 difftool: address a couple of resource/memory leaks 8 years ago
Johannes Schindelin 5b34ba414d get_mail_commit_oid(): avoid resource leak 8 years ago
René Scharfe 57e0ef0e0e am: check return value of resolve_refdup before using hash 8 years ago
René Scharfe 79e913c24a checkout: check return value of resolve_refdup before using hash 8 years ago
Jonathan Nieder db4eca1fea clone: handle empty config values in -c 8 years ago
Jean-Noel Avila c3027be9d1 i18n: remove i18n from tag reflog message 8 years ago
Jeff King 721f5f1e35 am: shorten ident_split variable name in get_commit_info() 8 years ago
Jeff King 2e2bbb9624 am: simplify allocations in get_commit_info() 8 years ago
Jeff King f131db9e31 am: fix commit buffer leak in get_commit_info() 8 years ago
Jeff King 627fde1025 submodule_init: die cleanly on submodules without url defined 8 years ago
Jeff King 16d2676c9e am: drop "dir" parameter from am_state_init 8 years ago
Jeff King 8c2ca3a6d6 replace strbuf_addstr(git_path()) with git_path_buf() 8 years ago
Jeff King d9c69644b2 replace xstrdup(git_path(...)) with git_pathdup(...) 8 years ago
Jeff King ca03e0670c use git_path_* helper functions 8 years ago
Jeff King c10388c7dc branch: add edit_description() helper 8 years ago