summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg3-14/+56
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg3-16/+28
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg3-19/+9
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg1-5/+5
2014-07-14refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg1-3/+6
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg1-1/+5
2014-07-14refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg1-5/+23
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2-5/+16
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg2-1/+10
2014-07-14refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg1-1/+4
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg2-1/+9
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg2-9/+22
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg3-8/+19
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg3-5/+14
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg2-10/+14
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg3-3/+10
2014-07-14refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg1-0/+3
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg2-6/+8
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg3-4/+3
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg2-15/+8
2014-06-16Third batch for 2.1Junio C Hamano1-0/+80
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny1-2/+0
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka5-8/+30
2014-06-10patch-id-test: test stable and unstable behaviourMichael S. Tsirkin1-11/+91
2014-06-10patch-id: make it stable against hunk reorderingMichael S. Tsirkin2-20/+91
2014-06-10test doc: test_write_lines does not split its argumentsJonathan Nieder1-4/+3
2014-06-10test: add test_write_lines helperMichael S. Tsirkin2-0/+27
2014-06-09Update draft release notes to 2.1Junio C Hamano1-2/+29
2014-06-06string-list: spell all values out that are given to a string_list initializerTanay Abhra2-2/+4
2014-06-06t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsRamsay Jones1-51/+57
2014-06-06test-lib: '--run' to run only specific testsIlya Bobyr3-8/+537
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2-5/+71
2014-06-06test-lib: document short options in t/READMEIlya Bobyr1-0/+4
2014-06-06Second batch for 2.1Junio C Hamano1-0/+87
2014-06-06refs.c: optimize check_refname_component()David Turner2-29/+44
2014-06-05t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler1-5/+0
2014-06-04shortlog: allow --exclude=<glob> to be passedJunio C Hamano2-0/+7
2014-06-04t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal5-22/+28
2014-06-04update-index: fix segfault with missing --cacheinfo argumentJeff King2-0/+7
2014-06-03First batch for 2.1Junio C Hamano3-2/+88
2014-06-03refs.c: change read_ref_at to use the reflog iteratorsRonnie Sahlberg2-107/+105
2014-06-03environment.c: enable core.preloadindex by defaultSteve Hoelzer2-3/+3
2014-06-03error_resolve_conflict: drop quotations around operationJeff King1-1/+1
2014-06-03error_resolve_conflict: rewrap advice messageJeff King1-4/+3
2014-06-03dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2-15/+42
2014-06-02pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe1-2/+2
2014-06-02mailinfo: use strcmp() for string comparisonRené Scharfe1-3/+3
2014-06-02fix brown paper bag breakage in t5150-request-pull.shJohannes Sixt1-1/+1
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalMichael Naumov1-1/+1
2014-05-30git log: support "auto" decorationsLinus Torvalds1-0/+2