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
/
refs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-31
C: use skip_prefix() to avoid hardcoded string length
Junio C Hamano
1
-2
/
+1
2019-12-11
refs: pass NULL to refs_read_ref_full() because object ID is not needed
René Scharfe
1
-2
/
+2
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-08-22
Merge branch 'sc/pack-refs-deletion-racefix'
Junio C Hamano
1
-7
/
+16
2019-08-07
dir-iterator: release strbuf after use
René Scharfe
1
-1
/
+3
2019-08-02
pack-refs: always refresh after taking the lock file
Sun Chao
1
-7
/
+16
2019-07-11
dir-iterator: add flags parameter to dir_iterator_begin
Matheus Tavares
1
-1
/
+1
2019-07-11
dir-iterator: refactor state machine model
Matheus Tavares
1
-4
/
+13
2019-04-16
Merge branch 'jk/refs-double-abort'
Junio C Hamano
1
-1
/
+15
2019-04-10
Merge branch 'nd/rewritten-ref-is-per-worktree'
Junio C Hamano
1
-22
/
+28
2019-03-22
refs/files-backend: don't look at an aborted transaction
Jeff King
1
-1
/
+5
2019-03-22
refs/files-backend: handle packed transaction prepare failure
Jeff King
1
-0
/
+10
2019-03-08
Make sure refs/rewritten/ is per-worktree
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-03-08
files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()
Nguyễn Thái Ngọc Duy
1
-11
/
+11
2019-03-08
files-backend.c: factor out per-worktree code in loose_fill_ref_dir()
Nguyễn Thái Ngọc Duy
1
-22
/
+28
2019-02-14
files-backend: drop refs parameter from split_symref_update()
Jeff King
1
-3
/
+2
2018-11-26
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-1
/
+2
2018-11-26
files-backend.c: fix build error on Solaris
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-11-13
Merge branch 'nd/per-worktree-ref-iteration'
Junio C Hamano
1
-3
/
+39
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
1
-7
/
+7
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2018-10-16
Merge branch 'rj/header-check'
Junio C Hamano
3
-0
/
+9
2018-10-16
Merge branch 'tq/refs-internal-comment-fix'
Junio C Hamano
1
-1
/
+1
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
2
-5
/
+6
2018-10-15
refs/packed-backend: express constants using the_hash_algo
brian m. carlson
1
-7
/
+7
2018-10-07
Add a place for (not) sharing stuff between worktrees
Nguyễn Thái Ngọc Duy
1
-3
/
+11
2018-09-20
refs/refs-internal.h: add missing declarations (hdr-check)
Ramsay Jones
1
-0
/
+4
2018-09-20
refs/packed-backend.h: add missing declaration (hdr-check)
Ramsay Jones
1
-0
/
+2
2018-09-20
refs/ref-cache.h: add missing declarations (hdr-check)
Ramsay Jones
1
-0
/
+3
2018-09-17
refs: docstring typo
Tao Qingyun
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
3
-3
/
+3
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-08-21
refs.c: migrate internal ref iteration to pass thru repository argument
Stefan Beller
2
-5
/
+6
2018-08-15
Merge branch 'jk/size-t'
Junio C Hamano
1
-1
/
+1
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-1
/
+1
2018-08-02
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-07-24
Merge branch 'bp/log-ref-write-fd-with-strbuf'
Junio C Hamano
2
-23
/
+13
2018-07-24
Merge branch 'bb/pedantic'
Junio C Hamano
1
-0
/
+2
2018-07-24
pass st.st_size as hint for strbuf_readlink()
Jeff King
1
-1
/
+1
2018-07-16
refs/files-backend: use the_hash_algo for writing refs
brian m. carlson
1
-2
/
+2
2018-07-10
convert log_ref_write_fd() to use strbuf
Ben Peart
2
-23
/
+13
2018-07-09
fixup! refs/refs-internal.h: avoid forward declaration of an enum
Junio C Hamano
1
-1
/
+1
2018-07-09
refs/refs-internal.h: avoid forward declaration of an enum
Beat Bolli
1
-0
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-1
/
+1
2018-06-01
refs/packed-backend.c: close fd of empty file
Stefan Beller
1
-0
/
+1
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
4
-22
/
+22
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-1
/
+1
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-05-08
Merge branch 'sb/object-store-replace'
Junio C Hamano
1
-4
/
+0
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
4
-22
/
+22
[next]