8159 Commits (d6a6263f5f97d681849d5646cf1a78a20fb99bee)

Author SHA1 Message Date
Alexandr Miloslavskiy 509efef789 commit: forbid --pathspec-from-file --all 5 years ago
Tanushree Tumane 7c5cea7242 bisect--helper: convert `*_warning` char pointers to char arrays. 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago
Derrick Stolee 190a65f9db sparse-checkout: respect core.ignoreCase in cone mode 5 years ago
Denton Liu 1d7297513d notes: break set_display_notes() into smaller functions 5 years ago
René Scharfe 99f86bde83 remote: pass NULL to read_ref_full() because object ID is not needed 5 years ago
Tanushree Tumane 51a0a4ed95 bisect--helper: avoid use-after-free 5 years ago
Denton Liu 09ac67a183 format-patch: move git_config() before repo_init_revisions() 5 years ago
Denton Liu 8164c961e1 format-patch: use --notes behavior for format.notes 5 years ago
Denton Liu 1e6ed5441a notes: rename to load_display_notes() 5 years ago
SZEDER Gábor 2866fd284c name-rev: cleanup name_ref() 5 years ago
SZEDER Gábor 49f7a2fde9 name-rev: eliminate recursion in name_rev() 5 years ago
SZEDER Gábor fee984bcab name-rev: use 'name->tip_name' instead of 'tip_name' 5 years ago
Dimitriy Ryazantcev 11de8dd7ef l10n: minor case fix in 'git branch' '--unset-upstream' description 5 years ago
René Scharfe 4507ecc771 patch-id: use oid_to_hex() to print multiple object IDs 5 years ago
René Scharfe 147ee35558 commit: use strbuf_add() to add a length-limited string 5 years ago
SZEDER Gábor 8c5724c585 name-rev: drop name_rev()'s 'generation' and 'distance' parameters 5 years ago
SZEDER Gábor 3a52150301 name-rev: restructure creating/updating 'struct rev_name' instances 5 years ago
SZEDER Gábor dd432a6ecf name-rev: restructure parsing commits and applying date cutoff 5 years ago
SZEDER Gábor dd090a8a37 name-rev: pull out deref handling from the recursion 5 years ago
SZEDER Gábor 766f9e39c0 name-rev: extract creating/updating a 'struct name_rev' into a helper 5 years ago
SZEDER Gábor bf43abc6e6 name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation 5 years ago
SZEDER Gábor e0c4da6f2a name-rev: avoid unnecessary cast in name_ref() 5 years ago
René Scharfe c3794d4ccb name-rev: use strbuf_strip_suffix() in get_rev_name() 5 years ago
Denton Liu abcf857300 range-diff: clear `other_arg` at end of function 5 years ago
Jonathan Nieder c154745074 submodule: defend against submodule.update = !command in .gitmodules 5 years ago
Johannes Schindelin a8dee3ca61 Disallow dubiously-nested submodule git directories 5 years ago
Denton Liu cae0bc09ab rebase: fix format.useAutoBase breakage 5 years ago
Denton Liu 945dc55dda format-patch: teach --no-base 5 years ago
Denton Liu a749d01e1d format-patch: fix indentation 5 years ago
Alexandr Miloslavskiy a9aecc7abb checkout, restore: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy bebb5d6d6b add: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 21bb3083c3 cmd_add: prepare for next patch 5 years ago
Johannes Schindelin 0060fd1511 clone --recurse-submodules: prevent name squatting on Windows 5 years ago
Jonathan Tan 4f3e57ef13 submodule--helper: advise on fatal alternate error 5 years ago
Hans Jerry Illikainen 72b006f4bf gpg-interface: prefer check_signature() for GPG verification 5 years ago
René Scharfe 2059e79c0d name-rev: use skip_prefix() instead of starts_with() 5 years ago
René Scharfe 1768aaf01d push: use skip_prefix() instead of starts_with() 5 years ago
René Scharfe 7e412e8a34 fmt-merge-msg: use skip_prefix() instead of starts_with() 5 years ago
René Scharfe a6293f5d28 fetch: use skip_prefix() instead of starts_with() 5 years ago
Junio C Hamano d82dfa7f5b rebase -i: finishing touches to --reset-author-date 5 years ago
Manish Goregaokar 1f3aea22c7 submodule: fix 'submodule status' when called from a subdirectory 5 years ago
Alban Gruin a2dd67f105 rebase: fill `squash_onto' in get_replay_opts() 5 years ago
Nika Layzell 0a8e3036a3 reset: parse rev as tree-ish in patch mode 5 years ago
Derrick Stolee cff4e9138d sparse-checkout: check for dirty status 5 years ago
Derrick Stolee 416adc8711 sparse-checkout: update working directory in-process for 'init' 5 years ago
Derrick Stolee fb10ca5b54 sparse-checkout: write using lockfile 5 years ago
Derrick Stolee 99dfa6f970 sparse-checkout: use in-process update for disable subcommand 5 years ago
Derrick Stolee e091228e17 sparse-checkout: update working directory in-process 5 years ago
Derrick Stolee e9de487aa3 sparse-checkout: sanitize for nested folders 5 years ago