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