index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
entry.c
Age
Commit message (
Expand
)
Author
Lines
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-1
/
+15
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-1
/
+15
2024-04-17
clone: when symbolic links collide with directories, keep the latter
Johannes Schindelin
-0
/
+14
2024-04-17
entry: report more colliding paths
Johannes Schindelin
-1
/
+1
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+2
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
-6
/
+6
2022-07-14
checkout: fix two bugs on the final count of updated entries
Matheus Tavares
-14
/
+20
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
-3
/
+5
2021-11-03
odb: teach read_blob_entry to use size_t
Matt Cooper
-3
/
+5
2021-09-09
entry: show finer-grained counter in "Filtering content" progress line
SZEDER Gábor
-7
/
+5
2021-08-26
checkout: make delayed checkout respect --quiet and --no-progress
Matheus Tavares
-2
/
+5
2021-07-01
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
-2
/
+2
2021-05-20
Merge branch 'en/dir-traversal'
Junio C Hamano
-4
/
+1
2021-05-13
dir: introduce readdir_skip_dot_and_dotdot() helper
Elijah Newren
-4
/
+1
2021-04-30
Merge branch 'mt/parallel-checkout-part-2'
Junio C Hamano
-2
/
+15
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
-0
/
+2
2021-04-19
unpack-trees: add basic support for parallel checkout
Matheus Tavares
-2
/
+15
2021-04-14
entry: ensure full index
Derrick Stolee
-0
/
+2
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
-34
/
+51
2021-03-30
Merge branch 'mt/checkout-remove-nofollow'
Junio C Hamano
-1
/
+1
2021-03-23
entry: add checkout_entry_ca() taking preloaded conv_attrs
Matheus Tavares
-5
/
+6
2021-03-23
entry: move conv_attrs lookup up to checkout_entry()
Matheus Tavares
-11
/
+27
2021-03-23
entry: extract update_ce_after_write() from write_entry()
Matheus Tavares
-9
/
+16
2021-03-23
entry: make fstat_output() and read_blob_entry() public
Matheus Tavares
-4
/
+4
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
-8
/
+1
2021-03-18
checkout: don't follow symlinks when removing entries
Matheus Tavares
-1
/
+1
2021-02-16
write_entry(): fix misuses of `path` in error messages
Matheus Tavares
-4
/
+4
2020-08-18
checkout_entry(): remove unreachable error() call
Matheus Tavares
-2
/
+0
2020-07-09
Merge branch 'mt/entry-fstat-fallback-fix' into master
Junio C Hamano
-2
/
+1
2020-07-09
entry: check for fstat() errors after checkout
Matheus Tavares
-2
/
+1
2020-03-16
convert: provide additional metadata to filters
brian m. carlson
-2
/
+5
2020-03-16
convert: permit passing additional metadata to filter processes
brian m. carlson
-2
/
+2
2019-05-28
fill_stat_cache_info(): prepare for an fsmonitor fix
Johannes Schindelin
-1
/
+1
2019-03-07
Merge branch 'tg/checkout-no-overlay'
Junio C Hamano
-0
/
+26
2019-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
-4
/
+6
2019-01-02
entry: support CE_WT_REMOVE flag in checkout_entry
Thomas Gummerer
-0
/
+11
2019-01-02
entry: factor out unlink_entry function
Thomas Gummerer
-0
/
+15
2018-11-21
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
-2
/
+2
2018-11-21
clone: fix colliding file detection on APFS
Nguyễn Thái Ngọc Duy
-2
/
+2
2018-11-14
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
-4
/
+6
2018-09-17
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
-0
/
+31
2018-08-17
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
-0
/
+31
2018-08-13
entry.c: use the right index instead of the_index
Nguyễn Thái Ngọc Duy
-4
/
+5
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
-3
/
+3
[next]