131 Commits (f0a96e8d4c98c2394dc726b57b914f95cbc7a0de)

Author SHA1 Message Date
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Denton Liu d9f15d37f1 pull: pass --autostash to merge 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
René Scharfe 13ac5edbfa pull: pass documented fetch options on 5 years ago
Elijah Newren fbae70ddc6 pull: avoid running both merge and rebase 5 years ago
Alex Henrie d18c950a69 pull: warn if the user didn't say whether to rebase or to merge 5 years ago
Bert Wesarg 88f8576eda pull --rebase/remote rename: document and honor single-letter abbreviations rebase types 5 years ago
Hans Jerry Illikainen 54887b4689 gpg-interface: add minTrustLevel as a configuration option 5 years ago
Corentin BOMPARD 24bc1a1292 pull, fetch: add --set-upstream option 5 years ago
Derrick Stolee 3883c55138 pull: add --[no-]show-forced-updates passthrough 6 years ago
Denton Liu d540b70c85 merge: cleanup messages like commit 6 years ago
brian m. carlson fbfc089d91 builtin/pull: make hash-size independent 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 5b02ca38a3 wt-status.c: remove implicit dependency on the_index 6 years ago
Jeff King 01a31f3bca pull: handle --verify-signatures for unborn branch 6 years ago
Nguyễn Thái Ngọc Duy 6245b98b0e submodule.c: remove some of the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 174d131fc9 submodule.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 7e196c3a28 merge.c: remove implicit dependency on the_index 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
René Scharfe bbc072f5d8 parseopt: group literal string alternatives in argument help 7 years ago
Johannes Schindelin 46af44b07d pull --rebase=<type>: allow single-letter abbreviations for the type 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Robert P. J. Day 30aa96cdf8 Use hyphenated "remote-tracking branch" (docs and comments) 7 years ago
Ævar Arnfjörð Bjarmason dc06422183 refspec: s/refspec_item_init/&_or_die/g 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Brandon Williams 895d391258 pull: convert get_tracking_branch to use refspec_item_init 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Johannes Schindelin 1131ec9818 pull: accept --rebase=merges to recreate the branch topology 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Stefan Beller a56771a668 builtin/pull: respect verbosity settings in submodules 7 years ago
Shuyu Wei ffb4568afe pull: pass -4/-6 option to 'git fetch' 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
W. Trevor King 3a4d2c7437 pull: pass --signoff/--no-signoff to "git merge" 7 years ago
Nicolas Morey-Chaisemartin 121e43fa53 pull: honor submodule.recurse config option 7 years ago
Nicolas Morey-Chaisemartin cad0c6928e pull: fix cli and config option parsing order 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Stefan Beller a6d7eb2c7a pull: optionally rebase submodules (remote submodule changes only) 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Tyler Brazier f15e7cf5cc pull: ff --rebase --autostash works in dirty repo 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
brian m. carlson f06e90dac1 merge: convert checkout_fast_forward to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago