Sign in
googlers
/
jrn
/
git
/
2b4d394113d28a856f2cf375d0cbef3806e9a2c8
/
builtin
/
checkout-index.c
68e3d62
introduce CHECKOUT_INIT
by René Scharfe
· 8 years ago
2239617
checkout-index: disallow "--no-stage" option
by Jeff King
· 9 years ago
6a6df8a
checkout-index: handle "--no-index" option
by Jeff King
· 9 years ago
5ed5f67
checkout-index: handle "--no-prefix" option
by Jeff King
· 9 years ago
9096ee1
checkout-index: simplify "-z" option parsing
by Jeff King
· 9 years ago
0d4cc1b
give "nbuf" strbuf a more meaningful name
by Jeff King
· 9 years ago
a392f57
checkout-index: there are only two possible line terminations
by Junio C Hamano
· 9 years ago
d7a643b
prefix_path(): unconditionally free results in the callers
by Stefan Beller
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
c00e1c5
Merge branch 'es/checkout-index-temp'
by Junio C Hamano
· 10 years ago
74c4de5
checkout-index: fix --temp relative path mangling
by Eric Sunshine
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
d4a2024
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
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
c02e1e4
Merge branch 'nd/lift-path-max'
by Junio C Hamano
· 11 years ago
af2a651
checkout_entry(): clarify the use of topath[] parameter
by Junio C Hamano
· 11 years ago
5d4d144
checkout-index: fix negations of even numbers of -n
by Stefan Beller
· 11 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 11 years ago
f63cf8c
Use imperative form in help usage to describe an action
by Nguyễn Thái Ngọc Duy
· 12 years ago
0ed2171
i18n: checkout-index: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 12 years ago
a47a645
checkout-index: remove obsolete comment
by Nguyễn Thái Ngọc Duy
· 13 years ago
6758af8
Merge branch 'jn/git-cmd-h-bypass-setup'
by Junio C Hamano
· 14 years ago
8c83968
Describe various forms of "be quiet" using OPT__QUIET
by Jonathan Nieder
· 14 years ago
76946b7
add OPT__FORCE
by René Scharfe
· 14 years ago
d52ee6e
add description parameter to OPT__QUIET
by René Scharfe
· 14 years ago
cf9d52e
checkout-index -h: show usage even in an invalid repository
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-checkout-index.c]
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
a6c7db1
parse-opt: migrate builtin-checkout-index.
by Miklos Vajna
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
05207a2
Start conforming code to "git subcmd" style part 2
by Heikki Orsila
· 16 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
· 16 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
663af34
Full rework of quote_c_style and write_name_quoted.
by Pierre Habouzit
· 17 years ago
7fb1011
Rework unquote_c_style to work on a strbuf.
by Pierre Habouzit
· 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
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 17 years ago
baffc0e
Make every builtin-*.c file #include "builtin.h"
by Peter Hagervall
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
095c424
Use PATH_MAX instead of MAXPATHLEN
by Jonas Fonseca
· 18 years ago
f7f0fbf
Make checkout_all void.
by David Rientjes
· 18 years ago
bb266cb
Merge branch 'mk/rename'
by Junio C Hamano
· 18 years ago
e414156
Make git-checkout-index a builtin
by Junio C Hamano
· 18 years ago
[Renamed (92%) from checkout-index.c]
344c52a
Avoid C99 initializers
by Shawn Pearce
· 19 years ago
6244b24
Close the index file between writing and committing
by Johannes Schindelin
· 19 years ago
021b6e4
Make index file locking code reusable to others.
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
be65e7d
Fix users of prefix_path() to free() only when necessary
by Johannes Schindelin
· 19 years ago
dc46da2
checkout-index: plug memory leak from prefix_path()
by Junio C Hamano
· 19 years ago
bad68ec
index: make the index file format extensible.
by Junio C Hamano
· 19 years ago
5142db6
Fix sparse warnings about usage of 0 instead of NULL
by Rene Scharfe
· 19 years ago
de84f99
Add --temp and --stage=all options to checkout-index.
by Shawn Pearce
· 19 years ago
9debe63
Teach git-checkout-index to read filenames from stdin.
by Shawn Pearce
· 19 years ago
5f73076
"Assume unchanged" git
by Junio C Hamano
· 19 years ago
f4f9ada
checkout-index: fix checking out specific path.
by Junio C Hamano
· 19 years ago
3bd348a
checkout-index: allow checking out from higher stages.
by Junio C Hamano
· 19 years ago
c3e9a65
checkout-index: work from subdirectory.
by Junio C Hamano
· 19 years ago
2b2dabc
Merge branch 'fixes'
by Junio C Hamano
· 19 years ago
a65a686
make checkout-index '-a' flag saner.
by Linus Torvalds
· 19 years ago
4b12dae
Return error when not checking out an entry due to dirtiness.
by Junio C Hamano
· 19 years ago
215a7ad
Big tool rename.
by Junio C Hamano
· 19 years ago
[Renamed (89%) from checkout-cache.c]
31f584c
[PATCH] fix git-checkout-cache segfault on parisc
by James Bottomley
· 19 years ago
4d1f119
[PATCH] Unify usage strings declaration
by Petr Baudis
· 19 years ago
d46ad9c
[PATCH] checkout-cache: add usage string.
by Junio C Hamano
· 20 years ago
12dccc1
Make fiel checkout function available to the git library
by Linus Torvalds
· 20 years ago
d7f6ea3
[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=
by Junio C Hamano
· 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
1126b41
[PATCH] checkout-cache fix
by Junio C Hamano
· 20 years ago
aceedfe
[patch] git: fix memory leak #2 in checkout-cache.c
by Ingo Molnar
· 20 years ago
36997b4
Date: Thu Apr 14 08:26:38 2005 +0200
by Ingo Molnar
· 20 years ago
d5f415e
[PATCH] create subdirs for symlinks
by Kay Sievers
· 20 years ago
8ae0a8c
[PATCH] git and symlinks as tracked content
by Kay Sievers
· 20 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
· 20 years ago
32718b6
[PATCH] checkout-cache: add "-n" option
by James Bottomley
· 20 years ago
bb233d6
Add support for a "GIT_INDEX_FILE" environment variable.
by Linus Torvalds
· 20 years ago
65bb491
Add the ability to prefix something to the pathname to "checkout-cache.c"
by Linus Torvalds
· 20 years ago
d9f98ee
Ignore any unmerged entries for "checkout-cache -a".
by Linus Torvalds
· 20 years ago
a38800f
[PATCH] Better error message from checkout-cache for unmerged files.
by Junio C Hamano
· 20 years ago
fa06d44
Fix total permission bogosity in "checkout-cache.c".
by Linus Torvalds
· 20 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
· 20 years ago
ccc4feb
Convert the index file reading/writing to use network byte order.
by Linus Torvalds
· 20 years ago
2de381f
[PATCH] Consolidate the error handling
by Petr Baudis
· 20 years ago
29d76d4
Make "checkout-cache" silently skip up-to-date files.
by Linus Torvalds
· 20 years ago
cfd88e2
Make the default directory permissions more lax.
by Linus Torvalds
· 20 years ago
83adac3
Make "read-tree" read the tree into the current directory cache.
by Linus Torvalds
· 20 years ago
8d3af1d
Fix "checkout-cache.c" mis-use of read_sha1_file() interface.
by Linus Torvalds
· 20 years ago
f7391ce
Fix up "checkout-cache" a bit
by Linus Torvalds
· 20 years ago
33db5f4
Add a "checkout-cache" command which does what the name suggests.
by Linus Torvalds
· 20 years ago