Sign in
googlers
/
jrn
/
git
/
5d6491c7c7536ab930a6e9ce2ec3b5249d4c283f
/
builtin-update-index.c
690b61f
double free in builtin-update-index.c
by Pierre Habouzit
· 17 years ago
7fb1011
Rework unquote_c_style to work on a strbuf.
by Pierre Habouzit
· 17 years ago
39bd2eb
Merge branch 'master' into ph/strbuf
by Junio C Hamano
· 17 years ago
e6c019d
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
by Pierre Habouzit
· 17 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
· 17 years ago
09d5dc3
Simplify cache API
by Junio C Hamano
· 18 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 18 years ago
2263147
Fix "git commit directory/" performance anomaly
by Linus Torvalds
· 18 years ago
302b928
rename dirlink to gitlink.
by Martin Waitz
· 18 years ago
afb5b6a
Merge branch 'lt/gitlink'
by Junio C Hamano
· 18 years ago
2de00bf
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
6e6db39
fix up strtoul_ui error handling
by Andy Whitcroft
· 18 years ago
61d6ed1
sscanf/strtoul: parse integers robustly
by Jim Meyering
· 18 years ago
e011054
Teach git-update-index about gitlinks
by Linus Torvalds
· 18 years ago
6aead43
sscanf/strtoul: parse integers robustly
by Jim Meyering
· 18 years ago
ee9693e
Merge branch 'jc/index-output'
by Junio C Hamano
· 18 years ago
81e1bc4
Rename internal function "add_file_to_cache" in builtin-update-index.c
by Junio C Hamano
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
78a8d64
Add core.symlinks to mark filesystems that do not support symbolic links.
by Johannes Sixt
· 18 years ago
efdfd6c
Evil Merge branch 'jc/status' (early part) into js/diff-ni
by Junio C Hamano
· 18 years ago
7b802b8
update-index: do not die too early in a read-only repository.
by Junio C Hamano
· 18 years ago
185c975
Do not take mode bits from index after type change.
by Junio C Hamano
· 18 years ago
9ebe6cf
Fix git-update-index to work with relative pathnames.
by Alex Riesen
· 18 years ago
2bbaaed
trust-executable-bit: fix breakage for symlinks
by Junio C Hamano
· 18 years ago
2958d9b
Merge branch 'master' into lj/refs
by Junio C Hamano
· 18 years ago
fd28b34
Ignore executable bit when adding files if filemode=0.
by Shawn Pearce
· 18 years ago
913c983
Fix git-update-index --again
by Johannes Schindelin
· 18 years ago
a7f0519
Merge branch 'gl/cleanup'
by Junio C Hamano
· 19 years ago
7099c9c
update-index -g
by Junio C Hamano
· 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
a89fccd
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
by David Rientjes
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
6244b24
Close the index file between writing and committing
by Johannes Schindelin
· 19 years ago
928e47e
Initialize lock_file struct to all zero.
by Johannes Schindelin
· 19 years ago
fefe81c
Make git-update-index a builtin
by Lukas Sandström
· 19 years ago
[Renamed (97%) from update-index.c]
021b6e4
Make index file locking code reusable to others.
by Junio C Hamano
· 19 years ago
93872e0
Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
by Junio C Hamano
· 19 years ago
283c8ee
Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree
by Junio C Hamano
· 19 years ago
405e5b2
Libify the index refresh logic
by Linus Torvalds
· 19 years ago
8dcf39c
Prevent bogus paths from being added to the index.
by Linus Torvalds
· 19 years ago
0cc9e70
Fix users of prefix_path() to free() only when necessary
by Johannes Schindelin
· 19 years ago
22293b9
update-index --again: take optional pathspecs
by Junio C Hamano
· 19 years ago
83e77a2
update-index --again
by Junio C Hamano
· 19 years ago
fb69a76
update-index: plug memory leak from prefix_path()
by Junio C Hamano
· 19 years ago
09895c1
update-index --unresolve: work from a subdirectory.
by Junio C Hamano
· 19 years ago
060729d
add documentation for update-index --unresolve
by Matthias Kestenholz
· 19 years ago
497c321
update-index: when --unresolve, smudge the relevant cache-tree entries.
by Junio C Hamano
· 19 years ago
b8ed7f0
Merge branch 'master' into jc/cache-tree
by Junio C Hamano
· 19 years ago
bad68ec
index: make the index file format extensible.
by Junio C Hamano
· 19 years ago
be02b3c
Merge branch 'ar/chmod-series'
by Junio C Hamano
· 19 years ago
a6e5642
Use cache-tree in update-index.
by Junio C Hamano
· 19 years ago
227bdb1
make update-index --chmod work with multiple files and --stdin
by Alex Riesen
· 19 years ago
2bd452d
git-update-index --unresolve
by Junio C Hamano
· 19 years ago
90321c1
Replace xmalloc+memset(0) with xcalloc.
by Peter Eriksen
· 19 years ago
a41c175
Prevent --index-info from ignoring -z.
by Shawn Pearce
· 19 years ago
b92b2ce
"Assume unchanged" git: --really-refresh fix.
by Junio C Hamano
· 19 years ago
8b9b0f3
"Assume unchanged" git: do not set CE_VALID with --refresh
by Junio C Hamano
· 19 years ago
5f73076
"Assume unchanged" git
by Junio C Hamano
· 19 years ago
2d49711
update-index --index-info: allow stage 0 entries.
by Junio C Hamano
· 19 years ago
a94d994
update-index: work with c-quoted name
by Junio C Hamano
· 19 years ago
d23748a
update-index: allow --index-info to add higher stages.
by Junio C Hamano
· 19 years ago
9c20a47
Teach update-index to read from ls-tree.
by Junio C Hamano
· 19 years ago
14470c0
Add to documentation of git-update-index arguments and usage.
by Chris Shoemaker
· 19 years ago
f6ab5bb
Add usage string to git-update-index
by Petr Baudis
· 19 years ago
973d6a2
update-index --index-info: adjust for funny-path quoting.
by Junio C Hamano
· 19 years ago
caf4f58
Improve "git add" again.
by Junio C Hamano
· 19 years ago
3e09cdf
Use core.filemode.
by Junio C Hamano
· 19 years ago
d4dbf36d
update-index: read --show-index-info output from standard input.
by Junio C Hamano
· 19 years ago
ec1fcc1
Show original and resulting blob object info in diff output.
by Junio C Hamano
· 19 years ago
5cd5ace
[PATCH] Re-instate index file write optimization
by Linus Torvalds
· 19 years ago
5d1a5c0
[PATCH] Better error reporting for "git status"
by Linus Torvalds
· 19 years ago
ee1bec3
update-index: --stdin and -z
by Junio C Hamano
· 19 years ago
6b5ee13
Diff clean-up.
by Junio C Hamano
· 19 years ago
b039189
Show modified files in git-ls-files
by Junio C Hamano
· 19 years ago
1991b22
Fast-path 'update-index --refresh' a bit.
by Junio C Hamano
· 19 years ago
34143b2
[PATCH] Improve git-update-index error reporting
by Petr Baudis
· 19 years ago
215a7ad
Big tool rename.
by Junio C Hamano
· 20 years ago
[Renamed (96%) from update-cache.c]
89bc8c7
[PATCH] Explain what went wrong on update-cache of new file
by Amos Waterland
· 20 years ago
cfb0af1
[PATCH] Make git-update-cache take relative pathnames
by Linus Torvalds
· 20 years ago
69a97f1
[PATCH] Use SHA1 for git-update-cache --refresh
by Bryan Larsen
· 20 years ago
df6e151
[PATCH] Add --info-only option to git-update-cache.
by Bryan Larsen
· 20 years ago
7672db2
[PATCH] Expose object ID computation functions.
by Bryan Larsen
· 20 years ago
0ed3715
Add "-q" flag to git-update-cache
by Linus Torvalds
· 20 years ago
9b63f50
[PATCH] Make git-update-cache --force-remove regular
by Petr Baudis
· 20 years ago
320d3a1
git-update-cache: allow dot-files
by Linus Torvalds
· 20 years ago
e99d59f
sparse cleanup
by Linus Torvalds
· 20 years ago
667bb59
[PATCH] cleanup of in-code names
by Alexey Nezhdanov
· 20 years ago
415e96c
[PATCH] Implement git-checkout-cache -u to update stat information in the cache.
by Junio C Hamano
· 20 years ago
5d728c8
Rename cache_match_stat() to ce_match_stat()
by Brad Roberts
· 20 years ago
62d046a
Stick a comment to update-cache.c:refresh_cache() that you can't
by Petr Baudis
· 20 years ago
cb1da3a
[patch] git: fix overflow in update-cache.c
by Ingo Molnar
· 20 years ago
071c41a
Make update-cache be explicit about failed open() when doing
by Petr Baudis
· 20 years ago
b3f94c4
Fix git-update-cache --cacheinfo error message.
by Junio C Hamano
· 20 years ago
4c5abf4
Allow removal of "path" when "path/file" exists.
by Junio C Hamano
· 20 years ago
192268c
Add git-update-cache --replace option.
by Junio C Hamano
· 20 years ago
ee26752
Revert bogus optimization that avoids index file writes
by Linus Torvalds
· 20 years ago
22b7810
update-cache: remove compiler warning
by Linus Torvalds
· 20 years ago
ffbe1ad
[PATCH] fix compare symlink against readlink not data
by Kay Sievers
· 20 years ago
Next »