index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-3
/
+6
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-3
/
+4
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-3
/
+3
2018-05-30
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
1
-78
/
+61
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-18
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
1
-2
/
+2
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-1
/
+1
2018-05-18
fetch: generate ref-prefixes when using a configured refspec
Brandon Williams
1
-1
/
+9
2018-05-18
refspec: consolidate ref-prefix generation logic
Brandon Williams
1
-12
/
+1
2018-05-18
remote: convert get_stale_heads to take a struct refspec
Brandon Williams
1
-1
/
+1
2018-05-18
fetch: convert prune_refs to take a struct refspec
Brandon Williams
1
-6
/
+5
2018-05-18
fetch: convert get_ref_map to take a struct refspec
Brandon Williams
1
-23
/
+20
2018-05-18
fetch: convert do_fetch to take a struct refspec
Brandon Williams
1
-5
/
+5
2018-05-18
fetch: convert refmap to use struct refspec
Brandon Williams
1
-10
/
+7
2018-05-18
fetch: convert fetch_one to use struct refspec
Brandon Williams
1
-27
/
+19
2018-05-18
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams
1
-1
/
+1
2018-05-18
remote: convert fetch refspecs to struct refspec
Brandon Williams
1
-10
/
+10
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
1
-6
/
+6
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
1
-0
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-2
/
+19
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
2018-04-24
fetch: send server options when using protocol v2
Brandon Williams
1
-0
/
+5
2018-04-24
Merge branch 'bw/protocol-v2' into HEAD
Junio C Hamano
1
-2
/
+19
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-1
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-5
/
+5
2018-03-26
object-store: close all packs upon clearing the object store
Stefan Beller
1
-1
/
+1
2018-03-15
fetch: pass ref prefixes when fetching
Brandon Williams
1
-1
/
+18
2018-03-15
transport: convert transport_get_remote_refs to take a list of ref prefixes
Brandon Williams
1
-2
/
+2
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-1
/
+1
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
strbuf: convert strbuf_add_unique_abbrev to use struct object_id
brian m. carlson
1
-4
/
+4
2018-03-06
Merge branch 'ab/fetch-prune'
Junio C Hamano
1
-8
/
+46
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-6
/
+77
2018-02-09
fetch: make the --prune-tags work with <url>
Ævar Arnfjörð Bjarmason
1
-3
/
+14
2018-02-09
fetch: add a --prune-tags option and fetch.pruneTags config
Ævar Arnfjörð Bjarmason
1
-3
/
+29
2018-02-09
fetch: stop accessing "remote" variable indirectly
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-02-09
fetch: trivially refactor assignment to ref_nr
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-02-09
fetch: don't redundantly NULL something calloc() gave us
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-12-28
Merge branch 'jt/transport-hide-vtable'
Junio C Hamano
1
-3
/
+0
2017-12-14
clone, fetch: remove redundant transport check
Jonathan Tan
1
-3
/
+0
2017-12-12
submodule: convert get_next_submodule to not rely on the_index
Brandon Williams
1
-1
/
+3
2017-12-08
fetch: inherit filter-spec from partial clone
Jeff Hostetler
1
-3
/
+53
2017-12-08
fetch: support filters
Jeff Hostetler
1
-2
/
+21
2017-12-08
fetch: refactor calculation of remote list
Jonathan Tan
1
-6
/
+8
2017-10-16
Convert check_connected to use struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-2
/
+2
[next]