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
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-3
/
+8
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-1
/
+4
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+4
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
1
-20
/
+90
2019-05-15
worktree add: sanitize worktree names
Nguyễn Thái Ngọc Duy
1
-20
/
+90
2019-04-08
refs.c: remove the_repo from read_ref_at()
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2019-04-08
refs.c: add repo_dwim_log()
Nguyễn Thái Ngọc Duy
1
-6
/
+15
2019-04-08
refs.c: add repo_dwim_ref()
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2019-04-08
refs.c: remove the_repo from expand_ref()
Nguyễn Thái Ngọc Duy
1
-4
/
+6
2019-04-08
refs.c: remove the_repo from substitute_branch_name()
Nguyễn Thái Ngọc Duy
1
-4
/
+5
2019-04-08
refs.c: add refs_shorten_unambiguous_ref()
Nguyễn Thái Ngọc Duy
1
-2
/
+9
2019-04-08
refs.c: add refs_ref_exists()
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
1
-1
/
+1
2018-11-18
Merge branch 'ra/rev-parse-exclude-glob'
Junio C Hamano
1
-0
/
+4
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-1
/
+23
2018-11-13
refs: fix some exclude patterns being ignored
Rafael Ascensão
1
-0
/
+4
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+21
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
1
-7
/
+41
2018-10-07
Add a place for (not) sharing stuff between worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-10-07
refs.c: indent with tabs, not spaces
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-4
/
+4
2018-08-21
refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
Stefan Beller
1
-5
/
+4
2018-08-21
refs.c: migrate internal ref iteration to pass thru repository argument
Stefan Beller
1
-2
/
+37
2018-08-17
Merge branch 'jt/refspec-dwim-precedence-fix'
Junio C Hamano
1
-5
/
+13
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-20
/
+20
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-1
/
+1
2018-08-02
remote: make refspec follow the same disambiguation rule as local refs
Junio C Hamano
1
-5
/
+13
2018-07-24
Merge branch 'bp/log-ref-write-fd-with-strbuf'
Junio C Hamano
1
-8
/
+4
2018-07-23
refs.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-20
/
+20
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-10
convert log_ref_write_fd() to use strbuf
Ben Peart
1
-8
/
+4
2018-06-29
object: add repository argument to object_as_type
Stefan Beller
1
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-05-30
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
1
-2
/
+2
2018-05-30
Merge branch 'ma/create-pseudoref-with-null-old-oid'
Junio C Hamano
1
-5
/
+17
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-17
/
+17
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-7
/
+9
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-1
/
+2
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sb/object-store-replace'
Junio C Hamano
1
-0
/
+3
2018-05-21
shorten_unambiguous_ref: use xsnprintf
Jeff King
1
-2
/
+2
2018-05-21
get_main_ref_store: BUG() when outside a repository
Jeff King
1
-0
/
+3
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-13
refs: handle zero oid for pseudorefs
Martin Ågren
1
-3
/
+13
2018-05-13
refs.c: refer to "object ID", not "sha1", in error messages
Martin Ågren
1
-2
/
+4
2018-05-10
refs.c: do not die if locking fails in `delete_pseudoref()`
Martin Ågren
1
-4
/
+7
[next]