summaryrefslogtreecommitdiffstats
path: root/builtin/pull.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rd/doc-remote-tracking-with-hyphen'Junio C Hamano2018-06-181-2/+2
|\
| * Use hyphenated "remote-tracking branch" (docs and comments)Robert P. J. Day2018-06-131-2/+2
* | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-4/+5
|\ \
| * | pull: convert get_tracking_branch to use refspec_item_initBrandon Williams2018-05-171-4/+4
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-171-1/+1
| * | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-171-0/+1
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \
| * | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
| |/ /
* / / pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin2018-04-261-4/+10
|/ /
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+1
|\ \
| * | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
| |/
* | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2018-02-151-0/+2
|\ \ | |/ |/|
| * builtin/pull: respect verbosity settings in submodulesStefan Beller2018-01-251-0/+2
* | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-131-1/+1
|\ \
| * | Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-131-1/+1
* | | Merge branch 'sw/pull-ipv46-passthru'Junio C Hamano2017-11-271-0/+12
|\ \ \
| * | | pull: pass -4/-6 option to 'git fetch'Shuyu Wei2017-11-211-0/+12
* | | | Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano2017-11-151-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | reduce_heads: fix memory leaksMartin Ågren2017-11-081-1/+4
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-1/+1
|\ \ \ \
| * | | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-161-1/+1
| |/ / /
* / / / pull: pass --signoff/--no-signoff to "git merge"W. Trevor King2017-10-131-0/+6
|/ / /
* | | pull: honor submodule.recurse config optionNicolas Morey-Chaisemartin2017-09-071-0/+4
* | | pull: fix cli and config option parsing orderNicolas Morey-Chaisemartin2017-09-071-2/+2
* | | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-2/+2
|\ \ \
| * | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-2/+2
* | | | Merge branch 'sb/pull-rebase-submodule'Junio C Hamano2017-07-141-10/+63
|\ \ \ \ | | |_|/ | |/| |
| * | | pull: optionally rebase submodules (remote submodule changes only)Stefan Beller2017-06-241-10/+63
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-2/+1
|\ \ \ \
| * | | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-2/+1
| |/ / /
* | | | Merge branch 'tb/pull-ff-rebase-autostash'Junio C Hamano2017-06-051-11/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | pull: ff --rebase --autostash works in dirty repoTyler Brazier2017-06-011-11/+14
| |/ /
* | | merge: convert checkout_fast_forward to struct object_idbrian m. carlson2017-05-081-2/+2
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-5/+5
|/ /
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-2/+2
|\ \
| * | use git_path_* helper functionsJeff King2017-04-211-2/+2
| |/
* | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-3/+3
* | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-1/+1
* | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-11/+11
* | builtin/pull: convert to struct object_idbrian m. carlson2017-03-281-36/+36
* | builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-271-3/+3
|/
* Merge branch 'jc/pull-rebase-ff'Junio C Hamano2016-12-191-4/+18
|\
| * pull: fast-forward "pull --rebase=true"Junio C Hamano2016-11-291-4/+18
* | wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin2016-10-071-1/+1
* | wt-status: make the require_clean_work_tree() function reusableJohannes Schindelin2016-10-071-76/+1
* | pull: make code more similar to the shell script againJohannes Schindelin2016-10-071-10/+20
* | pull: drop confusing prefix parameter of die_on_unclean_work_tree()Johannes Schindelin2016-10-071-8/+8