4991 Commits (f81935cc4d16e6a346294ea2cd21e0751846b63a)

Author SHA1 Message Date
Jeff King 4bd488ea7c create_branch: drop unused "head" parameter 8 years ago
René Scharfe de9f7fa3b0 commit: simplify building parents list 8 years ago
Jeff King 5827a03545 fetch: use "quick" has_sha1_file for tag following 9 years ago
Jeff King 4f21454b55 merge-base: handle --fork-point without reflog 9 years ago
Johannes Schindelin 641c900b2c reset: fix usage 9 years ago
Jeff King 22d3b8de1b clone: detect errors in normalize_path_copy 9 years ago
Junio C Hamano 5293284b4d blame: use DEFAULT_ABBREV macro 9 years ago
René Scharfe 92d52fab3a use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 9 years ago
Junio C Hamano d49028e6e7 worktree: honor configuration variables 9 years ago
René Scharfe 45ccef87b3 use COPY_ARRAY 9 years ago
Nguyễn Thái Ngọc Duy b829b9439a checkout: fix ambiguity check in subdir 9 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 years ago
Thomas Gummerer d9d7096662 read-cache: introduce chmod_index_entry 9 years ago
Josh Triplett 480871e09e format-patch: show base info before email signature 9 years ago
Thomas Gummerer 22433ce461 update-index: add test for chmod flags 9 years ago
René Scharfe ce25e4c78d checkout: constify parameters of checkout_stage() and checkout_merged() 9 years ago
Nguyễn Thái Ngọc Duy 7f82b24e30 checkout: add some spaces between code and comment 9 years ago
Alex Henrie 88c782942c cat-file: put spaces around pipes in usage string 9 years ago
Alex Henrie d65fdc9c5d am: put spaces around pipe in usage string 9 years ago
Jeff King b773ddea2c pack-objects: walk tag chains for --include-tag 9 years ago
Junio C Hamano 12cfa792b8 symbolic-ref -d: do not allow removal of HEAD 9 years ago
Junio C Hamano a77598ef44 am: refactor read_author_script() 9 years ago
Thomas Gummerer bc6b13a7d2 blame: fix segfault on untracked files 9 years ago
Johannes Schindelin 6db5967d4e Revert "display HTML in default browser using Windows' shell API" 9 years ago
Stefan Beller 779b88a91f checkout: do not mention detach advice for explicit --detach option 9 years ago
René Scharfe ddd0bfac7c receive-pack: use FLEX_ALLOC_MEM in queue_command() 9 years ago
Kevin Willford b3dfeebb92 rebase: avoid computing unnecessary patch IDs 9 years ago
Jeff King 07e7dbf0db gc: default aggressive depth to 50 9 years ago
Stefan Beller 2201ee09b5 submodule--helper: use parallel processor correctly 9 years ago
Johannes Sixt dc29ddebb9 config.c: avoid duplicated global static variables 9 years ago
Johannes Schindelin 189d035e67 git mv: do not keep slash in `git mv dir non-existing-dir/` 9 years ago
René Scharfe 1eb47f167d use strbuf_add_unique_abbrev() for adding short hashes 9 years ago
René Scharfe 02a8cfa478 merge: use string_list_split() in add_strategies() 9 years ago
René Scharfe 542aa25d97 use CHILD_PROCESS_INIT to initialize automatic variables 9 years ago
René Scharfe bc57b9c0cc use strbuf_addstr() instead of strbuf_addf() with "%s" 9 years ago
Stefan Beller 4d7bc52b17 submodule update: allow '.' for branch value 9 years ago
Stefan Beller 92bbe7ccf1 submodule--helper: add remote-branch helper 9 years ago
Eric Sunshine aa59e14b23 blame: drop strdup of string literal 9 years ago
Jeff King 4d9c7e6f45 am: reset cached ident date for each patch 9 years ago
Stefan Beller 2de26ae1dc submodule--helper: fix usage string for relative-path 9 years ago
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Josh Triplett 6bc6b6c0dc format-patch: format.from gives the default for --from 9 years ago
Johannes Schindelin 548009c0d5 merge_trees(): ensure that the callers release output buffer 9 years ago
Jeff King 56dfeb6263 pack-objects: compute local/ignore_pack_keep early 9 years ago
Jeff King cd37996795 pack-objects: break out of want_object loop early 9 years ago
Vasco Almeida 996ee6d27a i18n: notes: mark comment for translation 9 years ago
Jeff King 642833db78 date: add "unix" format 9 years ago
Orgad Shaneh def480fe99 commit: describe that --no-verify skips the commit-msg hook in the help text 9 years ago
Johannes Schindelin 3f338f43b0 am -3: use merge_recursive() directly again 9 years ago