4572 Commits (7b722d906bd5b32f3c7a63fb77835b38c1e04e4a)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 7b722d906b git-worktree.txt: keep subcommand listing in alphabetical order 9 years ago
Nguyễn Thái Ngọc Duy 14ace5b77b branch: do not rename a branch under bisect or rebase 9 years ago
Nguyễn Thái Ngọc Duy 8d9fdd7087 worktree.c: check whether branch is rebased in another worktree 9 years ago
Nguyễn Thái Ngọc Duy d3b9ac07eb worktree.c: make find_shared_symref() return struct worktree * 9 years ago
Torsten Bögershausen a08feb8ef0 correct blame for files commited with CRLF 9 years ago
Jeff King 95c38fb0ed branch: fix shortening of non-remote symrefs 9 years ago
Kazuki Yamaguchi 70999e9cec branch -m: update all per-worktree HEADs 9 years ago
Stefan Beller 344b548475 notes: don't leak memory in git_config_get_notes_strategy 9 years ago
Christian Couder 7a6a44c2dc builtin/apply: free patch when parse_chunk() fails 9 years ago
Christian Couder 484e776158 builtin/apply: handle parse_binary() failure 9 years ago
Stanislav Kolotinskiy c6777563cd git-send-pack: fix --all option when used with directory 9 years ago
Junio C Hamano 0893eec85f pretty: enable --expand-tabs by default for selected pretty formats 9 years ago
Kazuki Yamaguchi f292244c04 branch -d: refuse deleting a branch which is currently checked out 9 years ago
Ray Zhang ef2a0ac9a0 worktree: add: introduce --checkout option 9 years ago
Nguyễn Thái Ngọc Duy 3f5794493c apply: report patch skipping in verbose mode 9 years ago
Junio C Hamano e379fdf34f merge: refuse to create too cool a merge by default 9 years ago
Junio C Hamano b84e65d409 merge: fix NULL pointer dereference when merging nothing into void 9 years ago
Stefan Beller 84ba959bbd submodule: fix regression for deinit without submodules 9 years ago
Laurent Arnoud 61c2fe0c29 tag: add the option to force signing of annotated tags 9 years ago
Junio C Hamano db354b7f1b apply: remove unused call to free() in gitdiff_{old,new}name() 9 years ago
Christian Couder fda3e2cf01 builtin/apply: get rid of useless 'name' variable 9 years ago
Sven Strickroth b64c1e0718 commit: do not lose SQUASH_MSG contents 9 years ago
Mehul Jain f66398eb57 pull --rebase: add --[no-]autostash flag 9 years ago
Mehul Jain c48d73bdec git-pull.c: introduce git_pull_config() 9 years ago
Jeff King 2824e1841b list-objects: pass full pathname to callbacks 9 years ago
Jeff King dc06dc8800 list-objects: drop name_path entirely 9 years ago
Jeff King 94ce167249 init: use setup.c's repo version verification 9 years ago
Jeff King 7875acb6ec wrap shared_repository global in get/set accessors 9 years ago
Jeff King 85975c0c7f grep: turn off gitlink detection for --no-index 9 years ago
Jeff King f1c126bd8b setup: set startup_info->have_repository more reliably 9 years ago
Junio C Hamano bfee614a2f index-pack: add a helper function to derive .idx/.keep filename 9 years ago
Junio C Hamano 0e94242df1 index-pack: correct --keep[=<msg>] 9 years ago
Sidhant Sharma [:tk] 1b68387e02 builtin/receive-pack.c: use parse_options API 9 years ago
Jacob Keller 14111fc492 git: submodule honor -c credential.* from command line 9 years ago
Jacob Keller 7dad263334 submodule: fix segmentation fault in submodule--helper clone 9 years ago
Jacob Keller 717416ca87 submodule: fix submodule--helper clone usage 9 years ago
Jacob Keller 08e0970a86 submodule: check argc count for git submodule--helper clone 9 years ago
Stefan Beller 72290d6a1d clone: allow an explicit argument for parallel submodule clones 9 years ago
Stefan Beller 2335b870fa submodule update: expose parallelism to the user 9 years ago
Stefan Beller cdc04b65b4 submodule helper: remove double 'fatal: ' prefix 9 years ago
Stefan Beller 48308681b0 git submodule update: have a dedicated helper for cloning 9 years ago
Stefan Beller a028a1930c fetching submodules: respect `submodule.fetchJobs` config option 9 years ago
Gabriel Souza Franco 4a8d202c4e fetch-pack: fix object_id of exact sha1 9 years ago
Nguyễn Thái Ngọc Duy 39ad4f39cc builtin/clone.c: mark strings for translation 9 years ago
Nguyễn Thái Ngọc Duy 4636f65123 builtin/checkout.c: mark strings for translation 9 years ago
Jeff King fc7d47f0dd rev-parse: let some options run outside repository 9 years ago
John Keeping 27b30be686 config: fail if --get-urlmatch finds no value 9 years ago
Jeff King 47fe3f6ef0 nth_packed_object_offset: bounds-check extended offset 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Matthieu Moy 9501d191ad log: introduce init_log_defaults() 9 years ago