Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
t/README: justify why "! grep foo" is sufficient
2013-12-26
add: don't complain when adding empty project root
diff
|
tree
2013-12-20
daemon: be strict at parsing parameters --[no-]informative...
diff
|
tree
2013-12-06
clone,fetch: catch non positive --depth option value
diff
|
tree
2013-11-21
glossary-content.txt: fix documentation of "**" patterns
diff
|
tree
2013-11-20
diff: restrict pathspec limitations to diff b/f case...
diff
|
tree
2013-10-28
pathspec: stop --*-pathspecs impact on internal parse_pathsp...
diff
|
tree
2013-10-24
entry.c: convert checkout_entry to use strbuf
diff
|
tree
2013-10-22
Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER...
diff
|
tree
2013-09-27
clone: tighten "local paths with colons" check a bit
diff
|
tree
2013-09-18
fetch-pack.c: show correct command name that fails
diff
|
tree
2013-09-13
pack-objects: no crc check when the cached version...
diff
|
tree
2013-09-05
add: lift the pathspec magic restriction on "add -p"
diff
|
tree
2013-09-05
pathspec: catch prepending :(prefix) on pathspec with...
diff
|
tree
2013-09-03
Make setup_git_env() resolve .git file when $GIT_DIR...
diff
|
tree
2013-08-28
list-objects: mark more commits as edges in mark_edges_unint...
diff
|
tree
2013-08-28
list-objects: reduce one argument in mark_edges_uninteresting
diff
|
tree
2013-08-28
upload-pack: delegate rev walking in shallow fetch...
diff
|
tree
2013-08-28
shallow: add setup_temporary_shallow()
diff
|
tree
2013-08-28
shallow: only add shallow graft points to new shallow...
diff
|
tree
2013-08-26
fetch-pack: do not remove .git/shallow file when -...
diff
|
tree
2013-08-18
move setup_alternate_shallow and write_shallow_commits...
diff
|
tree
2013-08-13
push: respect --no-thin
diff
|
tree
2013-08-09
gc: reject if another gc is running, unless --force...
diff
|
tree
2013-07-30
for-each-ref, quote: convert *_quote_print -> *_quote_buf
diff
|
tree
2013-07-26
document 'allow-tip-sha1-in-want' capability
diff
|
tree
2013-07-23
smart http: use the same connectivity check on cloning
diff
|
tree
2013-07-15
parse_pathspec: accept :(icase)path syntax
diff
|
tree
2013-07-15
pathspec: support :(glob) syntax
diff
|
tree
2013-07-15
pathspec: make --literal-pathspecs disable pathspec...
diff
|
tree
2013-07-15
pathspec: support :(literal) syntax for noglob pathspec
diff
|
tree
2013-07-15
kill limit_pathspec_to_literal() as it's only used...
diff
|
tree
2013-07-15
parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_O...
diff
|
tree
2013-07-15
parse_pathspec: make sure the prefix part is wildcard...
diff
|
tree
2013-07-15
rename field "raw" to "_raw" in struct pathspec
diff
|
tree
2013-07-15
tree-diff: remove the use of pathspec's raw[] in follow...
diff
|
tree
2013-07-15
remove match_pathspec() in favor of match_pathspec_depth()
diff
|
tree
2013-07-15
remove init_pathspec() in favor of parse_pathspec()
diff
|
tree
2013-07-15
remove diff_tree_{setup,release}_paths
diff
|
tree
2013-07-15
convert common_prefix() to use struct pathspec
diff
|
tree
2013-07-15
convert add_files_to_cache to take struct pathspec
diff
|
tree
2013-07-15
convert {read,fill}_directory to take struct pathspec
diff
|
tree
2013-07-15
convert refresh_index to take struct pathspec
diff
|
tree
2013-07-15
convert report_path_error to take struct pathspec
diff
|
tree
2013-07-15
checkout: convert read_tree_some to take struct pathspec
diff
|
tree
2013-07-15
convert unmerge_cache to take struct pathspec
diff
|
tree
2013-07-15
convert run_add_interactive to use struct pathspec
diff
|
tree
2013-07-15
convert read_cache_preload() to take struct pathspec
diff
|
tree
2013-07-15
line-log: convert to use parse_pathspec
diff
|
tree
2013-07-15
reset: convert to use parse_pathspec
diff
|
tree
2013-07-15
add: convert to use parse_pathspec
diff
|
tree
2013-07-15
check-ignore: convert to use parse_pathspec
diff
|
tree
2013-07-15
archive: convert to use parse_pathspec
diff
|
tree
2013-07-15
ls-files: convert to use parse_pathspec
diff
|
tree
2013-07-15
rm: convert to use parse_pathspec
diff
|
tree
2013-07-15
checkout: convert to use parse_pathspec
diff
|
tree
2013-07-15
rerere: convert to use parse_pathspec
diff
|
tree
2013-07-15
status: convert to use parse_pathspec
diff
|
tree
2013-07-15
commit: convert to use parse_pathspec
diff
|
tree
2013-07-15
clean: convert to use parse_pathspec
diff
|
tree
2013-07-15
guard against new pathspec magic in pathspec matching...
diff
|
tree
2013-07-15
parse_pathspec: support prefixing original patterns
diff
|
tree
2013-07-15
parse_pathspec: support stripping/checking submodule...
diff
|
tree
2013-07-15
parse_pathspec: support stripping submodule trailing...
diff
|
tree
2013-07-15
parse_pathspec: add special flag for max_depth feature
diff
|
tree
2013-07-15
convert some get_pathspec() calls to parse_pathspec()
diff
|
tree
2013-07-15
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
diff
|
tree
2013-07-15
parse_pathspec: save original pathspec for reporting
diff
|
tree
2013-07-15
add parse_pathspec() that converts cmdline args to...
diff
|
tree
2013-07-15
pathspec: add copy_pathspec
diff
|
tree
2013-07-15
pathspec: i18n-ize error strings in pathspec parsing...
diff
|
tree
2013-07-15
move struct pathspec and related functions to pathspec...
diff
|
tree
2013-07-15
clean: remove unused variable "seen"
diff
|
tree
2013-07-12
git-clone.txt: remove the restriction on pushing from...
diff
|
tree
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever...
diff
|
tree
2013-06-09
git.txt: document GIT_TRACE_PACKET
diff
|
tree
2013-06-09
core: use env variable instead of config var to turn...
diff
|
tree
2013-06-02
Makefile: promote wildmatch to be the default fnmatch...
diff
|
tree
2013-05-29
get_sha1: warn about full or short object names that...
diff
|
tree
2013-05-28
prune-packed: avoid implying "1" is DRY_RUN in prune_packed_...
diff
|
tree
2013-05-28
clone: open a shortcut for connectivity check
diff
|
tree
2013-05-28
index-pack: remove dead code (it should never happen)
diff
|
tree
2013-05-28
fetch-pack: prepare updated shallow file before fetching...
diff
|
tree
2013-05-24
urls.txt: avoid auto converting to hyperlink
diff
|
tree
2013-05-11
clone: let the user know when check_everything_connected...
diff
|
tree
2013-05-07
clone: allow cloning local paths with colons in them
diff
|
tree
2013-04-18
pretty: support %>> that steal trailing spaces
diff
|
tree
2013-04-18
pretty: support truncating in %>, %< and %><
diff
|
tree
2013-04-18
pretty: support padding placeholders, %< %> and %><
diff
|
tree
2013-04-18
pretty: add %C(auto) for auto-coloring
diff
|
tree
2013-04-18
pretty: split color parsing into a separate function
diff
|
tree
2013-04-18
pretty: two phase conversion for non utf-8 commits
diff
|
tree
2013-04-18
utf8.c: add reencode_string_len() that can handle NULs...
diff
|
tree
2013-04-18
utf8.c: add utf8_strnwidth() with the ability to skip...
diff
|
tree
2013-04-18
utf8.c: move display_mode_esc_sequence_len() for use...
diff
|
tree
2013-04-18
pretty: share code between format_decoration and show_decora...
diff
|
tree
2013-04-18
pretty-formats.txt: wrap long lines
diff
|
tree
2013-04-18
pretty: get the correct encoding for --pretty:format=%e
diff
|
tree
2013-04-18
pretty: save commit encoding from logmsg_reencode if...
diff
|
tree
2013-04-15
checkout: add --ignore-skip-worktree-bits in sparse...
diff
|
tree
2013-03-27
checkout: avoid unnecessary match_pathspec calls
diff
|
tree