Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | api-lockfile: document edge cases | Michael Haggerty | 2014-10-01 | 1 | -6/+14 |
* | commit_lock_file(): rollback lock file on failure to rename | Michael Haggerty | 2014-10-01 | 1 | -1/+6 |
* | close_lock_file(): if close fails, roll back | Michael Haggerty | 2014-10-01 | 2 | -13/+22 |
* | commit_lock_file(): die() if called for unlocked lockfile object | Michael Haggerty | 2014-10-01 | 2 | -1/+5 |
* | commit_lock_file(): inline temporary variable | Michael Haggerty | 2014-10-01 | 1 | -3/+5 |
* | 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 |
* | Sync with 2.1.2 | Junio C Hamano | 2014-09-29 | 2 | -1/+22 |
|\ | |||||
| * | Git 2.1.2v2.1.2 | Junio C Hamano | 2014-09-29 | 4 | -3/+24 |
| * | Merge branch 'jk/fsck-exit-code-fix' into maint | Junio C Hamano | 2014-09-29 | 3 | -9/+87 |
| |\ | |||||
| * \ | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 2014-09-29 | 4 | -7/+41 |
| |\ \ | |||||
| * \ \ | Merge branch 'mk/reachable-protect-detached-head' into maint | Junio C Hamano | 2014-09-29 | 2 | -0/+25 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'mb/fast-import-delete-root' into maint | Junio C Hamano | 2014-09-29 | 2 | -1/+109 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/index-pack-threading-races' into maint | Junio C Hamano | 2014-09-29 | 1 | -2/+31 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'jk/send-pack-many-refspecs' into maint | Junio C Hamano | 2014-09-29 | 5 | -2/+153 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'so/rebase-doc' into maint | Junio C Hamano | 2014-09-29 | 1 | -6/+3 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jt/itimer-autoconf' | Junio C Hamano | 2014-09-29 | 2 | -1/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | autoconf: check for setitimer()jt/itimer-autoconf | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -0/+6 |
| * | | | | | | | | | autoconf: check for struct itimerval | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -0/+8 |
| * | | | | | | | | | git-compat-util.h: add missing semicolon after struct itimerval | Jonas 'Sortie' Termansen | 2014-08-29 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'jc/test-lazy-prereq' | Junio C Hamano | 2014-09-29 | 2 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | tests: drop GIT_*_TIMING_TESTS environment variable supportjc/test-lazy-prereq | Junio C Hamano | 2014-06-13 | 2 | -4/+0 |
* | | | | | | | | | | | Merge branch 'sb/merge-recursive-copy-paste-fix' | Junio C Hamano | 2014-09-29 | 1 | -5/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | merge-recursive: remove stale commented debugging codesb/merge-recursive-copy-paste-fix | Stefan Beller | 2014-09-23 | 1 | -4/+0 |
| * | | | | | | | | | | | merge-recursive: fix copy-paste mistake | Stefan Beller | 2014-09-23 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'pr/use-default-sigpipe-setting' | Junio C Hamano | 2014-09-29 | 3 | -1/+50 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | mingw.h: add dummy functions for sigset_t operationspr/use-default-sigpipe-setting | Johannes Sixt | 2014-09-22 | 2 | -3/+8 |
| * | | | | | | | | | | | | unblock and unignore SIGPIPE | Patrick Reynolds | 2014-09-18 | 2 | -0/+44 |
* | | | | | | | | | | | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-29 | 1 | -0/+12 |
* | | | | | | | | | | | | | Merge branch 'jk/mbox-from-line' | Junio C Hamano | 2014-09-29 | 6 | -1/+66 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | mailinfo: work around -Wstring-plus-int warningjk/mbox-from-line | Eric Sunshine | 2014-09-22 | 1 | -1/+2 |
| * | | | | | | | | | | | | | mailinfo: make ">From" in-body header check more robust | Jeff King | 2014-09-16 | 6 | -1/+65 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge branch 'sb/t6031-typofix' | Junio C Hamano | 2014-09-29 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | t6031-test-merge-recursive: do not forget to add file to be committedsb/t6031-typofix | Stefan Beller | 2014-09-22 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Merge branch 'sb/t9300-typofix' | Junio C Hamano | 2014-09-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | t9300-fast-import: fix typo in test descriptionsb/t9300-typofix | Stefan Beller | 2014-09-22 | 1 | -1/+1 |
| |/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Merge branch 'rs/remote-simplify' | Junio C Hamano | 2014-09-29 | 1 | -12/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |