index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t9161
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-03
refs.c: make lock_ref_sha1 static
Ronnie Sahlberg
2
-8
/
+5
2014-09-03
walker.c: use ref transaction for ref updates
Ronnie Sahlberg
1
-30
/
+40
2014-09-03
fast-import.c: use a ref transaction when dumping tags
Ronnie Sahlberg
1
-6
/
+23
2014-09-03
receive-pack.c: use a reference transaction for updating the refs
Ronnie Sahlberg
1
-9
/
+16
2014-09-03
refs.c: change update_ref to use a transaction
Ronnie Sahlberg
1
-4
/
+26
2014-09-03
branch.c: use ref transaction for all ref updates
Ronnie Sahlberg
1
-14
/
+17
2014-09-03
fast-import.c: change update_branch to use ref transactions
Ronnie Sahlberg
1
-10
/
+15
2014-09-03
sequencer.c: use ref transactions for all ref updates
Ronnie Sahlberg
1
-8
/
+18
2014-09-03
commit.c: use ref transactions for updates
Ronnie Sahlberg
1
-13
/
+12
2014-09-03
replace.c: use the ref transaction functions for updates
Ronnie Sahlberg
1
-6
/
+8
2014-09-03
tag.c: use ref transactions when doing updates
Ronnie Sahlberg
1
-6
/
+10
2014-09-03
refs.c: add transaction.status and track OPEN/CLOSED
Ronnie Sahlberg
1
-1
/
+33
2014-09-03
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
3
-3
/
+6
2014-09-03
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
3
-11
/
+22
2014-09-03
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
3
-14
/
+56
2014-07-14
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
3
-16
/
+28
2014-07-14
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
3
-19
/
+9
2014-07-14
update-ref: use err argument to get error from ref_transaction_commit
Ronnie Sahlberg
1
-5
/
+5
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
2
-5
/
+16
2014-07-14
refs.c: commit_packed_refs to return a meaningful errno on failure
Ronnie Sahlberg
2
-1
/
+10
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
2
-1
/
+9
2014-07-14
refs.c: make sure log_ref_setup returns a meaningful errno
Ronnie Sahlberg
2
-9
/
+22
2014-07-14
refs.c: add an err argument to repack_without_refs
Ronnie Sahlberg
3
-8
/
+19
2014-07-14
lockfile.c: make lock_file return a meaningful errno on failurei
Ronnie Sahlberg
3
-5
/
+14
2014-07-14
lockfile.c: add a new public function unable_to_lock_message
Ronnie Sahlberg
2
-10
/
+14
2014-07-14
refs.c: add a strbuf argument to ref_transaction_commit for error logging
Ronnie Sahlberg
3
-3
/
+10
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
2
-6
/
+8
2014-07-14
refs.c: ref_transaction_commit should not free the transaction
Ronnie Sahlberg
3
-4
/
+3
2014-07-14
refs.c: remove ref_transaction_rollback
Ronnie Sahlberg
2
-15
/
+8
2014-06-16
Third batch for 2.1
Junio C Hamano
1
-0
/
+80
2014-06-12
pull: do not abuse 'break' inside a shell 'case'
Jacek Konieczny
1
-2
/
+0
2014-06-10
Windows: allow using UNC path for git repository
Cezary Zawadka
5
-8
/
+30
2014-06-10
patch-id-test: test stable and unstable behaviour
Michael S. Tsirkin
1
-11
/
+91
2014-06-10
patch-id: make it stable against hunk reordering
Michael S. Tsirkin
2
-20
/
+91
2014-06-10
test doc: test_write_lines does not split its arguments
Jonathan Nieder
1
-4
/
+3
2014-06-10
test: add test_write_lines helper
Michael S. Tsirkin
2
-0
/
+27
2014-06-09
Update draft release notes to 2.1
Junio C Hamano
1
-2
/
+29
2014-06-06
string-list: spell all values out that are given to a string_list initializer
Tanay Abhra
2
-2
/
+4
2014-06-06
t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests
Ramsay Jones
1
-51
/
+57
2014-06-06
test-lib: '--run' to run only specific tests
Ilya Bobyr
3
-8
/
+537
2014-06-06
test-lib: tests skipped by GIT_SKIP_TESTS say so
Ilya Bobyr
2
-5
/
+71
2014-06-06
test-lib: document short options in t/README
Ilya Bobyr
1
-0
/
+4
2014-06-06
Second batch for 2.1
Junio C Hamano
1
-0
/
+87
2014-06-06
refs.c: optimize check_refname_component()
David Turner
2
-29
/
+44
2014-06-05
t/t7810-grep.sh: remove duplicate test_config()
Jeremiah Mahler
1
-5
/
+0
[next]