Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | remove_lock_file(): call rollback_lock_file() | Michael Haggerty | 2014-10-01 | 1 | -6/+2 | |
| * | | | | | | | | | lock_file(): exit early if lockfile cannot be opened | Michael Haggerty | 2014-10-01 | 1 | -12/+11 | |
| * | | | | | | | | | prepare_index(): declare return value to be (const char *) | Michael Haggerty | 2014-10-01 | 1 | -2/+2 | |
| * | | | | | | | | | delete_ref_loose(): don't muck around in the lock_file's filename | Michael Haggerty | 2014-10-01 | 1 | -6/+9 | |
| * | | | | | | | | | cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN | Michael Haggerty | 2014-10-01 | 3 | -8/+14 | |
| * | | | | | | | | | lockfile.c: document the various states of lock_file objects | Michael Haggerty | 2014-10-01 | 1 | -0/+42 | |
| * | | | | | | | | | lock_file(): always initialize and register lock_file object | Michael Haggerty | 2014-10-01 | 1 | -9/+16 | |
| * | | | | | | | | | hold_lock_file_for_append(): release lock on errors | Michael Haggerty | 2014-10-01 | 1 | -2/+2 | |
| * | | | | | | | | | lockfile: unlock file if lockfile permissions cannot be adjusted | Michael Haggerty | 2014-10-01 | 1 | -0/+1 | |
| * | | | | | | | | | rollback_lock_file(): set fd to -1 | Michael Haggerty | 2014-10-01 | 1 | -2/+1 | |
| * | | | | | | | | | rollback_lock_file(): exit early if lock is not active | Michael Haggerty | 2014-10-01 | 1 | -6/+7 | |
| * | | | | | | | | | rollback_lock_file(): do not clear filename redundantly | Michael Haggerty | 2014-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | close_lock_file(): exit (successfully) if file is already closed | Michael Haggerty | 2014-10-01 | 2 | -2/+6 | |
| * | | | | | | | | | api-lockfile: revise and expand the documentation | Michael Haggerty | 2014-10-01 | 1 | -54/+167 | |
| * | | | | | | | | | unable_to_lock_die(): rename function from unable_to_lock_index_die() | Michael Haggerty | 2014-10-01 | 4 | -6/+6 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'sk/tag-contains-wo-recursion' | Junio C Hamano | 2014-10-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t7004: give the test a bit more stack spacesk/tag-contains-wo-recursion | Junio C Hamano | 2014-09-23 | 1 | -2/+2 | |
* | | | | | | | | | | Merge branch 'da/completion-show-signature' | Junio C Hamano | 2014-10-14 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | completion: add --show-signature for log and showda/completion-show-signature | David Aguilar | 2014-10-07 | 1 | -0/+2 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'rs/daemon-fixes' | Junio C Hamano | 2014-10-14 | 1 | -18/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | daemon: remove write-only variable maxfdrs/daemon-fixes | René Scharfe | 2014-10-01 | 1 | -4/+0 | |
| * | | | | | | | | | | daemon: fix error message after bind() | René Scharfe | 2014-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | | daemon: handle gethostbyname() error | René Scharfe | 2014-10-01 | 1 | -13/+14 | |
* | | | | | | | | | | | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 2014-10-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t0090: avoid passing empty string to printf %ddt/cache-tree-repair | René Scharfe | 2014-09-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'so/rebase-doc-fork-point' | Junio C Hamano | 2014-10-14 | 1 | -12/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Documentation/git-rebase.txt: document when --fork-point is auto-enabledso/rebase-doc-fork-point | Sergey Organov | 2014-09-29 | 1 | -12/+19 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'da/include-compat-util-first-in-c' | Junio C Hamano | 2014-10-14 | 9 | -8/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cleanups: ensure that git-compat-util.h is included firstda/include-compat-util-first-in-c | David Aguilar | 2014-09-15 | 9 | -8/+7 | |
* | | | | | | | | | | | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-10-08 | 1 | -0/+13 | |
* | | | | | | | | | | | | | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 2014-10-08 | 10 | -52/+164 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | sha1_file: don't convert off_t to size_t too early to avoid potential die()sp/stream-clean-filter | Steffen Prohaska | 2014-09-22 | 1 | -4/+9 | |
| * | | | | | | | | | | | | | convert: stream from fd to required clean filter to reduce used address space | Steffen Prohaska | 2014-08-28 | 4 | -12/+99 | |
| * | | | | | | | | | | | | | copy_fd(): do not close the input file descriptor | Steffen Prohaska | 2014-08-28 | 2 | -21/+8 | |
| * | | | | | | | | | | | | | mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap size | Steffen Prohaska | 2014-08-28 | 1 | -1/+17 | |
| * | | | | | | | | | | | | | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMIT | Steffen Prohaska | 2014-08-28 | 2 | -8/+9 | |
| * | | | | | | | | | | | | | config.c: add git_env_ulong() to parse environment variable | Steffen Prohaska | 2014-08-28 | 2 | -0/+17 | |
| * | | | | | | | | | | | | | convert: drop arguments other than 'path' from would_convert_to_git() | Steffen Prohaska | 2014-08-21 | 2 | -4/+3 | |
* | | | | | | | | | | | | | | Merge branch 'bw/use-write-script-in-tests' | Junio C Hamano | 2014-10-08 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t/lib-credential: use write_scriptbw/use-write-script-in-tests | Ben Walton | 2014-09-29 | 1 | -3/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'nd/archive-pathspec' | Junio C Hamano | 2014-10-08 | 2 | -3/+108 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | archive: support filtering paths with globnd/archive-pathspec | Nguyễn Thái Ngọc Duy | 2014-09-22 | 2 | -3/+108 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'jc/push-cert' | Junio C Hamano | 2014-10-08 | 23 | -159/+932 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | receive-pack::hmac_sha1(): copy the entire SHA-1 hash out | Brian Gernhardt | 2014-09-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | signed push: allow stale nonce in stateless mode | Junio C Hamano | 2014-09-17 | 4 | -12/+112 | |
| * | | | | | | | | | | | | | | signed push: teach smart-HTTP to pass "git push --signed" around | Junio C Hamano | 2014-09-17 | 6 | -3/+63 | |
| * | | | | | | | | | | | | | | signed push: fortify against replay attacks | Junio C Hamano | 2014-09-17 | 7 | -29/+187 | |
| * | | | | | | | | | | | | | | signed push: add "pushee" header to push certificate | Junio C Hamano | 2014-09-15 | 4 | -0/+13 | |
| * | | | | | | | | | | | | | | signed push: remove duplicated protocol info | Junio C Hamano | 2014-09-15 | 4 | -4/+69 | |
| * | | | | | | | | | | | | | | send-pack: send feature request on push-cert packet | Junio C Hamano | 2014-09-15 | 2 | -5/+21 |