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
2018-05-02
revision: replace use of hard-coded constants
brian m. carlson
1
-2
/
+3
2018-05-02
http: eliminate hard-coded constants
brian m. carlson
1
-6
/
+7
2018-05-02
dir: convert struct untracked_cache_dir to object_id
brian m. carlson
3
-14
/
+16
2018-05-02
commit: convert uses of get_sha1_hex to get_oid_hex
brian m. carlson
1
-2
/
+2
2018-05-02
index-pack: abstract away hash function constant
brian m. carlson
1
-1
/
+2
2018-05-02
pack-redundant: convert linked lists to use struct object_id
brian m. carlson
1
-24
/
+26
2018-05-02
Update struct index_state to use struct object_id
brian m. carlson
4
-11
/
+11
2018-05-02
split-index: convert struct split_index to object_id
brian m. carlson
5
-20
/
+22
2018-05-02
submodule-config: convert structures to object_id
brian m. carlson
2
-36
/
+37
2018-05-02
fsck: convert static functions to struct object_id
brian m. carlson
1
-9
/
+11
2018-05-02
tree-walk: convert get_tree_entry_follow_symlinks to object_id
brian m. carlson
3
-11
/
+11
2018-05-02
tree-walk: avoid hard-coded 20 constant
brian m. carlson
1
-1
/
+1
2018-05-02
pack-redundant: abstract away hash algorithm
brian m. carlson
1
-5
/
+7
2018-05-02
pack-objects: abstract away hash algorithm
brian m. carlson
1
-14
/
+16
2018-05-02
packfile: abstract away hash constant values
brian m. carlson
1
-29
/
+37
2018-05-02
packfile: convert find_pack_entry to object_id
brian m. carlson
3
-10
/
+10
2018-05-02
sha1-file: convert freshen functions to object_id
brian m. carlson
3
-20
/
+20
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
7
-8
/
+8
2018-05-02
packfile: remove unused member from struct pack_entry
brian m. carlson
2
-2
/
+0
2018-05-02
Remove unused member in struct object_context
brian m. carlson
2
-2
/
+0
2018-05-02
server-info: remove unused members from struct pack_info
brian m. carlson
1
-7
/
+2
2018-05-02
cache: add a function to read an object ID from a buffer
brian m. carlson
3
-2
/
+7
2018-05-02
coccinelle: avoid wrong transformation suggestions from commit.cocci
SZEDER Gábor
1
-6
/
+4
2018-05-02
format-patch: make cover letters always text/plain
brian m. carlson
4
-5
/
+16
2018-05-02
unpack_trees: fix breakage when o->src_index != o->dst_index
Elijah Newren
1
-4
/
+15
2018-05-02
test: correct detection of UTF8_NFD_TO_NFC for APFS
Torsten Bögershausen
1
-6
/
+1
2018-05-02
rebase --skip: clean up commit message after a failed fixup/squash
Johannes Schindelin
2
-17
/
+131
2018-05-02
sequencer: always commit without editing when asked for
Johannes Schindelin
1
-0
/
+2
2018-05-02
rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
Johannes Schindelin
2
-35
/
+49
2018-05-02
rebase -i: demonstrate bugs with fixup!/squash! commit messages
Johannes Schindelin
1
-0
/
+22
2018-04-30
Remove obsolete script to convert grafts to replace refs
Johannes Schindelin
1
-28
/
+0
2018-04-30
technical/shallow: describe why shallow cannot use replace refs
Johannes Schindelin
1
-0
/
+7
2018-04-30
technical/shallow: stop referring to grafts
Johannes Schindelin
1
-9
/
+4
2018-04-30
filter-branch: stop suggesting to use grafts
Johannes Schindelin
1
-1
/
+1
2018-04-30
Deprecate support for .git/info/grafts
Johannes Schindelin
4
-0
/
+22
2018-04-30
Add a test for `git replace --convert-graft-file`
Johannes Schindelin
1
-0
/
+28
2018-04-30
replace: introduce --convert-graft-file
Johannes Schindelin
2
-4
/
+51
2018-04-30
replace: prepare create_graft() for converting graft files wholesale
Johannes Schindelin
1
-3
/
+8
2018-04-30
replace: "libify" create_graft() and callees
Johannes Schindelin
1
-57
/
+112
2018-04-30
tests: introduce test_unset_prereq, for debugging
Johannes Schindelin
1
-1
/
+13
2018-04-30
worktree: teach "add" to check out existing branches
Thomas Gummerer
3
-11
/
+37
2018-04-30
worktree: factor out dwim_branch function
Thomas Gummerer
1
-11
/
+18
2018-04-30
worktree: improve message when creating a new worktree
Thomas Gummerer
1
-2
/
+36
2018-04-30
worktree: remove extra members from struct add_opts
Thomas Gummerer
1
-17
/
+16
2018-04-27
.gitattributes: add a diff driver for Python
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2018-04-27
.gitattributes: use the "perl" differ for Perl
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2018-04-27
.gitattributes: add *.pl extension for Perl
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2018-04-26
replace: avoid using die() to indicate a bug
Johannes Schindelin
1
-1
/
+1
2018-04-26
commit: Let the callback of for_each_mergetag return on error
Johannes Schindelin
4
-15
/
+18
2018-04-26
argv_array: offer to split a string by whitespace
Johannes Schindelin
2
-0
/
+22
[prev]
[next]