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
2014-09-03
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
1
-1
/
+1
2014-09-03
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
1
-5
/
+11
2014-09-03
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
1
-6
/
+12
2014-08-25
pack-refs: prune top-level refs like "refs/foo"
Jeff King
1
-1
/
+2
2014-07-28
Revert "Merge branch 'dt/refs-check-refname-component-sse'"
Junio C Hamano
1
-216
/
+18
2014-07-28
Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"
Junio C Hamano
1
-2
/
+1
2014-07-28
add object_as_type helper for casting objects
Jeff King
1
-2
/
+1
2014-07-22
Merge branch 'jk/alloc-commit-id'
Junio C Hamano
1
-2
/
+1
2014-07-21
Merge branch 'rs/unify-is-branch'
Junio C Hamano
1
-1
/
+1
2014-07-21
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
1
-53
/
+125
2014-07-16
refs.c: add a public is_branch function
Ronnie Sahlberg
1
-1
/
+1
2014-07-16
Merge branch 'jk/strip-suffix'
Junio C Hamano
1
-2
/
+2
2014-07-14
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
1
-6
/
+12
2014-07-14
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
1
-15
/
+7
2014-07-14
refs.c: make update_ref_write update a strbuf on failure
Ronnie Sahlberg
1
-3
/
+6
2014-07-14
refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
Ronnie Sahlberg
1
-1
/
+5
2014-07-14
refs.c: log_ref_write should try to return meaningful errno
Ronnie Sahlberg
1
-5
/
+23
2014-07-14
refs.c: make resolve_ref_unsafe set errno to something meaningful on error
Ronnie Sahlberg
1
-4
/
+15
2014-07-14
refs.c: commit_packed_refs to return a meaningful errno on failure
Ronnie Sahlberg
1
-1
/
+9
2014-07-14
refs.c: make remove_empty_directories always set errno to something sane
Ronnie Sahlberg
1
-1
/
+4
2014-07-14
refs.c: verify_lock should set errno to something meaningful
Ronnie Sahlberg
1
-0
/
+4
2014-07-14
refs.c: make sure log_ref_setup returns a meaningful errno
Ronnie Sahlberg
1
-8
/
+19
2014-07-14
refs.c: add an err argument to repack_without_refs
Ronnie Sahlberg
1
-5
/
+14
2014-07-14
lockfile.c: make lock_file return a meaningful errno on failurei
Ronnie Sahlberg
1
-0
/
+1
2014-07-14
refs.c: add a strbuf argument to ref_transaction_commit for error logging
Ronnie Sahlberg
1
-1
/
+5
2014-07-14
refs.c: allow passing NULL to ref_transaction_free
Ronnie Sahlberg
1
-0
/
+3
2014-07-14
refs.c: constify the sha arguments for ref_transaction_create|delete|update
Ronnie Sahlberg
1
-3
/
+4
2014-07-14
refs.c: ref_transaction_commit should not free the transaction
Ronnie Sahlberg
1
-1
/
+0
2014-07-14
refs.c: remove ref_transaction_rollback
Ronnie Sahlberg
1
-6
/
+1
2014-07-13
add object_as_type helper for casting objects
Jeff King
1
-2
/
+1
2014-07-10
Merge branch 'dt/refs-check-refname-component-sse-fix'
Junio C Hamano
1
-1
/
+2
2014-07-07
refs.c: handle REFNAME_REFSPEC_PATTERN at end of page
David Turner
1
-1
/
+2
2014-07-02
Merge branch 'dt/refs-check-refname-component-sse'
Junio C Hamano
1
-18
/
+216
2014-06-30
replace has_extension with ends_with
Jeff King
1
-2
/
+2
2014-06-18
refs.c: SSE2 optimizations for check_refname_component
David Turner
1
-18
/
+216
2014-06-16
Merge branch 'dt/refs-check-refname-component-optim'
Junio C Hamano
1
-28
/
+39
2014-06-16
Merge branch 'rs/read-ref-at'
Junio C Hamano
1
-105
/
+103
2014-06-16
Merge branch 'jl/remote-rm-prune'
Junio C Hamano
1
-2
/
+19
2014-06-06
Merge branch 'rs/reflog-exists'
Junio C Hamano
1
-6
/
+15
2014-06-05
refs.c: optimize check_refname_component()
David Turner
1
-28
/
+39
2014-06-03
refs.c: change read_ref_at to use the reflog iterators
Ronnie Sahlberg
1
-105
/
+103
2014-05-27
remote prune: optimize "dangling symref" check/warning
Jens Lindström
1
-1
/
+18
2014-05-27
remote: repack packed-refs once when deleting multiple refs
Jens Lindström
1
-1
/
+1
2014-05-08
refs.c: add new functions reflog_exists and delete_reflog
Ronnie Sahlberg
1
-6
/
+15
2014-04-07
ref_transaction_commit(): work with transaction->updates in place
Michael Haggerty
1
-4
/
+1
2014-04-07
struct ref_update: add a type field
Michael Haggerty
1
-5
/
+3
2014-04-07
struct ref_update: add a lock field
Michael Haggerty
1
-17
/
+19
2014-04-07
ref_transaction_commit(): simplify code using temporary variables
Michael Haggerty
1
-8
/
+13
2014-04-07
struct ref_update: store refname as a FLEX_ARRAY
Michael Haggerty
1
-9
/
+6
2014-04-07
struct ref_update: rename field "ref_name" to "refname"
Michael Haggerty
1
-9
/
+9
[prev]
[next]