summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg-9/+32
2014-09-03refs.c: remove lock_ref_sha1Ronnie Sahlberg-10/+5
2014-09-03refs.c: remove the update_ref_write functionRonnie Sahlberg-26/+8
2014-09-03refs.c: remove the update_ref_lock functionRonnie Sahlberg-24/+6
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg-8/+5
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg-30/+40
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg-6/+23
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg-9/+16
2014-09-03refs.c: change update_ref to use a transactionRonnie Sahlberg-4/+26
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg-14/+17
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg-10/+15
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg-8/+18
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg-13/+12
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg-6/+8
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg-6/+10
2014-09-03refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg-1/+33
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg-3/+6
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg-11/+22
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg-14/+56
2014-09-02Start the post-2.1 cycleJunio C Hamano-2/+54
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano-178/+191
2014-09-02Merge branch 'ta/pretty-parse-config'Junio C Hamano-1/+3
2014-09-02Merge branch 'bc/archive-pax-header-mode'Junio C Hamano-2/+7
2014-09-02Merge branch 'pr/remotes-in-hashmap'Junio C Hamano-17/+49
2014-09-02Merge branch 'jk/pretty-empty-format'Junio C Hamano-6/+14
2014-09-02Merge branch 'ta/config-set'Junio C Hamano-0/+801
2014-09-02Merge branch 'rs/init-no-duplicate-real-path'Junio C Hamano-4/+4
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano-10/+69
2014-09-02Merge branch 'jc/reopen-lock-file'Junio C Hamano-0/+11
2014-09-02imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe-2/+2
2014-09-02MinGW: update tests to handle a native eol of crlfBrice Lambson-20/+35
2014-09-02Makefile: propagate NATIVE_CRLF to CPat Thoyts-0/+23
2014-09-02grammofix in user-facing messagesAlex Henrie-10/+10
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar-9/+10
2014-09-02merge-tree: remove unused df_conflict argumentsRené Scharfe-12/+6
2014-09-02http-walker: simplify process_alternates_response() using strbufRené Scharfe-9/+6
2014-09-02config: simplify git_config_include()René Scharfe-5/+1
2014-09-02pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt()René Scharfe-6/+5
2014-09-02connect: simplify check_ref() using skip_prefix() and starts_with()René Scharfe-10/+6
2014-08-29index-pack: fix race condition with duplicate basesJeff King-2/+31
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli-7/+45
2014-08-29autoconf: check for setitimer()Jonas 'Sortie' Termansen-0/+6
2014-08-29autoconf: check for struct itimervalJonas 'Sortie' Termansen-0/+8
2014-08-29git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen-1/+1
2014-08-29determine_author_info(): copy getenv outputJeff King-13/+27
2014-08-29determine_author_info(): reuse parsing functionsJeff King-28/+21
2014-08-29fast-import: fix segfault in store_tree()Maxim Bublis-3/+7
2014-08-29t9300: test filedelete commandMaxim Bublis-0/+104
2014-08-29Merge git://github.com/git-l10n/git-poJunio C Hamano-1359/+1515
2014-08-29read_index_unmerged(): remove unnecessary loop index adjustmentJaime Soriano Pastor-1/+0