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-10
doc: Makefile regularise OBSOLETE_HTML list building
Philip Oakley
1
-1
/
+2
2014-10-10
doc: modernise everyday.txt wording and format in man page style
Philip Oakley
1
-109
/
+151
2014-10-09
completion: use "git -C $there" instead of (cd $there && git ...)
Junio C Hamano
1
-11
/
+7
2014-10-08
Documentation: fix misrender of pretty-formats in Asciidoctor
brian m. carlson
1
-1
/
+1
2014-10-08
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+13
2014-10-08
Merge branch 'sp/stream-clean-filter'
Junio C Hamano
10
-52
/
+164
2014-10-08
Merge branch 'bw/use-write-script-in-tests'
Junio C Hamano
1
-3
/
+1
2014-10-08
Merge branch 'nd/archive-pathspec'
Junio C Hamano
2
-3
/
+108
2014-10-08
Merge branch 'jc/push-cert'
Junio C Hamano
23
-159
/
+932
2014-10-07
Sync with maint
Junio C Hamano
1
-1
/
+1
2014-10-07
Merge branch 'maint-2.0' into maint
Junio C Hamano
1
-1
/
+1
2014-10-07
Merge branch 'maint-1.9' into maint-2.0
Junio C Hamano
1
-1
/
+1
2014-10-07
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
1
-1
/
+1
2014-10-07
Merge branch 'jk/mbox-from-line' into maint
Junio C Hamano
6
-1
/
+66
2014-10-07
completion: add --show-signature for log and show
David Aguilar
1
-0
/
+2
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
10
-75
/
+69
2014-10-07
git-tag.txt: Add a missing hyphen to `-s`
Wieland Hoffmann
1
-1
/
+1
2014-10-07
mailsplit: remove unnecessary unlink(2) call
René Scharfe
1
-1
/
+0
2014-10-07
bundle: plug minor memory leak in is_tag_in_date_range()
René Scharfe
1
-7
/
+10
2014-10-01
commit_packed_refs(): reimplement using fdopen_lock_file()
Michael Haggerty
1
-4
/
+1
2014-10-01
dump_marks(): reimplement using fdopen_lock_file()
Michael Haggerty
1
-19
/
+2
2014-10-01
fdopen_lock_file(): access a lockfile using stdio
Michael Haggerty
3
-16
/
+68
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
35
-83
/
+118
2014-10-01
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
2
-8
/
+8
2014-10-01
hold_lock_file_for_append(): restore errno before returning
Michael Haggerty
1
-1
/
+8
2014-10-01
get_locked_file_path(): new function
Michael Haggerty
4
-3
/
+16
2014-10-01
lockfile.c: rename static functions
Michael Haggerty
1
-5
/
+5
2014-10-01
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
4
-5
/
+5
2014-10-01
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
4
-38
/
+50
2014-10-01
trim_last_path_component(): replace last_path_elm()
Michael Haggerty
1
-22
/
+16
2014-10-01
resolve_symlink(): take a strbuf parameter
Michael Haggerty
1
-35
/
+22
2014-10-01
resolve_symlink(): use a strbuf for internal scratch space
Michael Haggerty
1
-21
/
+12
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
8
-52
/
+47
2014-10-01
commit_lock_file(): use a strbuf to manage temporary space
Michael Haggerty
1
-5
/
+7
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
[prev]
[next]