index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-11
refspec: initalize `refspec_item` in `valid_fetch_refspec()`
Martin Ågren
1
-1
/
+1
2018-06-11
refspec: add back a refspec_item_init() function
Ævar Arnfjörð Bjarmason
2
-3
/
+9
2018-06-11
refspec: s/refspec_item_init/&_or_die/g
Ævar Arnfjörð Bjarmason
4
-5
/
+7
2018-06-01
fetch: do not pass ref-prefixes for fetch by exact SHA1
Jonathan Nieder
3
-0
/
+25
2018-05-18
fetch: generate ref-prefixes when using a configured refspec
Brandon Williams
2
-1
/
+23
2018-05-18
refspec: consolidate ref-prefix generation logic
Brandon Williams
4
-32
/
+35
2018-05-18
submodule: convert push_unpushed_submodules to take a struct refspec
Brandon Williams
3
-12
/
+12
2018-05-18
remote: convert check_push_refs to take a struct refspec
Brandon Williams
3
-11
/
+7
2018-05-18
remote: convert match_push_refs to take a struct refspec
Brandon Williams
6
-22
/
+13
2018-05-18
http-push: store refspecs in a struct refspec
Brandon Williams
1
-9
/
+8
2018-05-18
transport: remove transport_verify_remote_names
Brandon Williams
3
-28
/
+0
2018-05-18
send-pack: store refspecs in a struct refspec
Brandon Williams
1
-17
/
+7
2018-05-18
transport: convert transport_push to take a struct refspec
Brandon Williams
3
-13
/
+9
2018-05-18
push: convert to use struct refspec
Brandon Williams
1
-23
/
+15
2018-05-18
push: check for errors earlier
Brandon Williams
1
-17
/
+14
2018-05-18
remote: convert match_explicit_refs to take a struct refspec
Brandon Williams
1
-5
/
+4
2018-05-18
remote: convert get_ref_match to take a struct refspec
Brandon Williams
1
-12
/
+14
2018-05-18
remote: convert query_refspecs to take a struct refspec
Brandon Williams
3
-8
/
+7
2018-05-18
remote: convert apply_refspecs to take a struct refspec
Brandon Williams
4
-15
/
+11
2018-05-18
remote: convert get_stale_heads to take a struct refspec
Brandon Williams
4
-13
/
+12
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
refspec: remove the deprecated functions
Brandon Williams
2
-54
/
+0
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
transport-helper: convert to use struct refspec
Brandon Williams
1
-26
/
+12
2018-05-18
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams
3
-8
/
+1
2018-05-18
remote: convert fetch refspecs to struct refspec
Brandon Williams
4
-49
/
+32
2018-05-18
remote: convert push refspecs to struct refspec
Brandon Williams
4
-37
/
+28
2018-05-18
fast-export: convert to use struct refspec
Brandon Williams
1
-14
/
+7
2018-05-18
clone: convert cmd_clone to use refspec_item_init
Brandon Williams
1
-6
/
+4
2018-05-18
remote: convert match_push_refs to use struct refspec
Brandon Williams
1
-5
/
+8
2018-05-18
remote: convert check_push_refs to use struct refspec
Brandon Williams
1
-4
/
+6
2018-05-18
transport: convert transport_push to use struct refspec
Brandon Williams
1
-8
/
+9
2018-05-18
pull: convert get_tracking_branch to use refspec_item_init
Brandon Williams
1
-4
/
+4
2018-05-18
submodule--helper: convert push_check to use struct refspec
Brandon Williams
1
-6
/
+7
2018-05-18
refspec: convert valid_fetch_refspec to use parse_refspec
Brandon Williams
2
-10
/
+10
2018-05-18
refspec: introduce struct refspec
Brandon Williams
2
-0
/
+89
2018-05-18
refspec: factor out parsing a single refspec
Brandon Williams
1
-91
/
+104
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
15
-73
/
+73
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
17
-184
/
+204
2018-05-08
The fifth batch for 2.18
Junio C Hamano
1
-0
/
+112
2018-05-08
Merge branch 'ma/http-walker-no-partial'
Junio C Hamano
6
-40
/
+24
2018-05-08
Merge branch 'js/runtime-prefix'
Junio C Hamano
4
-9
/
+17
2018-05-08
Merge branch 'js/colored-push-errors'
Junio C Hamano
8
-15
/
+211
2018-05-08
Merge branch 'jc/parseopt-expiry-errors'
Junio C Hamano
3
-2
/
+20
2018-05-08
Merge branch 'ma/fast-export-skip-merge-fix'
Junio C Hamano
2
-1
/
+22
2018-05-08
Merge branch 'tz/doc-git-urls-reference'
Junio C Hamano
1
-1
/
+1
2018-05-08
Merge branch 'tg/demote-stash-save-in-completion'
Junio C Hamano
1
-2
/
+10
[next]