171 Commits (e4d0c11c04ec3c28922168844ae2694e0d015b4e)

Author SHA1 Message Date
Erwin Villejo ea1954af77 pull: should be noop when already-up-to-date 3 years ago
Junio C Hamano 361cb52383 pull: --ff-only should make it a noop when already-up-to-date 3 years ago
Alex Riesen 47bfdfb3fd pull: honor --no-verify and do not call the commit-msg hook 3 years ago
Johannes Schindelin c4dee2c085 Close object store closer to spawning child processes 3 years ago
Johannes Schindelin 7e44ff7a39 pull: release packs before fetching 3 years ago
Johannes Schindelin 52f1e82178 pull: remove support for `--rebase=preserve` 3 years ago
Elijah Newren 6f843a3355 pull: fix handling of multiple heads 4 years ago
Elijah Newren 359ff69389 pull: update docs & code for option compatibility with rebasing 4 years ago
Elijah Newren 031e2f7ae1 pull: abort by default when fast-forwarding is not possible 4 years ago
Elijah Newren adc27d6a93 pull: make --rebase and --no-rebase override pull.ff=only 4 years ago
Elijah Newren e4dc25ed49 pull: since --ff-only overrides, handle it first 4 years ago
Alex Henrie 3d5fc24dae pull: abort if --ff-only is given and fast-forwarding is impossible 4 years ago
Felipe Contreras a7d18a1109 pull: trivial whitespace style fix 4 years ago
Felipe Contreras a751e0296f pull: trivial cleanup 4 years ago
Felipe Contreras 340062243a pull: cleanup autostash check 4 years ago
Felipe Contreras c525de335e pull: display default warning only when non-ff 4 years ago
Junio C Hamano 7539fdc629 pull: correct condition to trigger non-ff advice 4 years ago
Junio C Hamano b044db9172 pull: get rid of unnecessary global variable 4 years ago
Felipe Contreras 278f4be806 pull: give the advice for choosing rebase/merge much later 4 years ago
Felipe Contreras 77a7ec6329 pull: refactor fast-forward check 4 years ago
Johannes Schindelin e01ae2a4a7 pull: colorize the hint about setting `pull.rebase` 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
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Alex Henrie 54200cef86 pull: don't warn if pull.ff has been set 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Carlo Marcelo Arenas Belón c1ea625f72 commit-reach: avoid is_descendant_of() shim 5 years ago
René Scharfe 0c9a4f638a pull: plug minor memory leak after using is_descendant_of() 5 years ago
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 6 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()" 7 years ago