117 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
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 6 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
Jeff King ca03e0670c use git_path_* helper functions 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
brian m. carlson f9b11147e0 builtin/pull: convert to struct object_id 8 years ago
brian m. carlson 14bb40b3f0 builtin/pull: convert portions to struct object_id 8 years ago
Junio C Hamano 33b842a1e9 pull: fast-forward "pull --rebase=true" 8 years ago
Johannes Schindelin d8cc92ab13 wt-status: teach has_{unstaged,uncommitted}_changes() about submodules 8 years ago