index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+2
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
2018-05-30
1
-274
/
+79
|
\
\
|
*
|
remote: convert check_push_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-9
/
+5
|
*
|
remote: convert match_push_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-13
/
+8
|
*
|
remote: convert match_explicit_refs to take a struct refspec
Brandon Williams
2018-05-17
1
-5
/
+4
|
*
|
remote: convert get_ref_match to take a struct refspec
Brandon Williams
2018-05-17
1
-12
/
+14
|
*
|
remote: convert query_refspecs to take a struct refspec
Brandon Williams
2018-05-17
1
-5
/
+5
|
*
|
remote: convert apply_refspecs to take a struct refspec
Brandon Williams
2018-05-17
1
-9
/
+6
|
*
|
remote: convert get_stale_heads to take a struct refspec
Brandon Williams
2018-05-17
1
-9
/
+9
|
*
|
remote: remove add_prune_tags_to_fetch_refspec
Brandon Williams
2018-05-17
1
-5
/
+0
|
*
|
remote: convert fetch refspecs to struct refspec
Brandon Williams
2018-05-17
1
-26
/
+12
|
*
|
remote: convert push refspecs to struct refspec
Brandon Williams
2018-05-17
1
-21
/
+14
|
*
|
remote: convert match_push_refs to use struct refspec
Brandon Williams
2018-05-17
1
-5
/
+8
|
*
|
remote: convert check_push_refs to use struct refspec
Brandon Williams
2018-05-17
1
-4
/
+6
|
*
|
refspec: rename struct refspec to struct refspec_item
Brandon Williams
2018-05-17
1
-25
/
+25
|
*
|
refspec: move refspec parsing logic into its own file
Brandon Williams
2018-05-17
1
-164
/
+1
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
|
|
/
*
/
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+1
|
/
*
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
Merge branch 'jh/status-no-ahead-behind'
Junio C Hamano
2018-03-08
1
-16
/
+34
|
\
|
*
status: support --no-ahead-behind in long format
Jeff Hostetler
2018-01-24
1
-5
/
+13
|
*
status: add --[no-]ahead-behind to status and commit for V2 format.
Jeff Hostetler
2018-01-24
1
-0
/
+2
|
*
stat_tracking_info: return +1 when branches not equal
Jeff Hostetler
2018-01-24
1
-13
/
+21
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-10
/
+10
|
\
\
|
*
|
remote: rename 'new' variables
Brandon Williams
2018-02-22
1
-10
/
+10
|
|
/
*
|
fetch: add a --prune-tags option and fetch.pruneTags config
Ævar Arnfjörð Bjarmason
2018-02-09
1
-0
/
+14
*
|
remote: add a macro for "refs/tags/*:refs/tags/*"
Ævar Arnfjörð Bjarmason
2018-02-09
1
-0
/
+1
|
/
*
Merge branch 'js/for-each-ref-remote-name-and-ref'
Junio C Hamano
2017-11-15
1
-0
/
+30
|
\
|
*
for-each-ref: let upstream/push report the remote ref name
J Wyman
2017-11-08
1
-0
/
+30
*
|
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
|
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-3
/
+3
|
/
*
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
2017-09-24
1
-8
/
+4
*
Merge branch 'ma/up-to-date'
Junio C Hamano
2017-09-10
1
-1
/
+1
|
\
|
*
treewide: correct several "up-to-date" to "up to date"
Martin Ågren
2017-08-23
1
-1
/
+1
*
|
Merge branch 'sb/hashmap-cleanup'
Junio C Hamano
2017-08-11
1
-4
/
+8
|
\
\
|
*
|
remote.c: drop hashmap_cmp_fn cast
Stefan Beller
2017-07-05
1
-4
/
+8
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-08-11
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
2017-07-17
1
-1
/
+1
|
*
remote: convert struct push_cas to struct object_id
brian m. carlson
2017-07-17
1
-3
/
+3
*
|
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
1
-2
/
+5
|
/
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-2
/
+2
|
\
\
|
*
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-2
/
+2
|
|
/
*
|
Merge branch 'jk/drop-free-refspecs'
Junio C Hamano
2017-06-05
1
-22
/
+6
|
\
\
|
*
|
remote: drop free_refspecs() function
Jeff King
2017-06-01
1
-22
/
+6
|
|
/
*
|
Merge branch 'js/bs-is-a-dir-sep-on-windows'
Junio C Hamano
2017-06-02
1
-1
/
+6
|
\
\
[next]