index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
update-ref --stdin: pass transaction around explicitly
Jonathan Nieder
2014-09-03
1
-12
/
+15
*
update-ref --stdin: narrow scope of err strbuf
Jonathan Nieder
2014-09-03
1
-1
/
+10
*
refs.c: make delete_ref use a transaction
Ronnie Sahlberg
2014-09-03
1
-21
/
+14
*
refs.c: make prune_ref use a transaction to delete the ref
Ronnie Sahlberg
2014-09-03
2
-9
/
+32
*
refs.c: remove lock_ref_sha1
Ronnie Sahlberg
2014-09-03
1
-10
/
+5
*
refs.c: remove the update_ref_write function
Ronnie Sahlberg
2014-09-03
1
-26
/
+8
*
refs.c: remove the update_ref_lock function
Ronnie Sahlberg
2014-09-03
1
-24
/
+6
*
refs.c: make lock_ref_sha1 static
Ronnie Sahlberg
2014-09-03
2
-8
/
+5
*
walker.c: use ref transaction for ref updates
Ronnie Sahlberg
2014-09-03
1
-30
/
+40
*
fast-import.c: use a ref transaction when dumping tags
Ronnie Sahlberg
2014-09-03
1
-6
/
+23
*
receive-pack.c: use a reference transaction for updating the refs
Ronnie Sahlberg
2014-09-03
1
-9
/
+16
*
refs.c: change update_ref to use a transaction
Ronnie Sahlberg
2014-09-03
1
-4
/
+26
*
branch.c: use ref transaction for all ref updates
Ronnie Sahlberg
2014-09-03
1
-14
/
+17
*
fast-import.c: change update_branch to use ref transactions
Ronnie Sahlberg
2014-09-03
1
-10
/
+15
*
sequencer.c: use ref transactions for all ref updates
Ronnie Sahlberg
2014-09-03
1
-8
/
+18
*
commit.c: use ref transactions for updates
Ronnie Sahlberg
2014-09-03
1
-13
/
+12
*
replace.c: use the ref transaction functions for updates
Ronnie Sahlberg
2014-09-03
1
-6
/
+8
*
tag.c: use ref transactions when doing updates
Ronnie Sahlberg
2014-09-03
1
-6
/
+10
*
refs.c: add transaction.status and track OPEN/CLOSED
Ronnie Sahlberg
2014-09-03
1
-1
/
+33
*
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
2014-09-03
3
-3
/
+6
*
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
2014-09-03
3
-11
/
+22
*
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
2014-09-03
3
-14
/
+56
*
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
2014-07-14
3
-16
/
+28
*
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
2014-07-14
3
-19
/
+9
*
update-ref: use err argument to get error from ref_transaction_commit
Ronnie Sahlberg
2014-07-14
1
-5
/
+5
*
refs.c: make update_ref_write update a strbuf on failure
Ronnie Sahlberg
2014-07-14
1
-3
/
+6
*
refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
Ronnie Sahlberg
2014-07-14
1
-1
/
+5
*
refs.c: log_ref_write should try to return meaningful errno
Ronnie Sahlberg
2014-07-14
1
-5
/
+23
*
refs.c: make resolve_ref_unsafe set errno to something meaningful on error
Ronnie Sahlberg
2014-07-14
2
-5
/
+16
*
refs.c: commit_packed_refs to return a meaningful errno on failure
Ronnie Sahlberg
2014-07-14
2
-1
/
+10
*
refs.c: make remove_empty_directories always set errno to something sane
Ronnie Sahlberg
2014-07-14
1
-1
/
+4
*
refs.c: verify_lock should set errno to something meaningful
Ronnie Sahlberg
2014-07-14
2
-1
/
+9
*
refs.c: make sure log_ref_setup returns a meaningful errno
Ronnie Sahlberg
2014-07-14
2
-9
/
+22
*
refs.c: add an err argument to repack_without_refs
Ronnie Sahlberg
2014-07-14
3
-8
/
+19
*
lockfile.c: make lock_file return a meaningful errno on failurei
Ronnie Sahlberg
2014-07-14
3
-5
/
+14
*
lockfile.c: add a new public function unable_to_lock_message
Ronnie Sahlberg
2014-07-14
2
-10
/
+14
*
refs.c: add a strbuf argument to ref_transaction_commit for error logging
Ronnie Sahlberg
2014-07-14
3
-3
/
+10
*
refs.c: allow passing NULL to ref_transaction_free
Ronnie Sahlberg
2014-07-14
1
-0
/
+3
*
refs.c: constify the sha arguments for ref_transaction_create|delete|update
Ronnie Sahlberg
2014-07-14
2
-6
/
+8
*
refs.c: ref_transaction_commit should not free the transaction
Ronnie Sahlberg
2014-07-14
3
-4
/
+3
*
refs.c: remove ref_transaction_rollback
Ronnie Sahlberg
2014-07-14
2
-15
/
+8
*
Third batch for 2.1
Junio C Hamano
2014-06-16
1
-0
/
+80
*
Merge branch 'ib/test-selectively-run'
Junio C Hamano
2014-06-16
3
-12
/
+617
|
\
|
*
t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests
Ramsay Jones
2014-06-06
1
-51
/
+57
|
*
test-lib: '--run' to run only specific tests
Ilya Bobyr
2014-06-06
3
-8
/
+537
|
*
test-lib: tests skipped by GIT_SKIP_TESTS say so
Ilya Bobyr
2014-06-06
2
-5
/
+71
|
*
test-lib: document short options in t/README
Ilya Bobyr
2014-06-06
1
-0
/
+4
*
|
Merge branch 'ta/string-list-init'
Junio C Hamano
2014-06-16
2
-2
/
+4
|
\
\
|
*
|
string-list: spell all values out that are given to a string_list initializer
Tanay Abhra
2014-06-06
2
-2
/
+4
*
|
|
Merge branch 'jm/dedup-test-config'
Junio C Hamano
2014-06-16
1
-5
/
+0
|
\
\
\
[next]