summaryrefslogtreecommitdiffstats
path: root/hashmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-01hold_lock_file_for_append(): restore errno before returningMichael Haggerty1-1/+8
2014-10-01get_locked_file_path(): new functionMichael Haggerty4-3/+16
2014-10-01lockfile.c: rename static functionsMichael Haggerty1-5/+5
2014-10-01lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty4-5/+5
2014-10-01commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty4-38/+50
2014-10-01trim_last_path_component(): replace last_path_elm()Michael Haggerty1-22/+16
2014-10-01resolve_symlink(): take a strbuf parameterMichael Haggerty1-35/+22
2014-10-01resolve_symlink(): use a strbuf for internal scratch spaceMichael Haggerty1-21/+12
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty8-52/+47
2014-10-01commit_lock_file(): use a strbuf to manage temporary spaceMichael Haggerty1-5/+7
2014-10-01try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty1-7/+7
2014-10-01try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty1-1/+0
2014-10-01struct lock_file: declare some fields volatileMichael Haggerty2-4/+4
2014-10-01lockfile: avoid transitory invalid statesMichael Haggerty3-11/+28
2014-10-01git_config_set_multivar_in_file(): avoid call to rollback_lock_file()Michael Haggerty1-0/+1
2014-10-01dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty1-3/+1
2014-10-01api-lockfile: document edge casesMichael Haggerty1-6/+14
2014-10-01commit_lock_file(): rollback lock file on failure to renameMichael Haggerty1-1/+6
2014-10-01close_lock_file(): if close fails, roll backMichael Haggerty2-13/+22
2014-10-01commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty2-1/+5
2014-10-01commit_lock_file(): inline temporary variableMichael Haggerty1-3/+5
2014-10-01remove_lock_file(): call rollback_lock_file()Michael Haggerty1-6/+2
2014-10-01lock_file(): exit early if lockfile cannot be openedMichael Haggerty1-12/+11
2014-10-01prepare_index(): declare return value to be (const char *)Michael Haggerty1-2/+2
2014-10-01delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty1-6/+9
2014-10-01cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty3-8/+14
2014-10-01lockfile.c: document the various states of lock_file objectsMichael Haggerty1-0/+42
2014-10-01lock_file(): always initialize and register lock_file objectMichael Haggerty1-9/+16
2014-10-01hold_lock_file_for_append(): release lock on errorsMichael Haggerty1-2/+2
2014-10-01lockfile: unlock file if lockfile permissions cannot be adjustedMichael Haggerty1-0/+1
2014-10-01rollback_lock_file(): set fd to -1Michael Haggerty1-2/+1
2014-10-01rollback_lock_file(): exit early if lock is not activeMichael Haggerty1-6/+7
2014-10-01rollback_lock_file(): do not clear filename redundantlyMichael Haggerty1-1/+1
2014-10-01close_lock_file(): exit (successfully) if file is already closedMichael Haggerty2-2/+6
2014-10-01api-lockfile: revise and expand the documentationMichael Haggerty1-54/+167
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty4-6/+6
2014-09-30Git 2.1.2v2.1.2Junio C Hamano4-3/+24
2014-09-29Update draft release notes to 2.2Junio C Hamano1-0/+12
2014-09-26Update draft release notes to 2.2Junio C Hamano1-0/+21
2014-09-25l10n: de.po: use comma before "um"Phillip Sz1-43/+43
2014-09-25l10n: de.po: change Email to E-MailPhillip Sz1-7/+7
2014-09-25po/TEAMS: add new member to German translation teamRalf Thielow1-0/+1
2014-09-23merge-recursive: remove stale commented debugging codeStefan Beller1-4/+0
2014-09-23merge-recursive: fix copy-paste mistakeStefan Beller1-1/+1
2014-09-22mailinfo: work around -Wstring-plus-int warningEric Sunshine1-1/+2
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2-3/+8
2014-09-22t6031-test-merge-recursive: do not forget to add file to be committedStefan Beller1-0/+1
2014-09-22t9300-fast-import: fix typo in test descriptionStefan Beller1-1/+1
2014-09-22remote: simplify match_name_with_pattern() using strbufRené Scharfe1-12/+5
2014-09-22graph: simplify graph_padding_line()René Scharfe1-13/+4