summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-16annotate: use argv_arrayRené Scharfe
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees
2014-07-15rebase--am: use --cherry-pick instead of --ignore-if-in-upstreamJohn Keeping
2014-07-15sha1_file: do not add own object directory as alternateEphrim Khong
2014-07-15t5539: update a flaky testJeff King
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-07-15paint_down_to_common: use prio_queueJeff King
2014-07-15prio-queue: make output stable with respect to insertionJeff King
2014-07-15prio-queue: factor out compare and swap operationsJeff King
2014-07-15.gitignore: "git-verify-commit" is a generated fileØyvind A. Holm
2014-07-14prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy
2014-07-14dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy
2014-07-14dir.c: coding style fixNguyễn Thái Ngọc Duy
2014-07-14revert: add t3513 for submodule updatesJens Lehmann
2014-07-14stash: add t3906 for submodule updatesJens Lehmann
2014-07-14am: add t4255 for submodule updatesJens Lehmann
2014-07-14cherry-pick: add t3512 for submodule updatesJens Lehmann
2014-07-14pull: add t5572 for submodule updatesJens Lehmann
2014-07-14rebase: add t3426 for submodule updatesJens Lehmann
2014-07-14merge: add t7613 for submodule updatesJens Lehmann
2014-07-14bisect: add t6041 for submodule updatesJens Lehmann
2014-07-14reset: add t7112 for submodule updatesJens Lehmann
2014-07-14read-tree: add t1013 for submodule updatesJens Lehmann
2014-07-14apply: add t4137 for submodule updatesJens Lehmann
2014-07-14checkout: call the new submodule update test frameworkJens Lehmann
2014-07-14submodules: add the lib-submodule-update.sh test libraryJens Lehmann
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg
2014-07-14refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg
2014-07-14refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg
2014-07-14refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg
2014-07-14refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg
2014-07-13api-trace.txt: add trace API documentationKarsten Blees
2014-07-13progress: simplify performance measurement by using getnanotime()Karsten Blees
2014-07-13wt-status: simplify performance measurement by using getnanotime()Karsten Blees
2014-07-13git: add performance tracing for git's main() function to debug scriptsKarsten Blees