summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder
2014-09-03refs.c: make delete_ref use a transactionRonnie Sahlberg
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg
2014-09-03refs.c: remove lock_ref_sha1Ronnie Sahlberg
2014-09-03refs.c: remove the update_ref_write functionRonnie Sahlberg
2014-09-03refs.c: remove the update_ref_lock functionRonnie Sahlberg
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg
2014-09-03refs.c: change update_ref to use a transactionRonnie Sahlberg
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg
2014-09-03refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg
2014-09-02Start the post-2.1 cycleJunio C Hamano
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-09-02Merge branch 'ta/pretty-parse-config'Junio C Hamano
2014-09-02Merge branch 'bc/archive-pax-header-mode'Junio C Hamano
2014-09-02Merge branch 'pr/remotes-in-hashmap'Junio C Hamano
2014-09-02Merge branch 'jk/pretty-empty-format'Junio C Hamano
2014-09-02Merge branch 'ta/config-set'Junio C Hamano
2014-09-02Merge branch 'rs/init-no-duplicate-real-path'Junio C Hamano
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano
2014-09-02Merge branch 'jc/reopen-lock-file'Junio C Hamano
2014-09-02imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe
2014-08-29Merge git://github.com/git-l10n/git-poJunio C Hamano
2014-08-29po/TEAMS: add new members to German translation teamRalf Thielow
2014-08-29l10n: de.po: translate 38 new messagesRalf Thielow
2014-08-28Document LF appearing in shallow command during send-pack/receive-packShawn Pearce
2014-08-28merge, pull: stop advising 'commit -a' in case of conflictMatthieu Moy
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King
2014-08-26Makefile: drop CHECK_HEADER_DEPENDENCIES codeJeff King
2014-08-26Merge branch 'jk/diff-tree-t-fix'Junio C Hamano
2014-08-26Merge branch 'jk/pack-shallow-always-without-bitmap'Junio C Hamano
2014-08-26Merge branch 'jk/fix-profile-feedback-build'Junio C Hamano
2014-08-26use strbuf_add_absolute_path() to add absolute pathsRené Scharfe
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-08-26wrapper: add xgetcwd()René Scharfe