index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pull.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pull: display default warning only when non-ff
Felipe Contreras
2020-12-16
1
-2
/
+5
*
pull: correct condition to trigger non-ff advice
Junio C Hamano
2020-12-16
1
-13
/
+19
*
pull: get rid of unnecessary global variable
Junio C Hamano
2020-12-16
1
-6
/
+5
*
pull: give the advice for choosing rebase/merge much later
Felipe Contreras
2020-12-14
1
-14
/
+18
*
pull: refactor fast-forward check
Felipe Contreras
2020-12-14
1
-11
/
+15
*
Merge branch 'pb/pull-rebase-recurse-submodules'
Junio C Hamano
2020-12-03
1
-12
/
+36
|
\
|
*
pull: check for local submodule modifications with the right range
Philippe Blain
2020-11-17
1
-1
/
+1
|
*
pull --rebase: compute rebase arguments in separate function
Philippe Blain
2020-11-17
1
-11
/
+35
*
|
Merge branch 'js/pull-rebase-use-advise'
Junio C Hamano
2020-11-30
1
-12
/
+12
|
\
\
|
*
|
pull: colorize the hint about setting `pull.rebase`
Johannes Schindelin
2020-11-19
1
-12
/
+12
|
|
/
*
/
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
2020-10-20
1
-1
/
+1
|
/
*
Merge branch 'ah/pull'
Junio C Hamano
2020-09-29
1
-2
/
+1
|
\
|
*
pull: don't warn if pull.ff has been set
Alex Henrie
2020-09-25
1
-2
/
+1
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-8
/
+8
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-3
/
+3
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-74
/
+74
*
|
Merge branch 'cb/is-descendant-of'
Junio C Hamano
2020-07-07
1
-1
/
+2
|
\
\
|
*
|
commit-reach: avoid is_descendant_of() shim
Carlo Marcelo Arenas Belón
2020-06-24
1
-1
/
+2
|
|
/
*
|
Merge branch 'rs/pull-leakfix'
Junio C Hamano
2020-06-29
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
pull: plug minor memory leak after using is_descendant_of()
René Scharfe
2020-06-19
1
-0
/
+1
*
|
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-4
/
+4
|
\
\
|
*
|
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-4
/
+4
*
|
|
Merge branch 'dl/merge-autostash'
Junio C Hamano
2020-04-30
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pull: pass --autostash to merge
Denton Liu
2020-04-10
1
-4
/
+5
|
|
/
*
|
Merge branch 'jk/oid-array-cleanups'
Junio C Hamano
2020-04-22
1
-1
/
+1
|
\
\
|
*
|
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
|
/
*
|
Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'
Junio C Hamano
2020-04-22
1
-1
/
+4
|
\
\
|
*
|
pull: avoid running both merge and rebase
Elijah Newren
2020-03-27
1
-1
/
+4
*
|
|
Merge branch 'rs/pull-options-sync-code-and-doc'
Junio C Hamano
2020-04-22
1
-0
/
+18
|
\
\
\
|
*
|
|
pull: pass documented fetch options on
René Scharfe
2020-03-29
1
-0
/
+18
|
|
/
/
*
|
/
pull: warn if the user didn't say whether to rebase or to merge
Alex Henrie
2020-03-10
1
-0
/
+16
|
|
/
|
/
|
*
|
Merge branch 'bw/remote-rename-update-config'
Junio C Hamano
2020-02-25
1
-25
/
+4
|
\
\
|
*
|
pull --rebase/remote rename: document and honor single-letter abbreviations r...
Bert Wesarg
2020-02-10
1
-25
/
+4
|
|
/
*
/
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
2020-01-15
1
-1
/
+12
|
/
*
pull, fetch: add --set-upstream option
Corentin BOMPARD
2019-08-19
1
-0
/
+6
*
pull: add --[no-]show-forced-updates passthrough
Derrick Stolee
2019-06-21
1
-0
/
+7
*
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
2019-05-08
1
-0
/
+12
|
\
|
*
merge: cleanup messages like commit
Denton Liu
2019-04-18
1
-0
/
+12
*
|
builtin/pull: make hash-size independent
brian m. carlson
2019-04-01
1
-5
/
+6
|
/
*
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-1
/
+2
|
\
|
*
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+2
*
|
Merge branch 'jk/verify-sig-merge-into-void'
Junio C Hamano
2018-11-18
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
pull: handle --verify-signatures for unborn branch
Jeff King
2018-11-07
1
-0
/
+11
*
|
submodule.c: remove some of the_repository references
Nguyễn Thái Ngọc Duy
2018-10-22
1
-1
/
+1
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-3
/
+6
|
\
\
|
*
|
submodule.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
*
|
merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+5
|
|
/
*
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
[next]