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-05-21
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy
5
-2
/
+43
2018-05-21
git --list-cmds: collect command list in a string_list
Nguyễn Thái Ngọc Duy
1
-5
/
+17
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
4
-8
/
+39
2018-05-21
fmt_with_err: add a comment that truncation is OK
Jeff King
1
-0
/
+1
2018-05-21
shorten_unambiguous_ref: use xsnprintf
Jeff King
1
-2
/
+2
2018-05-21
fsmonitor: use internal argv_array of struct child_process
René Scharfe
1
-10
/
+4
2018-05-21
log_write_email_headers: use strbufs
Jeff King
1
-6
/
+10
2018-05-21
http: use strbufs instead of fixed buffers
Jeff King
2
-32
/
+38
2018-05-21
config: die when --blob is used outside a repository
Jeff King
2
-0
/
+7
2018-05-21
get_main_ref_store: BUG() when outside a repository
Jeff King
1
-0
/
+3
2018-05-21
t9902-completion: exercise __git_complete_index_file() directly
SZEDER Gábor
1
-107
/
+118
2018-05-21
completion: don't return with error from __gitcomp_file_direct()
SZEDER Gábor
1
-2
/
+4
2018-05-21
merge-recursive: provide pair of `unpack_trees_{start,finish}()`
Elijah Newren
1
-14
/
+15
2018-05-21
merge: setup `opts` later in `checkout_fast_forward()`
Martin Ågren
1
-15
/
+17
2018-05-18
config: a user-provided invalid section is not a BUG
Johannes Schindelin
1
-1
/
+1
2018-05-18
merge-recursive: give notice when submodule commit gets fast-forwarded
Leif Middelschulte
1
-0
/
+16
2018-05-18
object.c: clear replace map before freeing it
Stefan Beller
1
-0
/
+2
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
[prev]
[next]