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
/
remote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-3
/
+3
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
1
-8
/
+4
2017-09-10
Merge branch 'ma/up-to-date'
Junio C Hamano
1
-1
/
+1
2017-08-23
treewide: correct several "up-to-date" to "up to date"
Martin Ågren
1
-1
/
+1
2017-08-11
Merge branch 'sb/hashmap-cleanup'
Junio C Hamano
1
-4
/
+8
2017-08-11
Merge branch 'bc/object-id'
Junio C Hamano
1
-4
/
+4
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-1
/
+1
2017-07-17
remote: convert struct push_cas to struct object_id
brian m. carlson
1
-3
/
+3
2017-07-05
remote.c: drop hashmap_cmp_fn cast
Stefan Beller
1
-4
/
+8
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-2
/
+5
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-2
/
+2
2017-06-05
Merge branch 'jk/drop-free-refspecs'
Junio C Hamano
1
-22
/
+6
2017-06-02
Merge branch 'js/bs-is-a-dir-sep-on-windows'
Junio C Hamano
1
-1
/
+6
2017-06-01
remote: drop free_refspecs() function
Jeff King
1
-22
/
+6
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-2
/
+3
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2017-05-26
Windows: do not treat a path with backslashes as a remote's nick name
Johannes Sixt
1
-1
/
+6
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-6
/
+7
2017-05-08
remote: plug memory leak in match_explicit()
Johannes Schindelin
1
-2
/
+3
2017-04-19
Merge branch 'bw/push-options-recursively-to-submodules'
Junio C Hamano
1
-1
/
+1
2017-04-16
Merge branch 'jc/unused-symbols'
Junio C Hamano
1
-1
/
+1
2017-04-11
remote: expose parse_push_refspec function
Brandon Williams
1
-1
/
+1
2017-03-31
remote.[ch]: parse_push_cas_option() can be static
Junio C Hamano
1
-1
/
+1
2017-02-27
Merge branch 'jn/remote-helpers-with-git-dir'
Junio C Hamano
1
-1
/
+1
2017-02-14
remote: avoid reading $GIT_DIR config in non-repo
Jeff King
1
-1
/
+1
2017-01-31
Merge branch 'km/branch-get-push-while-detached' into maint
Junio C Hamano
1
-3
/
+3
2017-01-31
Merge branch 'js/remote-rename-with-half-configured-remote'
Junio C Hamano
1
-2
/
+10
2017-01-19
remote rename: more carefully determine whether a remote is configured
Johannes Schindelin
1
-2
/
+10
2017-01-18
Merge branch 'km/branch-get-push-while-detached'
Junio C Hamano
1
-3
/
+3
2017-01-07
branch_get_push: do not segfault when HEAD is detached
Kyle Meyer
1
-3
/
+3
2016-09-15
use strbuf_addstr() for adding constant strings to a strbuf, part 2
René Scharfe
1
-4
/
+4
2016-09-08
Merge branch 'jk/push-force-with-lease-creation' into maint
Junio C Hamano
1
-4
/
+5
2016-07-26
push: allow pushing new branches with --force-with-lease
John Keeping
1
-4
/
+3
2016-07-26
push: add shorthand for --force-with-lease branch creation
John Keeping
1
-0
/
+2
2016-05-26
Merge branch 'nd/remote-plural-ours-plus-theirs' into maint
Junio C Hamano
1
-1
/
+1
2016-05-18
Merge branch 'jk/fix-attribute-macro-in-2.5' into HEAD
Junio C Hamano
1
-1
/
+1
2016-05-17
Merge branch 'nd/remote-plural-ours-plus-theirs'
Junio C Hamano
1
-1
/
+1
2016-05-06
remote.c: specify correct plural form in "commit diverge" message
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-03
Merge branch 'jk/fix-attribute-macro-in-2.5'
Junio C Hamano
1
-1
/
+1
2016-04-25
remote.c: spell __attribute__ correctly
Jeff King
1
-1
/
+1
2016-03-10
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
1
-8
/
+5
2016-03-06
remote: don't resolve HEAD in non-repository
Jeff King
1
-5
/
+6
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-8
/
+5
2016-02-26
Merge branch 'tg/git-remote'
Junio C Hamano
1
-48
/
+34
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-4
/
+4
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
1
-4
/
+1
2016-02-16
remote: simplify remote_is_configured()
Thomas Gummerer
1
-11
/
+2
[prev]
[next]