summaryrefslogtreecommitdiffstats
path: root/builtin/pull.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pull, fetch: add --set-upstream optionCorentin BOMPARD2019-08-191-0/+6
* pull: add --[no-]show-forced-updates passthroughDerrick Stolee2019-06-211-0/+7
* Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano2019-05-081-0/+12
|\
| * merge: cleanup messages like commitDenton Liu2019-04-181-0/+12
* | builtin/pull: make hash-size independentbrian m. carlson2019-04-011-5/+6
|/
* completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+2
|\
| * wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-1/+2
* | Merge branch 'jk/verify-sig-merge-into-void'Junio C Hamano2018-11-181-0/+11
|\ \ | |/ |/|
| * pull: handle --verify-signatures for unborn branchJeff King2018-11-071-0/+11
* | submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy2018-10-221-1/+1
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-3/+6
|\ \
| * | submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+5
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-2/+2
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
* | Merge branch 'rs/opt-updates'Junio C Hamano2018-08-271-1/+1
|\ \
| * | parseopt: group literal string alternatives in argument helpRené Scharfe2018-08-211-1/+1
* | | Merge branch 'js/pull-rebase-type-shorthand'Junio C Hamano2018-08-171-3/+3
|\ \ \ | |_|/ |/| |
| * | pull --rebase=<type>: allow single-letter abbreviations for the typeJohannes Schindelin2018-08-061-3/+3
| |/
* | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-5/+10
* | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-2/+2
|\ \
| * | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-2/+2
* | | Merge branch 'ab/refspec-init-fix'Junio C Hamano2018-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | refspec: s/refspec_item_init/&_or_die/gÆvar Arnfjörð Bjarmason2018-06-111-1/+1
* | | 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
|\ \ \ \