index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkt-line.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2014-06-04
shortlog: allow --exclude=<glob> to be passed
Junio C Hamano
2
-0
/
+7
2014-06-04
t5000, t5003: do not use test_cmp to compare binary files
Stepan Kasal
5
-22
/
+28
2014-06-04
update-index: fix segfault with missing --cacheinfo argument
Jeff King
2
-0
/
+7
2014-06-03
First batch for 2.1
Junio C Hamano
3
-2
/
+88
2014-06-03
refs.c: change read_ref_at to use the reflog iterators
Ronnie Sahlberg
2
-107
/
+105
2014-06-03
environment.c: enable core.preloadindex by default
Steve Hoelzer
2
-3
/
+3
2014-06-03
error_resolve_conflict: drop quotations around operation
Jeff King
1
-1
/
+1
2014-06-03
error_resolve_conflict: rewrap advice message
Jeff King
1
-4
/
+3
2014-06-03
dir.c:trim_trailing_spaces(): fix for " \ " sequence
Pasha Bolokhov
2
-15
/
+42
2014-06-02
pack-objects: use free()+xcalloc() instead of xrealloc()+memset()
René Scharfe
1
-2
/
+2
[next]