index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-13
define a structure for object IDs
brian m. carlson
1
-0
/
+8
2015-03-12
untracked cache: mark index dirty if untracked cache is updated
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2015-03-12
untracked cache: avoid racy timestamps
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-12
untracked cache: save to an index extension
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2015-03-05
Merge branch 'jk/prune-mtime' into maint
Junio C Hamano
1
-0
/
+9
2015-03-05
Merge branch 'jk/decimal-width-for-uintmax' into maint
Junio C Hamano
1
-1
/
+1
2015-03-05
Merge branch 'mh/refs-have-new'
Junio C Hamano
1
-1
/
+1
2015-02-22
Merge branch 'jk/prune-mtime'
Junio C Hamano
1
-0
/
+9
2015-02-18
Merge branch 'jk/decimal-width-for-uintmax'
Junio C Hamano
1
-1
/
+1
2015-02-17
refs.c: change some "flags" to "unsigned int"
Michael Haggerty
1
-1
/
+1
2015-02-09
for_each_loose_file_in_objdir: take an optional strbuf path
Jeff King
1
-0
/
+9
2015-02-05
decimal_width: avoid integer overflow
Jeff King
1
-1
/
+1
2014-12-22
Merge branch 'dm/compat-s-ifmt-for-zos'
Junio C Hamano
1
-7
/
+0
2014-12-17
Sync with v2.1.4
Junio C Hamano
1
-0
/
+3
2014-12-17
Sync with v2.0.5
Junio C Hamano
1
-0
/
+3
2014-12-17
Sync with v1.9.5
Junio C Hamano
1
-0
/
+3
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
1
-0
/
+3
2014-12-17
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
1
-0
/
+1
2014-12-17
path: add is_ntfs_dotgit() helper
Johannes Schindelin
1
-0
/
+1
2014-12-17
read-cache: optionally disallow HFS+ .git variants
Jeff King
1
-0
/
+1
2014-12-04
compat: convert modes to use portable file type values
David Michael
1
-7
/
+0
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-12-01
wrapper.c: wrapper to open a file, fprintf then close
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2014-12-01
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-12-01
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2014-12-01
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2014-12-01
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-10-29
Merge branch 'jk/prune-mtime'
Junio C Hamano
1
-1
/
+45
2014-10-16
sha1_file: add for_each iterators for loose and packed objects
Jeff King
1
-0
/
+11
2014-10-16
prune: factor out loose-object directory traversal
Jeff King
1
-0
/
+33
2014-10-16
foreach_alt_odb: propagate return value from callback
Jeff King
1
-1
/
+1
2014-10-15
refs.c: allow listing and deleting badly named refs
Ronnie Sahlberg
1
-2
/
+15
2014-10-15
branch -d: avoid repeated symref resolution
Jonathan Nieder
1
-0
/
+6
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-11
/
+12
2014-10-14
Merge branch 'mh/lockfile'
Junio C Hamano
1
-19
/
+1
2014-10-08
Merge branch 'sp/stream-clean-filter'
Junio C Hamano
1
-0
/
+1
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-26
/
+1
2014-10-01
get_locked_file_path(): new function
Michael Haggerty
1
-0
/
+1
2014-10-01
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
1
-1
/
+1
2014-10-01
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
1
-0
/
+1
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
1
-1
/
+1
2014-10-01
struct lock_file: declare some fields volatile
Michael Haggerty
1
-3
/
+3
2014-10-01
lockfile: avoid transitory invalid states
Michael Haggerty
1
-0
/
+1
2014-10-01
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
1
-0
/
+4
2014-10-01
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
1
-1
/
+1
2014-09-29
Merge branch 'ta/config-add-to-empty-or-true-fix' into maint
Junio C Hamano
1
-0
/
+2
2014-09-26
Merge branch 'rs/realloc-array'
Junio C Hamano
1
-1
/
+1
2014-09-26
Merge branch 'jk/write-packed-refs-via-stdio'
Junio C Hamano
1
-0
/
+2
2014-09-19
Merge branch 'ta/config-add-to-empty-or-true-fix'
Junio C Hamano
1
-0
/
+2
[prev]
[next]