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
/
archive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
1
-9
/
+9
2021-03-20
archive: stop passing "stage" through read_tree_recursive()
Ævar Arnfjörð Bjarmason
1
-9
/
+7
2020-11-25
Merge branch 'rs/archive-plug-leak-refname'
Junio C Hamano
1
-0
/
+1
2020-11-16
archive: release refname after use
René Scharfe
1
-0
/
+1
2020-11-09
archive: support compression levels beyond 9
René Scharfe
1
-15
/
+11
2020-09-19
archive: add --add-file
René Scharfe
1
-1
/
+85
2020-09-19
archive: read short blobs in archive.c::write_archive_entry()
René Scharfe
1
-7
/
+24
2020-09-02
wt-status: tolerate dangling marks
Jonathan Tan
1
-2
/
+2
2020-03-16
convert: provide additional metadata to filters
brian m. carlson
1
-3
/
+10
2020-03-16
convert: permit passing additional metadata to filter processes
brian m. carlson
1
-1
/
+1
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
1
-1
/
+1
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-1
/
+1
2019-04-01
archive: convert struct archiver_args to object_id
brian m. carlson
1
-4
/
+4
2019-01-14
Merge branch 'nd/indentation-fix'
Junio C Hamano
1
-2
/
+2
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
1
-2
/
+4
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-4
/
+4
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-19
tree.c: make read_tree*() take 'struct repository *'
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-12
archive.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2018-10-26
archive: initialize archivers earlier
Josh Steadmon
1
-3
/
+6
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-17
archive.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-12
Make git_check_attr() a void function
Torsten Bögershausen
1
-1
/
+2
2018-08-13
archive.c: avoid access to the_index
Nguyễn Thái Ngọc Duy
1
-16
/
+29
2018-08-13
attr: remove index from git_attr_set_direction()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
dir.c: remove an implicit dependency on the_index in pathspec code
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-4
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-2
/
+2
2018-03-14
archive: convert sha1_file_to_archive to struct object_id
brian m. carlson
1
-5
/
+5
2018-03-14
archive: convert write_archive_entry_fn_t to object_id
brian m. carlson
1
-6
/
+6
2018-03-14
tree: convert read_tree_recursive to struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-09-25
Merge branch 'rs/archive-excluded-directory'
Junio C Hamano
1
-17
/
+2
2017-09-14
archive: don't add empty directories to archives
René Scharfe
1
-17
/
+2
2017-09-06
Merge branch 'rs/archive-excluded-directory'
Junio C Hamano
1
-8
/
+41
2017-08-19
archive: don't queue excluded directories
René Scharfe
1
-7
/
+25
2017-08-19
archive: factor out helper functions for handling attributes
René Scharfe
1
-8
/
+23
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-08
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-02-01
attr: convert git_check_attrs() callers to use the new API
Junio C Hamano
1
-18
/
+6
[next]