aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lock_file(): exit early if lockfile cannot be openedMichael Haggerty2014-10-01
* prepare_index(): declare return value to be (const char *)Michael Haggerty2014-10-01
* delete_ref_loose(): don't muck around in the lock_file's filenameMichael Haggerty2014-10-01
* cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty2014-10-01
* lockfile.c: document the various states of lock_file objectsMichael Haggerty2014-10-01
* lock_file(): always initialize and register lock_file objectMichael Haggerty2014-10-01
* hold_lock_file_for_append(): release lock on errorsMichael Haggerty2014-10-01
* lockfile: unlock file if lockfile permissions cannot be adjustedMichael Haggerty2014-10-01
* rollback_lock_file(): set fd to -1Michael Haggerty2014-10-01
* rollback_lock_file(): exit early if lock is not activeMichael Haggerty2014-10-01
* rollback_lock_file(): do not clear filename redundantlyMichael Haggerty2014-10-01
* close_lock_file(): exit (successfully) if file is already closedMichael Haggerty2014-10-01
* api-lockfile: revise and expand the documentationMichael Haggerty2014-10-01
* unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty2014-10-01
* Sync with 2.1.2Junio C Hamano2014-09-29
|\
| * Git 2.1.2v2.1.2Junio C Hamano2014-09-29
| * Merge branch 'jk/fsck-exit-code-fix' into maintJunio C Hamano2014-09-29
| |\
| * \ Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-29
| |\ \
| * \ \ Merge branch 'mk/reachable-protect-detached-head' into maintJunio C Hamano2014-09-29
| |\ \ \
| * \ \ \ Merge branch 'mb/fast-import-delete-root' into maintJunio C Hamano2014-09-29
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/index-pack-threading-races' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/send-pack-many-refspecs' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'so/rebase-doc' into maintJunio C Hamano2014-09-29
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jt/itimer-autoconf'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | autoconf: check for setitimer()Jonas 'Sortie' Termansen2014-08-29
| * | | | | | | | | autoconf: check for struct itimervalJonas 'Sortie' Termansen2014-08-29
| * | | | | | | | | git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen2014-08-29
* | | | | | | | | | Merge branch 'jc/test-lazy-prereq'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tests: drop GIT_*_TIMING_TESTS environment variable supportJunio C Hamano2014-06-13
* | | | | | | | | | | Merge branch 'sb/merge-recursive-copy-paste-fix'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | merge-recursive: remove stale commented debugging codeStefan Beller2014-09-23
| * | | | | | | | | | | merge-recursive: fix copy-paste mistakeStefan Beller2014-09-23
* | | | | | | | | | | | Merge branch 'pr/use-default-sigpipe-setting'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-22
| * | | | | | | | | | | | unblock and unignore SIGPIPEPatrick Reynolds2014-09-18
* | | | | | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-09-29
* | | | | | | | | | | | | Merge branch 'jk/mbox-from-line'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mailinfo: work around -Wstring-plus-int warningEric Sunshine2014-09-22
| * | | | | | | | | | | | | mailinfo: make ">From" in-body header check more robustJeff King2014-09-16
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'sb/t6031-typofix'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t6031-test-merge-recursive: do not forget to add file to be committedStefan Beller2014-09-22
* | | | | | | | | | | | | | Merge branch 'sb/t9300-typofix'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t9300-fast-import: fix typo in test descriptionStefan Beller2014-09-22
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'rs/remote-simplify'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | remote: simplify match_name_with_pattern() using strbufRené Scharfe2014-09-22
* | | | | | | | | | | | | | | Merge branch 'rs/graph-simplify'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | graph: simplify graph_padding_line()René Scharfe2014-09-22
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | stash: prefer --quiet over shell redirection of the standard error streamDavid Aguilar2014-09-19
| * | | | | | | | | | | | | | | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19