74 Commits (0d4a132144a14ae6801523960cbc1939a9bab6c1)

Author SHA1 Message Date
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 8 years ago
Nicolas Morey-Chaisemartin cad0c6928e pull: fix cli and config option parsing order 8 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 9 years ago
Johannes Schindelin fd84986f46 wt-status: make the require_clean_work_tree() function reusable 9 years ago
Johannes Schindelin ea63b393ec pull: make code more similar to the shell script again 9 years ago
Johannes Schindelin 338bc8d818 pull: drop confusing prefix parameter of die_on_unclean_work_tree() 9 years ago
Vasco Almeida 8785c42532 i18n: advice: internationalize message for conflicts 9 years ago
Alexander Hirsch c57e501c51 pull: warn on --verify-signatures with --rebase 9 years ago
Junio C Hamano 09c2cb877a pull: pass --allow-unrelated-histories to "git merge" 9 years ago
Vasco Almeida daf9f6499f i18n: builtin/pull.c: split strings marked for translation 9 years ago
Vasco Almeida 8a0de58a2a i18n: builtin/pull.c: mark placeholders for translation 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
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Johannes Schindelin f5eb87b98d pull: allow interactive rebase with --rebase=interactive 9 years ago
Stefan Beller 62104ba14a submodules: allow parallel fetching, add tests and documentation 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Alex Henrie e7a7401f8b pull: enclose <options> in brackets in the usage string 10 years ago
Ralf Thielow 7306b39f5a pull: don't mark values for option "rebase" for translation 10 years ago
Kevin Daudt 53c76dc05e pull: allow dirty tree when rebase.autostash enabled 10 years ago
Paul Tan b1456605c2 pull: remove redirection to git-pull.sh 10 years ago
Paul Tan b7b314711a pull --rebase: error on no merge candidate cases 10 years ago
Paul Tan 8944969c20 pull --rebase: exit early when the working directory is dirty 10 years ago
Paul Tan 81dbd768db pull: configure --rebase via branch.<name>.rebase or pull.rebase 10 years ago
Paul Tan 1678b81ecc pull: teach git pull about --rebase 10 years ago
Paul Tan 41fca0989e pull: set reflog message 10 years ago
Paul Tan 49ec402d52 pull: implement pulling into an unborn branch 10 years ago
Paul Tan fe911b8ca0 pull: fast-forward working tree if head is updated 10 years ago
Paul Tan 4a4cf9e821 pull: check if in unresolved merge state 10 years ago
Paul Tan a9de989754 pull: support pull.ff config 10 years ago