summaryrefslogtreecommitdiffstats
path: root/column.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-11Update draft release notes to 2.2Junio C Hamano1-1/+42
2014-09-09Update draft release notes to 2.2Junio C Hamano1-3/+42
2014-09-04mv: no SP between function name and the first opening parentheseNguyễn Thái Ngọc Duy1-2/+2
2014-09-04mv: combine two if(s)Nguyễn Thái Ngọc Duy1-4/+3
2014-09-04mv: unindent one level for directory move codeNguyễn Thái Ngọc Duy1-28/+21
2014-09-03mv: move index search code outNguyễn Thái Ngọc Duy1-17/+25
2014-09-03mv: remove an "if" that's always trueNguyễn Thái Ngọc Duy1-15/+7
2014-09-03mv: split submodule move preparation code outNguyễn Thái Ngọc Duy1-14/+22
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano2-1/+14
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder1-12/+15
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder1-1/+10
2014-09-03refs.c: make delete_ref use a transactionRonnie Sahlberg1-21/+14
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg2-9/+32
2014-09-03refs.c: remove lock_ref_sha1Ronnie Sahlberg1-10/+5
2014-09-03refs.c: remove the update_ref_write functionRonnie Sahlberg1-26/+8
2014-09-03refs.c: remove the update_ref_lock functionRonnie Sahlberg1-24/+6
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg2-8/+5
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg1-30/+40
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg1-6/+23
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg1-9/+16
2014-09-03refs.c: change update_ref to use a transactionRonnie Sahlberg1-4/+26
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg1-14/+17
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg1-10/+15
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg1-8/+18
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg1-13/+12
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg1-6/+8
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg1-6/+10
2014-09-03refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg1-1/+33
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg3-3/+6
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg3-11/+22
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg3-14/+56
2014-09-02Start the post-2.1 cycleJunio C Hamano3-2/+54
2014-09-02imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()René Scharfe1-2/+2
2014-08-29po/TEAMS: add new members to German translation teamRalf Thielow1-0/+2
2014-08-29l10n: de.po: translate 38 new messagesRalf Thielow1-1359/+1513
2014-08-29Document LF appearing in shallow command during send-pack/receive-packShawn Pearce1-1/+1
2014-08-28merge, pull: stop advising 'commit -a' in case of conflictMatthieu Moy2-3/+2
2014-08-27log-tree: use FLEX_ARRAY in name_decorationJeff King2-2/+2
2014-08-26Makefile: drop CHECK_HEADER_DEPENDENCIES codeJeff King1-59/+0
2014-08-26use strbuf_add_absolute_path() to add absolute pathsRené Scharfe1-5/+1
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe4-42/+37
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe2-6/+6
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe5-22/+26
2014-08-26wrapper: add xgetcwd()René Scharfe2-0/+9
2014-08-26abspath: convert real_path_internal() to strbufRené Scharfe1-44/+25
2014-08-26abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe1-4/+5
2014-08-26setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe1-43/+44
2014-08-26log-tree: make name_decoration hash staticJeff King3-5/+10
2014-08-26log-tree: make add_name_decoration a public functionJeff King3-14/+17
2014-08-26imap-send: create target mailbox if it is missingTony Finch1-50/+31