summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | resolve_symlink(): take a strbuf parameterMichael Haggerty2014-10-011-35/+22
| * | | | | | resolve_symlink(): use a strbuf for internal scratch spaceMichael Haggerty2014-10-011-21/+12
| * | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-018-52/+47
| * | | | | | commit_lock_file(): use a strbuf to manage temporary spaceMichael Haggerty2014-10-011-5/+7
| * | | | | | try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty2014-10-011-7/+7
| * | | | | | try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty2014-10-011-1/+0
| * | | | | | struct lock_file: declare some fields volatileMichael Haggerty2014-10-012-4/+4
| * | | | | | lockfile: avoid transitory invalid statesMichael Haggerty2014-10-013-11/+28
| * | | | | | git_config_set_multivar_in_file(): avoid call to rollback_lock_file()Michael Haggerty2014-10-011-0/+1
| * | | | | | dump_marks(): remove a redundant call to rollback_lock_file()Michael Haggerty2014-10-011-3/+1
| * | | | | | api-lockfile: document edge casesMichael Haggerty2014-10-011-6/+14
| * | | | | | commit_lock_file(): rollback lock file on failure to renameMichael Haggerty2014-10-011-1/+6
| * | | | | | close_lock_file(): if close fails, roll backMichael Haggerty2014-10-012-13/+22
| * | | | | | commit_lock_file(): die() if called for unlocked lockfile objectMichael Haggerty2014-10-012-1/+5
| * | | | | | commit_lock_file(): inline temporary variableMichael Haggerty2014-10-011-3/+5
| * | | | | | remove_lock_file(): call rollback_lock_file()Michael Haggerty2014-10-011-6/+2
| * | | | | | lock_file(): exit early if lockfile cannot be openedMichael Haggerty2014-10-011-12/+11
| * | | | | | prepare_index(): declare return value to be (const char *)Michael Haggerty2014-10-011-2/+2
| * | | | | | delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty2014-10-011-6/+9
| * | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty2014-10-013-8/+14
| * | | | | | lockfile.c: document the various states of lock_file objectsMichael Haggerty2014-10-011-0/+42
| * | | | | | lock_file(): always initialize and register lock_file objectMichael Haggerty2014-10-011-9/+16
| * | | | | | hold_lock_file_for_append(): release lock on errorsMichael Haggerty2014-10-011-2/+2
| * | | | | | lockfile: unlock file if lockfile permissions cannot be adjustedMichael Haggerty2014-10-011-0/+1
| * | | | | | rollback_lock_file(): set fd to -1Michael Haggerty2014-10-011-2/+1
| * | | | | | rollback_lock_file(): exit early if lock is not activeMichael Haggerty2014-10-011-6/+7
| * | | | | | rollback_lock_file(): do not clear filename redundantlyMichael Haggerty2014-10-011-1/+1
| * | | | | | close_lock_file(): exit (successfully) if file is already closedMichael Haggerty2014-10-012-2/+6
| * | | | | | api-lockfile: revise and expand the documentationMichael Haggerty2014-10-011-54/+167
| * | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-014-6/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sk/tag-contains-wo-recursion'Junio C Hamano2014-10-141-2/+2
|\ \ \ \ \ \
| * | | | | | t7004: give the test a bit more stack spacesk/tag-contains-wo-recursionJunio C Hamano2014-09-231-2/+2
* | | | | | | Merge branch 'da/completion-show-signature'Junio C Hamano2014-10-141-0/+2
|\ \ \ \ \ \ \
| * | | | | | | completion: add --show-signature for log and showda/completion-show-signatureDavid Aguilar2014-10-071-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rs/daemon-fixes'Junio C Hamano2014-10-141-18/+15
|\ \ \ \ \ \ \
| * | | | | | | daemon: remove write-only variable maxfdrs/daemon-fixesRené Scharfe2014-10-011-4/+0
| * | | | | | | daemon: fix error message after bind()René Scharfe2014-10-011-1/+1
| * | | | | | | daemon: handle gethostbyname() errorRené Scharfe2014-10-011-13/+14
* | | | | | | | Merge branch 'dt/cache-tree-repair'Junio C Hamano2014-10-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t0090: avoid passing empty string to printf %ddt/cache-tree-repairRené Scharfe2014-09-301-1/+1
* | | | | | | | | Merge branch 'so/rebase-doc-fork-point'Junio C Hamano2014-10-141-12/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/git-rebase.txt: document when --fork-point is auto-enabledso/rebase-doc-fork-pointSergey Organov2014-09-291-12/+19
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano2014-10-149-8/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cleanups: ensure that git-compat-util.h is included firstda/include-compat-util-first-in-cDavid Aguilar2014-09-159-8/+7
* | | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-081-0/+13
* | | | | | | | | | Merge branch 'sp/stream-clean-filter'Junio C Hamano2014-10-0810-52/+164
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sha1_file: don't convert off_t to size_t too early to avoid potential die()sp/stream-clean-filterSteffen Prohaska2014-09-221-4/+9
| * | | | | | | | | | convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska2014-08-284-12/+99
| * | | | | | | | | | copy_fd(): do not close the input file descriptorSteffen Prohaska2014-08-282-21/+8
| * | | | | | | | | | mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap sizeSteffen Prohaska2014-08-281-1/+17