37616 Commits (9385b5d7065351104c7bfd3d1e53a28207b8b7ed)
 

Author SHA1 Message Date
Junio C Hamano 4ed115e9c5 cache-tree: do not try to use an invalidated subtree info to build a tree 11 years ago
Jonathan Nieder 88499b296b update-ref --stdin: pass transaction around explicitly 11 years ago
Jonathan Nieder ab5ac95725 update-ref --stdin: narrow scope of err strbuf 11 years ago
Ronnie Sahlberg 7521cc4611 refs.c: make delete_ref use a transaction 11 years ago
Ronnie Sahlberg 029cdb4ab2 refs.c: make prune_ref use a transaction to delete the ref 11 years ago
Ronnie Sahlberg cba12021c3 refs.c: remove lock_ref_sha1 11 years ago
Ronnie Sahlberg 04ad6223ec refs.c: remove the update_ref_write function 11 years ago
Ronnie Sahlberg 45421e24e8 refs.c: remove the update_ref_lock function 11 years ago
Ronnie Sahlberg 88b680ae8d refs.c: make lock_ref_sha1 static 11 years ago
Ronnie Sahlberg b6b10bb44c walker.c: use ref transaction for ref updates 11 years ago
Ronnie Sahlberg 3f09ba7543 fast-import.c: use a ref transaction when dumping tags 11 years ago
Ronnie Sahlberg 6629ea2d4a receive-pack.c: use a reference transaction for updating the refs 11 years ago
Ronnie Sahlberg b4d75ac1d1 refs.c: change update_ref to use a transaction 11 years ago
Ronnie Sahlberg d43f990fac branch.c: use ref transaction for all ref updates 11 years ago
Ronnie Sahlberg de7e86f522 fast-import.c: change update_branch to use ref transactions 11 years ago
Ronnie Sahlberg d668d16ca7 sequencer.c: use ref transactions for all ref updates 11 years ago
Ronnie Sahlberg c0fe1ed084 commit.c: use ref transactions for updates 11 years ago
Ronnie Sahlberg 867c2fac0a replace.c: use the ref transaction functions for updates 11 years ago
Ronnie Sahlberg e5074bfe8c tag.c: use ref transactions when doing updates 11 years ago
Ronnie Sahlberg 2bdc785fd7 refs.c: add transaction.status and track OPEN/CLOSED 11 years ago
Ronnie Sahlberg 93a644ea9d refs.c: make ref_transaction_begin take an err argument 11 years ago
Ronnie Sahlberg 8c8bdc0d35 refs.c: update ref_transaction_delete to check for error and return status 11 years ago
Ronnie Sahlberg b416af5bcd refs.c: change ref_transaction_create to do error checking and return status 11 years ago
Junio C Hamano 85f083786f Start the post-2.1 cycle 11 years ago
Junio C Hamano f655651e09 Merge branch 'rs/strbuf-getcwd' 11 years ago
Junio C Hamano 51eeaea210 Merge branch 'ta/pretty-parse-config' 11 years ago
Junio C Hamano 4740891e47 Merge branch 'bc/archive-pax-header-mode' 11 years ago
Junio C Hamano 0e28161700 Merge branch 'pr/remotes-in-hashmap' 11 years ago
Junio C Hamano 44ceb79f84 Merge branch 'jk/pretty-empty-format' 11 years ago
Junio C Hamano 56f214e071 Merge branch 'ta/config-set' 11 years ago
Junio C Hamano e8e4ce72cd Merge branch 'rs/init-no-duplicate-real-path' 11 years ago
Junio C Hamano 1d8a6f6929 Merge branch 'mm/config-edit-global' 11 years ago
Junio C Hamano c518279c0e Merge branch 'jc/reopen-lock-file' 11 years ago
René Scharfe ba9b9e1242 imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with() 11 years ago
Junio C Hamano 96db324a73 Merge git://github.com/git-l10n/git-po 11 years ago
Ralf Thielow 782ac539ea po/TEAMS: add new members to German translation team 11 years ago
Ralf Thielow d35ea4dec6 l10n: de.po: translate 38 new messages 11 years ago
Shawn Pearce 5d146f7a0f Document LF appearing in shallow command during send-pack/receive-pack 11 years ago
Matthieu Moy 91e70e00ac merge, pull: stop advising 'commit -a' in case of conflict 11 years ago
Jeff King 2e3dfb2169 log-tree: use FLEX_ARRAY in name_decoration 11 years ago
Jeff King 14821f8822 Makefile: drop CHECK_HEADER_DEPENDENCIES code 11 years ago
Junio C Hamano 4109c28e05 Merge branch 'jk/diff-tree-t-fix' 11 years ago
Junio C Hamano a3d54f9a1f Merge branch 'jk/pack-shallow-always-without-bitmap' 11 years ago
Junio C Hamano 212d781c96 Merge branch 'jk/fix-profile-feedback-build' 11 years ago
René Scharfe 9610decf4d use strbuf_add_absolute_path() to add absolute paths 11 years ago
René Scharfe 679eebe24d abspath: convert absolute_path() to strbuf 11 years ago
René Scharfe 4d3ab44d26 use xgetcwd() to set $GIT_DIR 11 years ago
René Scharfe 56b9f6e738 use xgetcwd() to get the current directory or die 11 years ago
René Scharfe aa14e980ff wrapper: add xgetcwd() 11 years ago
René Scharfe 2fdb9ce067 abspath: convert real_path_internal() to strbuf 11 years ago