block-sha1
remove ARM and Mozilla SHA1 implementations
2009-08-18 14:19:40 -07:00
compat
Merge branch 'ms/msvc'
2009-10-09 00:02:23 -07:00
contrib
bash completion: complete refs for git-grep
2009-10-12 16:13:19 -07:00
Documentation
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
git-gui
gitk-git
Merge git://git.kernel.org/pub/scm/gitk/gitk
2009-09-20 23:47:52 -07:00
gitweb
Merge branch 'mr/gitweb-snapshot'
2009-08-31 22:09:53 -07:00
perl
perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR
2009-09-25 14:00:04 -07:00
ppc
t
http tests: use /dumb/ URL prefix
2009-11-04 17:58:16 -08:00
templates
Correct minor typo in post-receive hook template
2009-09-29 08:26:43 -07:00
xdiff
Merge branch 'tf/diff-whitespace-incomplete-line' into maint
2009-09-16 14:27:08 -07:00
.gitattributes
.gitattributes: CR at the end of the line is an error
2009-06-21 10:42:37 -07:00
.gitignore
Git-aware CGI to provide dumb HTTP transport
2009-11-04 17:58:04 -08:00
.mailmap
Nicolas Pitre has a new email address
2009-09-14 02:23:36 -07:00
abspath.c
abspath.c: move declaration of 'len' into inner block and use appropriate type
2009-08-27 16:20:53 -07:00
advice.c
status: make "how to stage" messages optional
2009-09-11 21:33:24 -07:00
advice.h
status: make "how to stage" messages optional
2009-09-11 21:33:24 -07:00
alias.c
alloc.c
archive-tar.c
archive-zip.c
archive.c
Merge branch 'rs/maint-archive-prefix'
2009-10-09 16:27:16 -07:00
archive.h
attr.c
attr: plug minor memory leak
2009-06-30 16:12:24 -07:00
attr.h
base85.c
Fix big left-shifts of unsigned char
2009-06-18 09:22:46 -07:00
bisect.c
git-bisect: call the found commit "*the* first bad commit"
2009-08-26 12:05:57 -07:00
bisect.h
blob.c
blob.h
branch.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
branch.h
builtin-add.c
don't dereference NULL upon fdopen failure
2009-09-13 01:32:20 -07:00
builtin-annotate.c
builtin-apply.c
builtin-apply.c: get rid of an unnecessary use of temporary array
2009-09-01 08:02:51 -07:00
builtin-archive.c
git-archive: infer output format from filename when unspecified
2009-09-13 13:54:39 -07:00
builtin-bisect--helper.c
builtin-blame.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
builtin-branch.c
UI consistency: allow --force for where -f means force
2009-08-29 14:08:03 -07:00
builtin-bundle.c
Update the usage bundle string.
2009-09-18 19:47:15 -07:00
builtin-cat-file.c
builtin-check-attr.c
builtin-check-ref-format.c
builtin-checkout-index.c
builtin-checkout.c
Merge branch 'jk/maint-1.6.3-checkout-unborn' into maint
2009-09-16 14:26:56 -07:00
builtin-clean.c
UI consistency: allow --force for where -f means force
2009-08-29 14:08:03 -07:00
builtin-clone.c
clone: Supply the right commit hash to post-checkout when -b is used
2009-10-14 01:19:15 -07:00
builtin-commit-tree.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
builtin-commit.c
git commit --dry-run -v: show diff in color when asked
2009-08-15 02:33:21 -07:00
builtin-config.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
builtin-count-objects.c
builtin-describe.c
git-describe: Die early if there are no possible descriptions
2009-08-06 13:35:55 -07:00
builtin-diff-files.c
builtin-diff-index.c
builtin-diff-tree.c
builtin-diff.c
Show usage string for 'git log -h', 'git show -h' and 'git diff -h'
2009-08-07 14:40:29 -07:00
builtin-fast-export.c
git fast-export: add --no-data option
2009-07-31 07:48:09 -07:00
builtin-fetch--tool.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
builtin-fetch-pack.c
Smart fetch over HTTP: client side
2009-11-04 17:58:15 -08:00
builtin-fetch.c
fetch: Allow transport -v -v -v to set verbosity to 3
2009-10-30 19:20:54 -07:00
builtin-fmt-merge-msg.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
builtin-for-each-ref.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
builtin-fsck.c
Merge branch 'cc/replace'
2009-08-21 18:47:53 -07:00
builtin-gc.c
builtin-grep.c
Merge branch 'maint'
2009-09-13 01:30:53 -07:00
builtin-help.c
Fix various sparse warnings in the git source code
2009-06-20 21:52:55 -07:00
builtin-init-db.c
Merge branch 'ns/init-mkdir'
2009-08-05 12:39:33 -07:00
builtin-log.c
git-log: allow --decorate[=short|full]
2009-08-26 12:05:58 -07:00
builtin-ls-files.c
ls-files: die instead of fprintf/exit in -i error
2009-10-08 22:54:34 -07:00
builtin-ls-remote.c
builtin-ls-tree.c
builtin-mailinfo.c
builtin-mailinfo.c: check error status from rewind and ftruncate
2009-09-29 09:40:55 -07:00
builtin-mailsplit.c
don't dereference NULL upon fdopen failure
2009-09-13 01:32:20 -07:00
builtin-merge-base.c
git-merge-base/git-show-branch: Cleanup documentation and usage
2009-08-05 10:28:05 -07:00
builtin-merge-file.c
builtin-merge-ours.c
builtin-merge-recursive.c
builtin-merge.c
Merge branch 'jk/maint-merge-msg-fix'
2009-08-16 04:13:04 -07:00
builtin-mktree.c
builtin-mv.c
UI consistency: allow --force for where -f means force
2009-08-29 14:08:03 -07:00
builtin-name-rev.c
builtin-pack-objects.c
pack-objects: remove SP at the end of usage string
2009-09-18 19:48:48 -07:00
builtin-pack-refs.c
builtin-prune-packed.c
prune-packed: migrate to parse-options
2009-07-10 23:57:21 -07:00
builtin-prune.c
builtin-push.c
git-push: Accept -n as a synonym for --dry-run.
2009-09-13 11:29:18 -07:00
builtin-read-tree.c
read-tree: Fix regression with creation of a new index file.
2009-08-17 09:20:52 -07:00
builtin-receive-pack.c
Add stateless RPC options to upload-pack, receive-pack
2009-11-04 17:58:14 -08:00
builtin-reflog.c
use write_str_in_full helper to avoid literal string lengths
2009-09-13 01:31:10 -07:00
builtin-remote.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
builtin-replace.c
builtin-rerere.c
builtin-reset.c
Merge branch 'tr/reset-checkout-patch'
2009-09-07 15:24:38 -07:00
builtin-rev-list.c
builtin-rev-parse.c
Merge branch 'tr/die_errno'
2009-07-06 09:39:46 -07:00
builtin-revert.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
builtin-rm.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
builtin-send-pack.c
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
builtin-shortlog.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
builtin-show-branch.c
Merge branch 'maint'
2009-10-04 14:48:51 -07:00
builtin-show-ref.c
show-ref: migrate to parse-options
2009-06-20 23:50:42 -07:00
builtin-stripspace.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
builtin-symbolic-ref.c
builtin-tag.c
UI consistency: allow --force for where -f means force
2009-08-29 14:08:03 -07:00
builtin-tar-tree.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
builtin-unpack-objects.c
Merge branch 'jc/maint-unpack-objects-strict' into maint
2009-09-16 14:45:18 -07:00
builtin-update-index.c
builtin-update-ref.c
builtin-update-server-info.c
update-server-info: make builtin, use parseopt
2009-08-29 14:07:25 -07:00
builtin-upload-archive.c
Merge branch 'pb/maint-1.6.2-userdiff-fix' into maint
2009-06-21 21:08:05 -07:00
builtin-verify-pack.c
Merge branch 'maint'
2009-08-07 22:35:17 -07:00
builtin-verify-tag.c
verify-tag: migrate to parse-options
2009-07-10 23:57:15 -07:00
builtin-write-tree.c
write-tree: migrate to parse-options
2009-07-10 23:56:40 -07:00
builtin.h
update-server-info: make builtin, use parseopt
2009-08-29 14:07:25 -07:00
bundle.c
don't dereference NULL upon fdopen failure
2009-09-13 01:32:20 -07:00
bundle.h
cache-tree.c
Improve on the 'invalid object' error message at commit time
2009-07-14 13:50:33 -07:00
cache-tree.h
cache.h
Move "get_ack()" back to fetch-pack
2009-10-30 19:20:53 -07:00
check-builtins.sh
check-racy.c
check_bindir
color.c
color.h
combine-diff.c
Merge branch 'maint'
2009-07-22 21:56:46 -07:00
command-list.txt
Documentation: add 'git replace' to main git manpage
2009-10-11 21:52:22 -07:00
commit.c
fetch-pack: Use a strbuf to compose the want list
2009-10-30 19:20:53 -07:00
commit.h
fetch-pack: Use a strbuf to compose the want list
2009-10-30 19:20:53 -07:00
config.c
Merge branch 'jk/unwanted-advices'
2009-09-13 01:33:18 -07:00
config.mak.in
configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests
2009-07-22 21:56:51 -07:00
configure.ac
remove ARM and Mozilla SHA1 implementations
2009-08-18 14:19:40 -07:00
connect.c
Move "get_ack()" back to fetch-pack
2009-10-30 19:20:53 -07:00
convert.c
run_command: return exit code as positive value
2009-07-05 12:16:27 -07:00
copy.c
preserve mtime of local clone
2009-09-13 01:32:26 -07:00
COPYING
csum-file.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
csum-file.h
ctype.c
daemon.c
Merge branch 'tr/die_errno'
2009-07-06 09:39:46 -07:00
date.c
Fix '--relative-date'
2009-10-03 06:04:38 -04:00
decorate.c
decorate.h
delta.h
Fix big left-shifts of unsigned char
2009-06-18 09:22:46 -07:00
diff-delta.c
Nicolas Pitre has a new email address
2009-09-14 02:23:36 -07:00
diff-lib.c
Merge branch 'jc/shortstatus'
2009-08-28 19:38:19 -07:00
diff-no-index.c
diff.c
diff.c: stylefix
2009-10-11 21:54:44 -07:00
diff.h
diffcore-break.c
diffcore-delta.c
diffcore-order.c
diffcore-pickaxe.c
diffcore-rename.c
diffcore.h
dir.c
clean: require double -f options to nuke nested git repository and work tree
2009-07-29 12:22:30 -07:00
dir.h
clean: require double -f options to nuke nested git repository and work tree
2009-07-29 12:22:30 -07:00
editor.c
entry.c
check_path(): allow symlinked directories to checkout-index --prefix
2009-08-18 03:32:45 -07:00
environment.c
Merge branch 'cc/replace'
2009-08-21 18:47:53 -07:00
exec_cmd.c
exec_cmd.h
fast-import.c
fast-import.c::validate_raw_date(): really validate the value
2009-10-07 13:05:03 -07:00
fetch-pack.h
Smart fetch over HTTP: client side
2009-11-04 17:58:15 -08:00
fixup-builtins
fsck.c
Allow the Unix epoch to be a valid commit date
2009-07-06 09:36:16 -07:00
fsck.h
generate-cmdlist.sh
git-add--interactive.perl
Merge branch 'pv/maint-add-p-no-exclude'
2009-10-14 16:13:20 -07:00
git-am.sh
git-am: force egrep to use correct characters set
2009-09-25 15:35:05 -07:00
git-archimport.perl
git-bisect.sh
git-bisect: call the found commit "*the* first bad commit"
2009-08-26 12:05:57 -07:00
git-compat-util.h
add NORETURN_PTR for function pointers
2009-10-01 04:12:21 -04:00
git-cvsexportcommit.perl
Avoid generating a warning if $fullname{$file} is undefined
2009-07-06 09:36:43 -07:00
git-cvsimport.perl
cvs: initialize empty password
2009-09-17 00:38:49 -07:00
git-cvsserver.perl
git-cvsserver: no longer use deprecated 'git-subcommand' commands
2009-09-02 18:41:42 -07:00
git-difftool--helper.sh
git-difftool.perl
git-filter-branch.sh
filter-branch: make the usage string fit on 80 chars terminals.
2009-08-18 13:35:55 -07:00
git-instaweb.sh
Add support for the Mongoose web server.
2009-08-23 15:03:53 -07:00
git-lost-found.sh
git-merge-octopus.sh
git-merge-one-file.sh
git-merge-resolve.sh
git-mergetool--lib.sh
git-mergetool.sh
git-parse-remote.sh
git-pull.sh
pull: improve advice for unconfigured error case
2009-10-09 11:22:43 -07:00
git-quiltimport.sh
git-rebase--interactive.sh
Fix rebase -p --onto
2009-07-22 11:15:06 -07:00
git-rebase.sh
rebase: use plumbing to show dirty state
2009-09-11 21:41:15 -07:00
git-relink.perl
git-repack.sh
Merge branch 'js/maint-graft-unhide-true-parents'
2009-07-25 00:45:03 -07:00
git-request-pull.sh
request-pull: optionally show a patch as well
2009-07-29 11:02:49 -07:00
git-send-email.perl
send-email: fix mutt regex for grouped aliases
2009-10-01 04:18:36 -04:00
git-sh-setup.sh
git-sh-setup: introduce say() for quiet options
2009-06-18 09:50:31 -07:00
git-stash.sh
Merge branch 'tr/reset-checkout-patch'
2009-09-07 15:24:38 -07:00
git-submodule.sh
typo fix: Directory `...' exist, ...: s/exist/exists/
2009-09-29 08:30:13 -07:00
git-svn.perl
git-svn: hide find_parent_branch output in double quiet mode
2009-10-10 00:00:40 -07:00
GIT-VERSION-GEN
GIT 1.6.5
2009-10-10 00:05:19 -07:00
git-web--browse.sh
web--browse: fix Mac OS X GUI detection for 10.6
2009-09-14 02:27:25 -07:00
git.c
Merge branch 'db/vcs-helper'
2009-09-13 01:31:55 -07:00
git.spec.in
Nicolas Pitre has a new email address
2009-09-14 02:23:36 -07:00
graph.c
Merge branch 'as/maint-graph-interesting-fix'
2009-08-27 16:59:56 -07:00
graph.h
grep.c
grep: simplify -p output
2009-07-02 21:36:42 -07:00
grep.h
Merge branch 'maint'
2009-09-13 01:30:53 -07:00
hash-object.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
hash.c
hash.h
help.c
Test for WIN32 instead of __MINGW32_
2009-09-18 20:00:42 -07:00
help.h
http-backend.c
http-backend: add GIT_PROJECT_ROOT environment var
2009-11-04 17:58:15 -08:00
http-fetch.c
git-http-fetch: not a builtin
2009-08-05 18:37:12 -07:00
http-push.c
Move WebDAV HTTP push under remote-curl
2009-10-30 19:20:54 -07:00
http-walker.c
Merge branch 'rc/maint-http-local-slot-fix' into maint
2009-06-21 21:15:31 -07:00
http.c
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
http.h
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
ident.c
imap-send.c
Fix various sparse warnings in the git source code
2009-06-20 21:52:55 -07:00
index-pack.c
increase portability of NORETURN declarations
2009-10-01 04:12:21 -04:00
INSTALL
INSTALL: Describe dependency knobs from Makefile
2009-09-10 21:34:43 -07:00
levenshtein.c
levenshtein.h
list-objects.c
list-objects.h
ll-merge.c
Merge branch 'js/run-command-updates'
2009-08-10 22:14:57 -07:00
ll-merge.h
lockfile.c
git branch -D: give a better error message when lockfile creation fails
2009-09-29 08:14:47 -07:00
log-tree.c
Let --decorate show HEAD position
2009-10-12 16:22:35 -07:00
log-tree.h
git-log: allow --decorate[=short|full]
2009-08-26 12:05:58 -07:00
mailmap.c
Fix various sparse warnings in the git source code
2009-06-20 21:52:55 -07:00
mailmap.h
Makefile
Git-aware CGI to provide dumb HTTP transport
2009-11-04 17:58:04 -08:00
match-trees.c
merge-file.c
merge-index.c
merge-recursive.c
merge-recursive: give less scary messages when merge did not start
2009-09-08 14:46:36 -07:00
merge-recursive.h
merge-tree.c
mktag.c
Merge branch 'cc/replace'
2009-08-21 18:47:53 -07:00
name-hash.c
object.c
object.h
pack-check.c
pack-redundant.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
pack-refs.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
pack-refs.h
pack-revindex.c
janitor: useless checks before free
2009-07-22 21:57:41 -07:00
pack-revindex.h
pack-write.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
pack.h
pager.c
Test for WIN32 instead of __MINGW32_
2009-09-18 20:00:42 -07:00
parse-options.c
parse-opt: ignore negation of OPT_NONEG for ambiguity checks
2009-09-29 07:28:47 -07:00
parse-options.h
Merge branch 'cc/replace'
2009-08-21 18:47:53 -07:00
patch-delta.c
Nicolas Pitre has a new email address
2009-09-14 02:23:36 -07:00
patch-id.c
patch-ids.c
patch-ids.h
path.c
pkt-line.c
pkt-line: Make packet_read_line easier to debug
2009-10-30 19:20:53 -07:00
pkt-line.h
pkt-line: Add strbuf based functions
2009-10-30 19:20:53 -07:00
preload-index.c
janitor: add DIV_ROUND_UP and use it.
2009-07-22 21:57:41 -07:00
pretty.c
git-log: allow --decorate[=short|full]
2009-08-26 12:05:58 -07:00
progress.c
change throughput display units with fast links
2009-10-14 01:19:29 -07:00
progress.h
quote.c
Fix various sparse warnings in the git source code
2009-06-20 21:52:55 -07:00
quote.h
reachable.c
reachable.h
read-cache.c
reset: make the reminder output consistent with "checkout"
2009-08-21 21:19:35 -07:00
README
README: git lives at http://git-scm.com these days
2009-10-07 12:47:24 -07:00
reflog-walk.c
reflog-walk.h
refs.c
git branch -D: give a better error message when lockfile creation fails
2009-09-29 08:14:47 -07:00
refs.h
RelNotes
GIT 1.6.4.4
2009-09-16 14:53:26 -07:00
remote-curl.c
Smart HTTP fetch: gzip requests
2009-11-04 17:58:15 -08:00
remote.c
Add url.<base>.pushInsteadOf: URL rewriting for push only
2009-09-08 01:18:46 -07:00
remote.h
Merge branch 'mg/pushurl'
2009-06-20 21:47:27 -07:00
replace_object.c
rerere.c
use write_str_in_full helper to avoid literal string lengths
2009-09-13 01:31:10 -07:00
rerere.h
revision.c
improve reflog date/number heuristic
2009-09-29 10:06:49 -07:00
revision.h
improve reflog date/number heuristic
2009-09-29 10:06:49 -07:00
run-command.c
Test for WIN32 instead of __MINGW32_
2009-09-18 20:00:42 -07:00
run-command.h
Test for WIN32 instead of __MINGW32_
2009-09-18 20:00:42 -07:00
send-pack.h
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
server-info.c
setup.c
Test for WIN32 instead of __MINGW32_
2009-09-18 20:00:42 -07:00
sha1-lookup.c
sha1-lookup.h
sha1_file.c
sha1_file: Fix infinite loop when pack is corrupted
2009-10-14 13:39:37 -07:00
sha1_name.c
sha1_name.c: avoid unnecessary strbuf_release
2009-07-16 15:09:21 -07:00
shallow.c
shell.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
shortlog.h
show-index.c
sideband.c
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
sideband.h
sigchain.c
sigchain.h
strbuf.c
strbuf: add new function strbuf_getwholeline()
2009-08-05 12:13:56 -07:00
strbuf.h
strbuf: add new function strbuf_getwholeline()
2009-08-05 12:13:56 -07:00
string-list.c
string-list.h
symlinks.c
lstat_cache: guard against full match of length of 'name' parameter
2009-07-29 20:20:12 -07:00
tag.c
tag.h
tar.h
test-chmtime.c
test-ctype.c
test-date.c
refactor test-date interface
2009-08-30 22:04:46 -07:00
test-delta.c
Nicolas Pitre has a new email address
2009-09-14 02:23:36 -07:00
test-dump-cache-tree.c
test-genrandom.c
test-genrandom: ensure stdout is set to _O_BINARY on Windows
2009-09-21 00:36:12 -07:00
test-match-trees.c
test-parse-options.c
parse-opt: ignore negation of OPT_NONEG for ambiguity checks
2009-09-29 07:28:47 -07:00
test-path-utils.c
test-sha1.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
test-sha1.sh
test-sigchain.c
thread-utils.c
Make usage of windows.h lean and mean
2009-09-18 20:00:42 -07:00
thread-utils.h
trace.c
transport-helper.c
remote-helpers: return successfully if everything up-to-date
2009-10-30 19:20:54 -07:00
transport.c
Smart push over HTTP: client side
2009-11-04 17:58:15 -08:00
transport.h
fetch: Allow transport -v -v -v to set verbosity to 3
2009-10-30 19:20:54 -07:00
tree-diff.c
Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'
2009-07-01 19:40:47 -07:00
tree-walk.c
tree-walk.h
tree.c
tree.h
unimplemented.sh
unpack-file.c
Use die_errno() instead of die() when checking syscalls
2009-06-27 11:14:53 -07:00
unpack-trees.c
Merge branch 'maint'
2009-07-18 16:57:47 -07:00
unpack-trees.h
read-tree: migrate to parse-options
2009-06-27 14:11:28 -07:00
upload-pack.c
Add stateless RPC options to upload-pack, receive-pack
2009-11-04 17:58:14 -08:00
usage.c
add NORETURN_PTR for function pointers
2009-10-01 04:12:21 -04:00
userdiff.c
avoid exponential regex match for java and objc function names
2009-06-18 09:52:10 -07:00
userdiff.h
utf8.c
utf8.h
var.c
Style fixes, add a space after if/for/while.
2009-08-31 23:26:28 -07:00
walker.c
janitor: useless checks before free
2009-07-22 21:57:41 -07:00
walker.h
wrapper.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
write_or_die.c
Convert existing die(..., strerror(errno)) to die_errno()
2009-06-27 11:14:53 -07:00
ws.c
Fix severe breakage in "git-apply --whitespace=fix"
2009-07-25 01:29:20 -07:00
wt-status.c
status: make "how to stage" messages optional
2009-09-11 21:33:24 -07:00
wt-status.h
wt-status: collect untracked files in a separate "collect" phase
2009-08-10 12:56:43 -07:00
xdiff-interface.c
userdiff: add xdiff_clear_find_func()
2009-07-01 19:16:37 -07:00
xdiff-interface.h
userdiff: add xdiff_clear_find_func()
2009-07-01 19:16:37 -07:00