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
/
fast-import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
Sync with 2.19.3
Johannes Schindelin
1
-4
/
+35
2019-12-06
Sync with 2.18.2
Johannes Schindelin
1
-4
/
+35
2019-12-06
Sync with 2.17.3
Johannes Schindelin
1
-4
/
+35
2019-12-06
Sync with 2.16.6
Johannes Schindelin
1
-4
/
+35
2019-12-06
Sync with 2.15.4
Johannes Schindelin
1
-4
/
+35
2019-12-06
Sync with 2.14.6
Johannes Schindelin
1
-4
/
+35
2019-12-04
fast-import: disallow "feature import-marks" by default
Jeff King
1
-0
/
+2
2019-12-04
fast-import: disallow "feature export-marks" by default
Jeff King
1
-0
/
+25
2019-12-04
fast-import: delay creating leading directories for export-marks
Jeff King
1
-1
/
+6
2019-12-04
fast-import: stop creating leading directories for import-marks
Jeff King
1
-1
/
+0
2019-12-04
fast-import: tighten parsing of boolean command line options
Jeff King
1
-2
/
+2
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-2
/
+2
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-5
/
+5
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-2
/
+2
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-3
/
+3
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-2
/
+2
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-2
/
+4
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-07-06
fast-import: do not call diff_delta() with empty buffer
Mike Hommey
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-2
/
+4
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-6
/
+10
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-1
/
+1
2018-04-26
packfile: add repository argument to unpack_entry
Stefan Beller
1
-1
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-5
/
+9
2018-04-25
Merge branch 'jm/mem-pool'
Junio C Hamano
1
-61
/
+16
2018-04-12
mem-pool: move reusable parts of memory pool into its own file
Jameson Miller
1
-69
/
+1
2018-04-12
fast-import: introduce mem_pool type
Jameson Miller
1
-29
/
+52
2018-04-12
fast-import: rename mem_pool type to mp_block
Jameson Miller
1
-10
/
+10
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-2
/
+1
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-2
/
+6
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-15
/
+16
2018-04-02
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
1
-1
/
+1
2018-03-26
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
1
-1
/
+1
2018-03-26
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
1
-1
/
+1
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-2
/
+6
2018-03-21
Merge branch 'rj/warning-uninitialized-fix'
Junio C Hamano
1
-2
/
+2
2018-03-20
-Wuninitialized: remove some 'init-self' workarounds
Ramsay Jones
1
-2
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-7
/
+8
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-5
/
+5
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-8
/
+8
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-8
/
+8
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
1
-14
/
+14
2018-02-02
fast-import: switch various uses of SHA-1 to the_hash_algo
brian m. carlson
1
-20
/
+22
2017-10-23
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-1
/
+1
[next]