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
2017-08-26
load_subtree(): declare some variables to be `size_t`
Michael Haggerty
1
-3
/
+3
2017-08-26
hex_to_bytes(): simpler replacement for `get_oid_hex_segment()`
Michael Haggerty
1
-18
/
+10
2017-08-26
get_oid_hex_segment(): don't pad the rest of `oid`
Michael Haggerty
1
-11
/
+13
2017-08-26
load_subtree(): combine some common code
Michael Haggerty
1
-9
/
+5
2017-08-26
get_oid_hex_segment(): return 0 on success
Michael Haggerty
1
-8
/
+7
2017-08-26
load_subtree(): only consider blobs to be potential notes
Michael Haggerty
1
-0
/
+5
2017-08-26
load_subtree(): check earlier whether an internal node is a tree entry
Michael Haggerty
1
-2
/
+5
2017-08-26
load_subtree(): separate logic for internal vs. terminal entries
Michael Haggerty
1
-21
/
+31
2017-08-26
load_subtree(): fix incorrect comment
Michael Haggerty
1
-17
/
+7
2017-08-26
load_subtree(): reduce the scope of some local variables
Michael Haggerty
1
-4
/
+4
2017-08-26
load_subtree(): remove unnecessary conditional
Michael Haggerty
1
-18
/
+17
2017-08-26
notes: make GET_NIBBLE macro more robust
Michael Haggerty
1
-1
/
+1
2017-08-25
apply: remove epoch date from regex
René Scharfe
1
-7
/
+5
2017-08-25
apply: check date of potential epoch timestamps first
René Scharfe
1
-16
/
+17
2017-08-25
sha1-lookup: remove sha1_entry_pos() from header file
Christian Couder
1
-6
/
+0
2017-08-24
refs.c: reindent get_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-7
/
+5
2017-08-24
refs.c: remove fallback-to-main-store code get_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-8
/
+3
2017-08-24
rev-list: expose and document --single-worktree
Nguyễn Thái Ngọc Duy
2
-0
/
+10
2017-08-24
revision.c: --reflog add HEAD reflog from all worktrees
Nguyễn Thái Ngọc Duy
2
-1
/
+43
2017-08-24
files-backend: make reflog iterator go through per-worktree reflog
Nguyễn Thái Ngọc Duy
2
-14
/
+75
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
6
-0
/
+60
2017-08-24
refs: remove dead for_each_*_submodule()
Nguyễn Thái Ngọc Duy
3
-48
/
+2
2017-08-24
refs.c: move for_each_remote_ref_submodule() to submodule.c
Nguyễn Thái Ngọc Duy
3
-8
/
+7
2017-08-24
revision.c: use refs_for_each*() instead of for_each_*_submodule()
Nguyễn Thái Ngọc Duy
3
-24
/
+39
2017-08-24
refs: add refs_head_ref()
Nguyễn Thái Ngọc Duy
2
-10
/
+15
2017-08-24
refs: move submodule slash stripping code to get_submodule_ref_store
Nguyễn Thái Ngọc Duy
1
-16
/
+17
2017-08-24
refs.c: refactor get_submodule_ref_store(), share common free block
Nguyễn Thái Ngọc Duy
1
-11
/
+6
2017-08-24
revision.c: --indexed-objects add objects from all worktrees
Nguyễn Thái Ngọc Duy
2
-0
/
+30
2017-08-24
revision.c: refactor add_index_objects_to_pending()
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2017-08-24
refs.c: use is_dir_sep() in resolve_gitlink_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-08-24
revision.h: new flag in struct rev_info wrt. worktree-related refs
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2017-08-24
send-email: don't use Mail::Address, even if available
Matthieu Moy
1
-6
/
+1
2017-08-24
send-email: fix garbage removal after address
Matthieu Moy
2
-2
/
+28
2017-08-24
branch: fix branch renaming not updating HEADs correctly
Nguyễn Thái Ngọc Duy
3
-3
/
+17
2017-08-24
convert: display progress for filtered objects that have been delayed
Lars Schneider
2
-2
/
+16
2017-08-24
The fourth batch post 2.14
Junio C Hamano
1
-21
/
+19
2017-08-24
Merge branch 'jk/doc-the-this'
Junio C Hamano
1
-2
/
+2
2017-08-24
Merge branch 'rs/commit-h-single-parent-cleanup'
Junio C Hamano
1
-5
/
+0
2017-08-24
Merge branch 'jc/simplify-progress'
Junio C Hamano
10
-19
/
+20
2017-08-24
Merge branch 'tc/curl-with-backports'
Junio C Hamano
1
-4
/
+6
2017-08-24
Merge branch 'cc/subprocess-handshake-missing-capabilities'
Junio C Hamano
1
-2
/
+2
2017-08-24
Merge branch 'rs/object-id'
Junio C Hamano
8
-23
/
+23
2017-08-24
Merge branch 'lg/merge-signoff'
Junio C Hamano
3
-0
/
+81
2017-08-23
pack: move for_each_packed_object()
Jonathan Tan
6
-46
/
+54
2017-08-23
pack: move has_pack_index()
Jonathan Tan
4
-10
/
+10
2017-08-23
pack: move has_sha1_pack()
Jonathan Tan
7
-8
/
+11
2017-08-23
pack: move find_pack_entry() and make it global
Jonathan Tan
3
-53
/
+55
2017-08-23
pack: move find_sha1_pack()
Jonathan Tan
6
-16
/
+18
2017-08-23
pack: move find_pack_entry_one(), is_pack_valid()
Jonathan Tan
4
-84
/
+82
2017-08-23
pack: move check_pack_index_ptr(), nth_packed_object_offset()
Jonathan Tan
4
-49
/
+49
[prev]
[next]