summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-15sha1_file: do not add own object directory as alternateLibravatar Ephrim Khong2-4/+33
2014-07-15t5539: update a flaky testLibravatar Jeff King1-0/+1
2014-07-15tests: do not pass iso8859-1 encoded parameterLibravatar Pat Thoyts4-7/+13
2014-07-15Win32: Unicode file name support (dirent)Libravatar Karsten Blees2-21/+11
2014-07-15Win32: Unicode file name support (except dirent)Libravatar Karsten Blees2-56/+160
2014-07-15paint_down_to_common: use prio_queueLibravatar Jeff King1-23/+19
2014-07-15prio-queue: make output stable with respect to insertionLibravatar Jeff King2-6/+17
2014-07-15prio-queue: factor out compare and swap operationsLibravatar Jeff King1-24/+25
2014-07-15.gitignore: "git-verify-commit" is a generated fileLibravatar Øyvind A. Holm1-0/+1
2014-07-14prep_exclude: remove the artificial PATH_MAX limitLibravatar Nguyễn Thái Ngọc Duy2-20/+29
2014-07-14dir.h: move struct exclude declaration to top levelLibravatar Nguyễn Thái Ngọc Duy1-20/+22
2014-07-14dir.c: coding style fixLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2014-07-14lockfile: allow reopening a closed but still locked fileLibravatar Junio C Hamano2-0/+11
2014-07-14revert: add t3513 for submodule updatesLibravatar Jens Lehmann1-0/+32
2014-07-14stash: add t3906 for submodule updatesLibravatar Jens Lehmann2-5/+42
2014-07-14am: add t4255 for submodule updatesLibravatar Jens Lehmann1-0/+21
2014-07-14cherry-pick: add t3512 for submodule updatesLibravatar Jens Lehmann2-3/+25
2014-07-14pull: add t5572 for submodule updatesLibravatar Jens Lehmann1-0/+45
2014-07-14rebase: add t3426 for submodule updatesLibravatar Jens Lehmann1-0/+46
2014-07-14merge: add t7613 for submodule updatesLibravatar Jens Lehmann2-3/+40
2014-07-14bisect: add t6041 for submodule updatesLibravatar Jens Lehmann1-0/+32
2014-07-14reset: add t7112 for submodule updatesLibravatar Jens Lehmann1-0/+14
2014-07-14read-tree: add t1013 for submodule updatesLibravatar Jens Lehmann1-0/+12
2014-07-14apply: add t4137 for submodule updatesLibravatar Jens Lehmann1-0/+20
2014-07-14checkout: call the new submodule update test frameworkLibravatar Jens Lehmann1-0/+5
2014-07-14submodules: add the lib-submodule-update.sh test libraryLibravatar Jens Lehmann1-0/+640
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusLibravatar Ronnie Sahlberg3-16/+28
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitLibravatar Ronnie Sahlberg3-19/+9
2014-07-14update-ref: use err argument to get error from ref_transaction_commitLibravatar Ronnie Sahlberg1-5/+5
2014-07-14refs.c: make update_ref_write update a strbuf on failureLibravatar Ronnie Sahlberg1-3/+6
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsLibravatar Ronnie Sahlberg1-1/+5
2014-07-14refs.c: log_ref_write should try to return meaningful errnoLibravatar Ronnie Sahlberg1-5/+23
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorLibravatar Ronnie Sahlberg2-5/+16
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureLibravatar Ronnie Sahlberg2-1/+10
2014-07-14refs.c: make remove_empty_directories always set errno to something saneLibravatar Ronnie Sahlberg1-1/+4
2014-07-14refs.c: verify_lock should set errno to something meaningfulLibravatar Ronnie Sahlberg2-1/+9
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoLibravatar Ronnie Sahlberg2-9/+22
2014-07-14refs.c: add an err argument to repack_without_refsLibravatar Ronnie Sahlberg3-8/+19
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiLibravatar Ronnie Sahlberg3-5/+14
2014-07-14lockfile.c: add a new public function unable_to_lock_messageLibravatar Ronnie Sahlberg2-10/+14
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingLibravatar Ronnie Sahlberg3-3/+10
2014-07-14refs.c: allow passing NULL to ref_transaction_freeLibravatar Ronnie Sahlberg1-0/+3
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateLibravatar Ronnie Sahlberg2-6/+8
2014-07-14refs.c: ref_transaction_commit should not free the transactionLibravatar Ronnie Sahlberg3-4/+3
2014-07-14refs.c: remove ref_transaction_rollbackLibravatar Ronnie Sahlberg2-15/+8
2014-07-13api-trace.txt: add trace API documentationLibravatar Karsten Blees1-0/+97
2014-07-13progress: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-35/+36
2014-07-13wt-status: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-11/+3
2014-07-13git: add performance tracing for git's main() function to debug scriptsLibravatar Karsten Blees4-0/+30
2014-07-13trace: add trace_performance facility to debug performance issuesLibravatar Karsten Blees2-0/+65