index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
2014-10-01
*
hold_lock_file_for_append(): restore errno before returning
Michael Haggerty
2014-10-01
*
get_locked_file_path(): new function
Michael Haggerty
2014-10-01
*
lockfile.c: rename static functions
Michael Haggerty
2014-10-01
*
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
2014-10-01
*
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
2014-10-01
*
trim_last_path_component(): replace last_path_elm()
Michael Haggerty
2014-10-01
*
resolve_symlink(): take a strbuf parameter
Michael Haggerty
2014-10-01
*
resolve_symlink(): use a strbuf for internal scratch space
Michael Haggerty
2014-10-01
*
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
2014-10-01
*
commit_lock_file(): use a strbuf to manage temporary space
Michael Haggerty
2014-10-01
*
try_merge_strategy(): use a statically-allocated lock_file object
Michael Haggerty
2014-10-01
*
try_merge_strategy(): remove redundant lock_file allocation
Michael Haggerty
2014-10-01
*
struct lock_file: declare some fields volatile
Michael Haggerty
2014-10-01
*
lockfile: avoid transitory invalid states
Michael Haggerty
2014-10-01
*
git_config_set_multivar_in_file(): avoid call to rollback_lock_file()
Michael Haggerty
2014-10-01
*
dump_marks(): remove a redundant call to rollback_lock_file()
Michael Haggerty
2014-10-01
*
api-lockfile: document edge cases
Michael Haggerty
2014-10-01
*
commit_lock_file(): rollback lock file on failure to rename
Michael Haggerty
2014-10-01
*
close_lock_file(): if close fails, roll back
Michael Haggerty
2014-10-01
*
commit_lock_file(): die() if called for unlocked lockfile object
Michael Haggerty
2014-10-01
*
commit_lock_file(): inline temporary variable
Michael Haggerty
2014-10-01
*
remove_lock_file(): call rollback_lock_file()
Michael Haggerty
2014-10-01
*
lock_file(): exit early if lockfile cannot be opened
Michael Haggerty
2014-10-01
*
prepare_index(): declare return value to be (const char *)
Michael Haggerty
2014-10-01
*
delete_ref_loose(): don't muck around in the lock_file's filename
Michael Haggerty
2014-10-01
*
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
2014-10-01
*
lockfile.c: document the various states of lock_file objects
Michael Haggerty
2014-10-01
*
lock_file(): always initialize and register lock_file object
Michael Haggerty
2014-10-01
*
hold_lock_file_for_append(): release lock on errors
Michael Haggerty
2014-10-01
*
lockfile: unlock file if lockfile permissions cannot be adjusted
Michael Haggerty
2014-10-01
*
rollback_lock_file(): set fd to -1
Michael Haggerty
2014-10-01
*
rollback_lock_file(): exit early if lock is not active
Michael Haggerty
2014-10-01
*
rollback_lock_file(): do not clear filename redundantly
Michael Haggerty
2014-10-01
*
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
2014-10-01
*
api-lockfile: revise and expand the documentation
Michael Haggerty
2014-10-01
*
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
2014-10-01
*
Sync with 2.1.2
Junio C Hamano
2014-09-29
|
\
|
*
Git 2.1.2
v2.1.2
Junio C Hamano
2014-09-29
|
*
Merge branch 'jk/fsck-exit-code-fix' into maint
Junio C Hamano
2014-09-29
|
|
\
|
*
\
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
Junio C Hamano
2014-09-29
|
|
\
\
|
*
\
\
Merge branch 'mk/reachable-protect-detached-head' into maint
Junio C Hamano
2014-09-29
|
|
\
\
\
|
*
\
\
\
Merge branch 'mb/fast-import-delete-root' into maint
Junio C Hamano
2014-09-29
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'jk/index-pack-threading-races' into maint
Junio C Hamano
2014-09-29
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'jk/send-pack-many-refspecs' into maint
Junio C Hamano
2014-09-29
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'so/rebase-doc' into maint
Junio C Hamano
2014-09-29
|
|
\
\
\
\
\
\
\
*
|
\
\
\
\
\
\
\
Merge branch 'jt/itimer-autoconf'
Junio C Hamano
2014-09-29
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
autoconf: check for setitimer()
Jonas 'Sortie' Termansen
2014-08-29
|
*
|
|
|
|
|
|
|
|
autoconf: check for struct itimerval
Jonas 'Sortie' Termansen
2014-08-29
|
*
|
|
|
|
|
|
|
|
git-compat-util.h: add missing semicolon after struct itimerval
Jonas 'Sortie' Termansen
2014-08-29
[next]