index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-update-index.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jc/cache-unmerge'
Junio C Hamano
2010-01-20
1
-1
/
+17
|
\
|
*
resolve-undo: teach "update-index --unresolve" to use resolve-undo info
Junio C Hamano
2009-12-26
1
-1
/
+12
|
*
resolve-undo: allow plumbing to clear the information
Junio C Hamano
2009-12-26
1
-0
/
+5
*
|
Merge branch 'nd/sparse'
Junio C Hamano
2010-01-13
1
-31
/
+47
|
\
\
|
|
/
|
/
|
|
*
Teach Git to respect skip-worktree bit (reading part)
Nguyễn Thái Ngọc Duy
2009-08-24
1
-16
/
+22
|
*
Introduce "skip-worktree" bit in index, teach Git to get/set this bit
Nguyễn Thái Ngọc Duy
2009-08-24
1
-1
/
+15
|
*
update-index: refactor mark_valid() in preparation for new options
Nguyễn Thái Ngọc Duy
2009-08-24
1
-14
/
+10
*
|
Check the format of more printf-type functions
Tarmigan Casebolt
2009-11-16
1
-0
/
+1
|
/
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-3
/
+3
*
Merge branch 'kb/checkout-optim'
Junio C Hamano
2009-03-18
1
-1
/
+1
|
\
|
*
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-10
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2009-02-20
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
More friendly message when locking the index fails.
Matthieu Moy
2009-02-20
1
-2
/
+1
*
|
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
|
/
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-7
/
+3
*
print an error message for invalid path
Dmitry Potapov
2008-10-12
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-09-16
1
-4
/
+4
|
\
|
*
Start conforming code to "git subcmd" style part 3
Heikki Orsila
2008-09-16
1
-4
/
+4
*
|
Merge branch 'maint'
Junio C Hamano
2008-09-04
1
-8
/
+13
|
\
|
|
*
Merge branch 'nd/worktree' into maint
Junio C Hamano
2008-09-04
1
-0
/
+5
|
|
\
|
|
*
update-index: fix worktree setup
Nguyễn Thái Ngọc Duy
2008-08-31
1
-0
/
+5
|
*
|
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
2008-08-31
1
-8
/
+8
|
|
/
*
/
update-index: refuse to add working tree items beyond symlinks
Junio C Hamano
2008-08-05
1
-1
/
+4
|
/
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-1
/
+1
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-1
/
+1
*
|
Teach update-index about --ignore-submodules
Johannes Schindelin
2008-05-16
1
-0
/
+4
|
/
*
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-9
/
+9
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
double free in builtin-update-index.c
Pierre Habouzit
2007-09-29
1
-2
/
+0
*
Rework unquote_c_style to work on a strbuf.
Pierre Habouzit
2007-09-21
1
-24
/
+27
*
Merge branch 'master' into ph/strbuf
Junio C Hamano
2007-09-19
1
-9
/
+0
|
\
|
*
Simplify cache API
Junio C Hamano
2007-09-14
1
-9
/
+0
*
|
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
Pierre Habouzit
2007-09-18
1
-4
/
+4
*
|
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
2007-09-17
1
-1
/
+0
*
|
Strbuf API extensions and fixes.
Pierre Habouzit
2007-09-10
1
-2
/
+2
|
/
*
Fix "git commit directory/" performance anomaly
Linus Torvalds
2007-08-10
1
-2
/
+8
*
rename dirlink to gitlink.
Martin Waitz
2007-05-22
1
-2
/
+2
*
Merge branch 'lt/gitlink'
Junio C Hamano
2007-04-22
1
-62
/
+138
|
\
|
*
Teach git-update-index about gitlinks
Linus Torvalds
2007-04-13
1
-62
/
+138
*
|
Merge branch 'maint'
Junio C Hamano
2007-04-19
1
-1
/
+1
|
\
\
|
*
|
fix up strtoul_ui error handling
Andy Whitcroft
2007-04-19
1
-1
/
+1
|
*
|
sscanf/strtoul: parse integers robustly
Jim Meyering
2007-04-15
1
-3
/
+7
*
|
|
sscanf/strtoul: parse integers robustly
Jim Meyering
2007-04-12
1
-3
/
+7
|
|
/
|
/
|
*
|
Merge branch 'jc/index-output'
Junio C Hamano
2007-04-07
1
-2
/
+2
|
\
\
|
*
|
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
2007-04-04
1
-2
/
+2
|
|
/
*
/
Rename internal function "add_file_to_cache" in builtin-update-index.c
Junio C Hamano
2007-04-06
1
-2
/
+2
|
/
*
Add core.symlinks to mark filesystems that do not support symbolic links.
Johannes Sixt
2007-03-03
1
-3
/
+3
*
Evil Merge branch 'jc/status' (early part) into js/diff-ni
Junio C Hamano
2007-02-24
1
-1
/
+10
|
\
|
*
update-index: do not die too early in a read-only repository.
Junio C Hamano
2007-02-22
1
-1
/
+10
[next]