summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | | | | | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMITSteffen Prohaska2014-08-282-8/+9
| * | | | | | | | | | config.c: add git_env_ulong() to parse environment variableSteffen Prohaska2014-08-282-0/+17
| * | | | | | | | | | convert: drop arguments other than 'path' from would_convert_to_git()Steffen Prohaska2014-08-212-4/+3
* | | | | | | | | | | Merge branch 'bw/use-write-script-in-tests'Junio C Hamano2014-10-081-3/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/lib-credential: use write_scriptbw/use-write-script-in-testsBen Walton2014-09-291-3/+1
* | | | | | | | | | | | Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-082-3/+108
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | archive: support filtering paths with globnd/archive-pathspecNguyễn Thái Ngọc Duy2014-09-222-3/+108
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-0823-159/+932
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
| * | | | | | | | | | | | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-174-12/+112
| * | | | | | | | | | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-176-3/+63
| * | | | | | | | | | | | signed push: fortify against replay attacksJunio C Hamano2014-09-177-29/+187
| * | | | | | | | | | | | signed push: add "pushee" header to push certificateJunio C Hamano2014-09-154-0/+13
| * | | | | | | | | | | | signed push: remove duplicated protocol infoJunio C Hamano2014-09-154-4/+69