Sign in
googlers
/
jrn
/
git
/
85c81a74e24fd83bbe7a75aa4ce6a5b3dfa1b884
/
builtin
/
update-index.c
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
93dd544
Merge branch 'jc/noent-notdir'
by Junio C Hamano
· 8 years ago
c705420
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
by Junio C Hamano
· 8 years ago
77a24b7
Merge branch 'cc/untracked'
by Junio C Hamano
· 8 years ago
c105f56
update-index: fix xgetcwd() related memory leak
by Christian Couder
· 8 years ago
6cc1053
update-index: warn in case of split-index incoherency
by Christian Couder
· 8 years ago
cef4fc7
split-index: add {add,remove}_split_index() functions
by Christian Couder
· 8 years ago
b3e83cc
hold_locked_index(): align error handling with hold_lockfile_for_update()
by Junio C Hamano
· 8 years ago
ebc6358
Merge branch 'tg/add-chmod+x-fix'
by Junio C Hamano
· 8 years ago
1fe6f5f
Merge branch 'va/i18n'
by Junio C Hamano
· 8 years ago
43073f8
i18n: update-index: mark warnings for translation
by Vasco Almeida
· 8 years ago
d9d7096
read-cache: introduce chmod_index_entry
by Thomas Gummerer
· 8 years ago
22433ce
update-index: add test for chmod flags
by Thomas Gummerer
· 8 years ago
71445a0
builtin/update-index: convert file to struct object_id
by brian m. carlson
· 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
· 9 years ago
ef1177d1
die("bug"): report bugs consistently
by Johannes Schindelin
· 9 years ago
ed6e803
pathspec: rename free_pathspec() to clear_pathspec()
by Junio C Hamano
· 9 years ago
23d0536
builtin/update-index.c: prefer "err" to "errno" in process_lstat_error
by Nguyễn Thái Ngọc Duy
· 9 years ago
722c924
Merge branch 'jk/options-cleanup'
by Junio C Hamano
· 9 years ago
0e35fcb
Merge branch 'cc/untracked'
by Junio C Hamano
· 9 years ago
0d4cc1b
give "nbuf" strbuf a more meaningful name
by Jeff King
· 9 years ago
435ec09
config: add core.untrackedCache
by Christian Couder
· 9 years ago
07b29bf
dir: add remove_untracked_cache()
by Christian Couder
· 9 years ago
4a4ca47
dir: add {new,add}_untracked_cache()
by Christian Couder
· 9 years ago
e7c0c53
update-index: move 'uc' var declaration
by Christian Couder
· 9 years ago
6d19db1
update-index: add untracked cache notifications
by Christian Couder
· 9 years ago
eaab83d
update-index: add --test-untracked-cache
by Christian Couder
· 9 years ago
113e641
update-index: use enum for untracked cache options
by Christian Couder
· 9 years ago
7e07ed8
update-index: there are only two possible line terminations
by Junio C Hamano
· 9 years ago
9624a22
dir: free untracked cache when removing it
by Christian Couder
· 9 years ago
38ccaf9
Merge branch 'nd/untracked-cache'
by Junio C Hamano
· 10 years ago
d7a643b
prefix_path(): unconditionally free results in the callers
by Stefan Beller
· 10 years ago
1b7cb89
update-index: fix a memleak
by Stefan Beller
· 10 years ago
1e8fef6
untracked cache: guard and disable on system changes
by Nguyễn Thái Ngọc Duy
· 10 years ago
f64cb88
update-index: test the system before enabling untracked cache
by Nguyễn Thái Ngọc Duy
· 10 years ago
9e59724
update-index: manually enable or disable untracked cache
by Nguyễn Thái Ngọc Duy
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
e197c21
unable_to_lock_die(): rename function from unable_to_lock_index_die()
by Michael Haggerty
· 10 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
c18b80a
update-index: new options to enable/disable split index mode
by Nguyễn Thái Ngọc Duy
· 11 years ago
078a58e
read-cache: mark updated entries for split index
by Nguyễn Thái Ngọc Duy
· 11 years ago
a5400ef
cache-tree: mark istate->cache_changed on cache tree invalidation
by Nguyễn Thái Ngọc Duy
· 11 years ago
782a5ff
update-index: be specific what part of the index has changed
by Nguyễn Thái Ngọc Duy
· 11 years ago
e636a7b
read-cache: be specific what part of the index has changed
by Nguyễn Thái Ngọc Duy
· 11 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 11 years ago
c8e1ee4
update-index: fix segfault with missing --cacheinfo argument
by Jeff King
· 11 years ago
ec160ae
update-index: teach --cacheinfo a new syntax "mode,sha1,path"
by Junio C Hamano
· 11 years ago
cbaeafc
Merge branch 'nd/submodule-pathspec-ending-with-slash'
by Junio C Hamano
· 11 years ago
429bb40
pathspec: convert some match_pathspec_depth() to ce_path_match()
by Nguyễn Thái Ngọc Duy
· 11 years ago
5699d17
read-cache.c: fix memory leaks caused by removed cache entries
by Karsten Blees
· 11 years ago
6bb6907
builtin/update-index.c: cleanup update_one
by Karsten Blees
· 11 years ago
e837af6
fix 'git update-index --verbose --again' output
by Karsten Blees
· 11 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
· 12 years ago
0fdc2ae
convert some get_pathspec() calls to parse_pathspec()
by Nguyễn Thái Ngọc Duy
· 12 years ago
64acde9
move struct pathspec and related functions to pathspec.[ch]
by Nguyễn Thái Ngọc Duy
· 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyễn Thái Ngọc Duy
· 12 years ago
b04d930
update-index: allow "-h" to also display options
by Antoine Pelisse
· 12 years ago
10022a6
Merge branch 'kb/preload-index-more'
by Junio C Hamano
· 12 years ago
7349afd
update-index/diff-index: use core.preloadindex to improve performance
by Karsten Blees
· 12 years ago
4a4838b
i18n: update-index: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
b60e188
Strip namelen out of ce_flags into a ce_namelen field
by Thomas Gummerer
· 13 years ago
72fd7d8
Merge branch 'hv/submodule-update-nuke-submodules'
by Junio C Hamano
· 13 years ago
242f55f
update-index: allow overwriting existing submodule index entries
by Heiko Voigt
· 13 years ago
69dec66
update-index: upgrade/downgrade on-disk index version
by Junio C Hamano
· 13 years ago
dc4cd76
plug a few coverity-spotted leaks
by Jim Meyering
· 14 years ago
c4ce46f
index_fd(): turn write_object and format_check arguments into one flag
by Junio C Hamano
· 14 years ago
eb9cb55
Convert ce_path_match() to use struct pathspec
by Nguyễn Thái Ngọc Duy
· 14 years ago
6e67619
Merge branch 'jn/parse-options-extra'
by Junio C Hamano
· 14 years ago
6758af8
Merge branch 'jn/git-cmd-h-bypass-setup'
by Junio C Hamano
· 14 years ago
309be81
update-index: migrate to parse-options API
by Jonathan Nieder
· 14 years ago
9c7c27e
update-index -h: show usage even with corrupt index
by Nguyễn Thái Ngọc Duy
· 14 years ago
d0bb136
Fix {update,checkout}-index usage strings
by Štěpán Němec
· 14 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-update-index.c]
6751e04
Merge branch 'jc/cache-unmerge'
by Junio C Hamano
· 15 years ago
73d6632
Merge branch 'nd/sparse'
by Junio C Hamano
· 15 years ago
8aa3856
resolve-undo: teach "update-index --unresolve" to use resolve-undo info
by Junio C Hamano
· 15 years ago
4a39f79
resolve-undo: allow plumbing to clear the information
by Junio C Hamano
· 15 years ago
28bea9e
Check the format of more printf-type functions
by Tarmigan Casebolt
· 15 years ago
b4d1690
Teach Git to respect skip-worktree bit (reading part)
by Nguyễn Thái Ngọc Duy
· 16 years ago
44a3691
Introduce "skip-worktree" bit in index, teach Git to get/set this bit
by Nguyễn Thái Ngọc Duy
· 16 years ago
83b327b
update-index: refactor mark_valid() in preparation for new options
by Nguyễn Thái Ngọc Duy
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
a9bfe81
Merge branch 'kb/checkout-optim'
by Junio C Hamano
· 16 years ago
8c5b85c
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
e43a6fd
More friendly message when locking the index fails.
by Matthieu Moy
· 16 years ago
5719989
lstat_cache(): swap func(length, string) into func(string, length)
by Kjetil Barvik
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
7e7abea
print an error message for invalid path
by Dmitry Potapov
· 16 years ago
97d7fee
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 17 years ago
9b8ae93
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
6a42cfe
Merge branch 'nd/worktree' into maint
by Junio C Hamano
· 17 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
· 17 years ago
f83eafd
update-index: fix worktree setup
by Nguyễn Thái Ngọc Duy
· 17 years ago
806d13b
update-index: refuse to add working tree items beyond symlinks
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
Next »