8949 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
Derrick Stolee 6c62f01552 for-each-repo: do nothing on empty config 4 years ago
René Scharfe ca5120c339 rebase: verify commit parameter 4 years ago
Martin Ågren 66dc0a3625 gc: fix handling of crontab magic markers 4 years ago
Johannes Schindelin 5c29f19cda checkout -p: handle tree arguments correctly again 4 years ago
Jiang Xin 0696232390 pack-redundant: fix crash when one packfile in repo 4 years ago
Ævar Arnfjörð Bjarmason 56f56ac50b style: do not "break" in switch() after "return" 4 years ago
Johannes Schindelin cc0f13c57d get_default_branch_name(): prepare for showing some advice 4 years ago
Johannes Schindelin cfaff3aac8 branch -m: allow renaming a yet-unborn branch 4 years ago
Taylor Blau aab179d937 builtin/clone.c: don't ignore transport_fetch_refs() errors 4 years ago
Elijah Newren ba359fd507 stash: fix stash application in sparse-checkouts 4 years ago
Elijah Newren b34ab4a43b stash: remove unnecessary process forking 4 years ago
Taylor Blau 4f6460df55 builtin/bugreport.c: use thread-safe localtime_r() 4 years ago
Rafael Silva e72f7defc4 maintenance: fix SEGFAULT when no repository 4 years ago
Derrick Stolee 483a6d9b5d maintenance: use 'git config --fixed-value' 4 years ago
Derrick Stolee 3f1bae1dc3 config: implement --fixed-value with --get* 4 years ago
Derrick Stolee c90702a1f6 config: plumb --fixed-value into config API 4 years ago
Derrick Stolee fda43942d7 config: add --fixed-value option, un-implemented 4 years ago
Derrick Stolee 247e2f822e config: replace 'value_regex' with 'value_pattern' 4 years ago
Derrick Stolee 504ee1290e config: convert multi_replace to flags 4 years ago
Simão Afonso df7f915fb6 crendential-store: use timeout when locking file 4 years ago
Kyle Meyer eaf5341538 stash: add missing space to an error message 4 years ago
Martin Ågren 96313423a7 grep: use designated initializers for `grep_defaults` 4 years ago
Martin Ågren 1d3878799f grep: don't set up a "default" repo for grep 4 years ago
Matheus Tavares b86339b12b worktree: fix order of arguments in error message 4 years ago
Ævar Arnfjörð Bjarmason 793c1464d3 gc: rename keep_base_pack variable for --keep-largest-pack 4 years ago
Johannes Schindelin e01ae2a4a7 pull: colorize the hint about setting `pull.rebase` 4 years ago
René Scharfe a1c74791d5 gc: fix cast in compare_tasks_by_selection() 4 years ago
Taylor Blau 2fcb03b52d builtin/repack.c: don't move existing packs out of the way 4 years ago
Philippe Blain 5176f20ffe pull: check for local submodule modifications with the right range 4 years ago
Philippe Blain 4f66d79ae3 pull --rebase: compute rebase arguments in separate function 4 years ago
Taylor Blau 704c4a5c07 builtin/repack.c: keep track of what pack-objects wrote 4 years ago
Jeff King 63f4d5cf57 repack: make "exts" array available outside cmd_repack() 4 years ago
Patrick Steinhardt 8c4417f1cf update-ref: disallow "start" for ongoing transactions 4 years ago
Patrick Steinhardt 262a4d28fe update-ref: allow creation of multiple transactions 4 years ago
Jeff King a9bc372ef8 use size_t to store pack .idx byte offsets 4 years ago
Jeff King f86f769550 compute pack .idx byte offsets using size_t 4 years ago
Josh Steadmon a2a066d96a receive-pack: log received client session ID 4 years ago
Josh Steadmon 8073d75bbf receive-pack: advertise session ID in v0 capabilities 4 years ago
Elijah Newren 449a900969 shortlog: use strset from strmap.h 4 years ago
Elijah Newren b19315d8ab Use new HASHMAP_INIT macro to simplify hashmap initialization 4 years ago
Jiang Xin 80ffeb94f4 receive-pack: use default version 0 for proc-receive 4 years ago
Jiang Xin f65003b4c4 receive-pack: gently write messages to proc-receive 4 years ago
Jeff King 3a1f91cfd9 rev-parse: handle --end-of-options 4 years ago
Jeff King 9033addfa6 rev-parse: put all options under the "-" check 4 years ago
Jeff King e05e2ae8fe rev-parse: don't accept options after dashdash 4 years ago
Junio C Hamano 3baf58bfb4 format-patch: make output filename configurable 4 years ago
Phillip Wood 8843302307 rebase -i: simplify get_revision_ranges() 4 years ago
Phillip Wood a2bb10d06d rebase -i: use struct object_id when writing state 4 years ago
Phillip Wood f3e27a02d5 rebase -i: use struct object_id rather than looking up commit 4 years ago
Phillip Wood e100bea481 rebase -i: stop overwriting ORIG_HEAD buffer 4 years ago