index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-01
try_merge_strategy(): use a statically-allocated lock_file object
Michael Haggerty
1
-7
/
+7
2014-10-01
try_merge_strategy(): remove redundant lock_file allocation
Michael Haggerty
1
-1
/
+0
2014-10-01
struct lock_file: declare some fields volatile
Michael Haggerty
2
-4
/
+4
2014-10-01
lockfile: avoid transitory invalid states
Michael Haggerty
3
-11
/
+28
2014-10-01
git_config_set_multivar_in_file(): avoid call to rollback_lock_file()
Michael Haggerty
1
-0
/
+1
2014-10-01
dump_marks(): remove a redundant call to rollback_lock_file()
Michael Haggerty
1
-3
/
+1
2014-10-01
api-lockfile: document edge cases
Michael Haggerty
1
-6
/
+14
2014-10-01
commit_lock_file(): rollback lock file on failure to rename
Michael Haggerty
1
-1
/
+6
2014-10-01
close_lock_file(): if close fails, roll back
Michael Haggerty
2
-13
/
+22
2014-10-01
commit_lock_file(): die() if called for unlocked lockfile object
Michael Haggerty
2
-1
/
+5
2014-10-01
commit_lock_file(): inline temporary variable
Michael Haggerty
1
-3
/
+5
2014-10-01
remove_lock_file(): call rollback_lock_file()
Michael Haggerty
1
-6
/
+2
2014-10-01
lock_file(): exit early if lockfile cannot be opened
Michael Haggerty
1
-12
/
+11
2014-10-01
prepare_index(): declare return value to be (const char *)
Michael Haggerty
1
-2
/
+2
2014-10-01
delete_ref_loose(): don't muck around in the lock_file's filename
Michael Haggerty
1
-6
/
+9
2014-10-01
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
3
-8
/
+14
2014-10-01
lockfile.c: document the various states of lock_file objects
Michael Haggerty
1
-0
/
+42
2014-10-01
lock_file(): always initialize and register lock_file object
Michael Haggerty
1
-9
/
+16
2014-10-01
hold_lock_file_for_append(): release lock on errors
Michael Haggerty
1
-2
/
+2
2014-10-01
lockfile: unlock file if lockfile permissions cannot be adjusted
Michael Haggerty
1
-0
/
+1
2014-10-01
rollback_lock_file(): set fd to -1
Michael Haggerty
1
-2
/
+1
2014-10-01
rollback_lock_file(): exit early if lock is not active
Michael Haggerty
1
-6
/
+7
2014-10-01
rollback_lock_file(): do not clear filename redundantly
Michael Haggerty
1
-1
/
+1
2014-10-01
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
2
-2
/
+6
2014-10-01
api-lockfile: revise and expand the documentation
Michael Haggerty
1
-54
/
+167
2014-10-01
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
4
-6
/
+6
2014-10-01
daemon: remove write-only variable maxfd
René Scharfe
1
-4
/
+0
2014-10-01
daemon: fix error message after bind()
René Scharfe
1
-1
/
+1
2014-10-01
daemon: handle gethostbyname() error
René Scharfe
1
-13
/
+14
2014-10-01
sha1-lookup: handle duplicates in sha1_pos()
René Scharfe
2
-2
/
+20
2014-10-01
sha1-array: add test-sha1-array and basic tests
René Scharfe
4
-0
/
+110
2014-09-30
t0090: avoid passing empty string to printf %d
René Scharfe
1
-1
/
+1
2014-09-29
Sync with 2.1.2
Junio C Hamano
2
-1
/
+22
2014-09-29
Merge branch 'jt/itimer-autoconf'
Junio C Hamano
2
-1
/
+15
2014-09-29
Merge branch 'jc/test-lazy-prereq'
Junio C Hamano
2
-4
/
+0
2014-09-29
Merge branch 'sb/merge-recursive-copy-paste-fix'
Junio C Hamano
1
-5
/
+1
2014-09-29
Merge branch 'pr/use-default-sigpipe-setting'
Junio C Hamano
3
-1
/
+50
2014-09-29
Git 2.1.2
Junio C Hamano
4
-3
/
+24
2014-09-29
Merge branch 'jk/fsck-exit-code-fix' into maint
Junio C Hamano
3
-9
/
+87
2014-09-29
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
Junio C Hamano
4
-7
/
+41
2014-09-29
Merge branch 'mk/reachable-protect-detached-head' into maint
Junio C Hamano
2
-0
/
+25
2014-09-29
Merge branch 'mb/fast-import-delete-root' into maint
Junio C Hamano
2
-1
/
+109
2014-09-29
Merge branch 'jk/index-pack-threading-races' into maint
Junio C Hamano
1
-2
/
+31
2014-09-29
Merge branch 'jk/send-pack-many-refspecs' into maint
Junio C Hamano
5
-2
/
+153
2014-09-29
Merge branch 'so/rebase-doc' into maint
Junio C Hamano
1
-6
/
+3
2014-09-29
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+12
2014-09-29
Merge branch 'jk/mbox-from-line'
Junio C Hamano
6
-1
/
+66
2014-09-29
Merge branch 'sb/t6031-typofix'
Junio C Hamano
1
-0
/
+1
2014-09-29
Merge branch 'sb/t9300-typofix'
Junio C Hamano
1
-1
/
+1
2014-09-29
Merge branch 'rs/remote-simplify'
Junio C Hamano
1
-12
/
+5
[prev]
[next]