index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chdir-notify.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
submodule: convert push_unpushed_submodules to take a struct refspec
Brandon Williams
3
-12
/
+12
2018-05-17
remote: convert check_push_refs to take a struct refspec
Brandon Williams
3
-11
/
+7
2018-05-17
remote: convert match_push_refs to take a struct refspec
Brandon Williams
6
-22
/
+13
2018-05-17
http-push: store refspecs in a struct refspec
Brandon Williams
1
-9
/
+8
2018-05-17
transport: remove transport_verify_remote_names
Brandon Williams
3
-28
/
+0
2018-05-17
send-pack: store refspecs in a struct refspec
Brandon Williams
1
-17
/
+7
2018-05-17
transport: convert transport_push to take a struct refspec
Brandon Williams
3
-13
/
+9
2018-05-17
push: convert to use struct refspec
Brandon Williams
1
-23
/
+15
2018-05-17
push: check for errors earlier
Brandon Williams
1
-17
/
+14
2018-05-17
remote: convert match_explicit_refs to take a struct refspec
Brandon Williams
1
-5
/
+4
2018-05-17
remote: convert get_ref_match to take a struct refspec
Brandon Williams
1
-12
/
+14
2018-05-17
remote: convert query_refspecs to take a struct refspec
Brandon Williams
3
-8
/
+7
2018-05-17
remote: convert apply_refspecs to take a struct refspec
Brandon Williams
4
-15
/
+11
2018-05-17
remote: convert get_stale_heads to take a struct refspec
Brandon Williams
4
-13
/
+12
2018-05-17
fetch: convert prune_refs to take a struct refspec
Brandon Williams
1
-6
/
+5
2018-05-17
fetch: convert get_ref_map to take a struct refspec
Brandon Williams
1
-23
/
+20
2018-05-17
fetch: convert do_fetch to take a struct refspec
Brandon Williams
1
-5
/
+5
2018-05-17
refspec: remove the deprecated functions
Brandon Williams
2
-54
/
+0
2018-05-17
fetch: convert refmap to use struct refspec
Brandon Williams
1
-10
/
+7
2018-05-17
fetch: convert fetch_one to use struct refspec
Brandon Williams
1
-27
/
+19
2018-05-17
transport-helper: convert to use struct refspec
Brandon Williams
1
-26
/
+12
2018-05-17
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams
3
-8
/
+1
2018-05-17
remote: convert fetch refspecs to struct refspec
Brandon Williams
4
-49
/
+32
2018-05-17
remote: convert push refspecs to struct refspec
Brandon Williams
4
-37
/
+28
2018-05-17
fast-export: convert to use struct refspec
Brandon Williams
1
-14
/
+7
2018-05-17
clone: convert cmd_clone to use refspec_item_init
Brandon Williams
1
-6
/
+4
2018-05-17
remote: convert match_push_refs to use struct refspec
Brandon Williams
1
-5
/
+8
2018-05-17
remote: convert check_push_refs to use struct refspec
Brandon Williams
1
-4
/
+6
2018-05-17
transport: convert transport_push to use struct refspec
Brandon Williams
1
-8
/
+9
2018-05-17
pull: convert get_tracking_branch to use refspec_item_init
Brandon Williams
1
-4
/
+4
2018-05-17
submodule--helper: convert push_check to use struct refspec
Brandon Williams
1
-6
/
+7
2018-05-17
refspec: convert valid_fetch_refspec to use parse_refspec
Brandon Williams
2
-10
/
+10
2018-05-17
refspec: introduce struct refspec
Brandon Williams
2
-0
/
+89
2018-05-17
refspec: factor out parsing a single refspec
Brandon Williams
1
-91
/
+104
2018-05-17
refspec: rename struct refspec to struct refspec_item
Brandon Williams
15
-73
/
+73
2018-05-17
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-04-25
The fourth batch for 2.18
Junio C Hamano
1
-0
/
+78
2018-04-24
Avoid multiple PREFIX definitions
Philip Oakley
3
-8
/
+8
2018-04-24
git_setup_gettext: plug memory leak
Johannes Schindelin
1
-2
/
+7
2018-04-24
gettext: avoid initialization if the locale dir is not present
Johannes Schindelin
1
-0
/
+3
2018-04-24
Makefile: quote $INSTLIBDIR when passing it to sed
Jonathan Nieder
1
-1
/
+1
2018-04-24
Makefile: remove unused @@PERLLIBDIR@@ substitution variable
Jonathan Nieder
1
-1
/
+0
2018-04-24
walker: drop fields of `struct walker` which are always 1
Martin Ågren
4
-20
/
+8
2018-04-24
http-fetch: make `-a` standard behaviour
Martin Ågren
3
-23
/
+19
2018-04-24
config: document the settings to colorize push errors/hints
Johannes Schindelin
1
-0
/
+28
2018-04-24
push: test to verify that push errors are colored
Johannes Schindelin
1
-0
/
+12
2018-04-24
push: colorize errors
Ryan Dammrose
4
-5
/
+157
2018-04-24
color: introduce support for colorizing stderr
Johannes Schindelin
2
-10
/
+14
2018-04-23
builtin/config: introduce `color` type specifier
Taylor Blau
3
-0
/
+58
[next]