Andrew's git
/
gitweb.git
/ search
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/match-trees-refactor'
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
2013-03-24
status, branch: fix the misleading "bisecting" message
diff
|
tree
2013-03-19
index-pack: protect deepest_delta in multithread code
diff
|
tree
2013-03-17
Preallocate hash tables when the number of inserts...
diff
|
tree
2013-03-17
branch: show more information when HEAD is detached
diff
|
tree
2013-03-17
status: show more info than "currently not on any branch"
diff
|
tree
2013-03-17
wt-status: move wt_status_get_state() out to wt_status_print()
diff
|
tree
2013-03-17
wt-status: split wt_status_state parsing function out
diff
|
tree
2013-03-17
wt-status: move strbuf into read_and_strip_branch()
diff
|
tree
2013-03-17
index-pack: fix buffer overflow caused by translations
diff
|
tree
2013-03-17
status: advise to consider use of -u when read_directory...
diff
|
tree
2013-02-23
update-index: list supported idx versions and their...
diff
|
tree
2013-02-23
branch: segfault fixes and validation
diff
|
tree
2013-02-22
read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()
diff
|
tree
2013-02-22
index-format.txt: mention of v4 is missing in some...
diff
|
tree
2013-02-15
count-objects: report how much disk space taken by...
diff
|
tree
2013-02-15
count-objects: report garbage files in pack directory too
diff
|
tree
2013-02-13
sha1_file: reorder code in prepare_packed_git_one()
diff
|
tree
2013-02-12
format-patch: update append_signoff prototype
diff
|
tree
2013-02-12
t4014: more tests about appending s-o-b lines
diff
|
tree
2013-02-08
git-count-objects.txt: describe each line in -v output
diff
|
tree
2013-02-05
status: show the branch name if possible in in-progress...
diff
|
tree
2013-01-30
branch: mark more strings for translation
diff
|
tree
2013-01-30
branch: give a more helpful message on redundant arguments
diff
|
tree
2013-01-30
branch: reject -D/-d without branch name
diff
|
tree
2013-01-30
branch: no detached HEAD check when editing another...
diff
|
tree
2013-01-22
grep: avoid accepting ambiguous revision
diff
|
tree
2013-01-22
Update :/abc ambiguity check
diff
|
tree
2013-01-15
test-lib.sh: unfilter GIT_PERF_*
diff
|
tree
2013-01-15
attr: make it build with DEBUG_ATTR again
diff
|
tree
2013-01-15
attr: fix off-by-one directory component length calculation
diff
|
tree
2013-01-11
fetch: elaborate --depth action
diff
|
tree
2013-01-11
upload-pack: fix off-by-one depth calculation in shallow...
diff
|
tree
2013-01-11
fetch: add --unshallow for turning shallow repo into...
diff
|
tree
2013-01-11
clone: forbid --bare --separate-git-dir <dir>
diff
|
tree
2013-01-08
upload-pack: only accept commits from "shallow" line
diff
|
tree
2013-01-03
format-patch: pick up branch description when no ref...
diff
|
tree
2013-01-03
format-patch: pick up correct branch name from symbolic ref
diff
|
tree
2013-01-03
t4014: a few more tests on cover letter using branch...
diff
|
tree
2013-01-03
branch: delete branch description if it's empty
diff
|
tree
2013-01-01
Makefile: add USE_WILDMATCH to use wildmatch as fnmatch
diff
|
tree
2013-01-01
wildmatch: advance faster in <asterisk> + <literal...
diff
|
tree
2013-01-01
wildmatch: make a special case for "*/" with FNM_PATHNAME
diff
|
tree
2013-01-01
test-wildmatch: add "perf" command to compare wildmatch...
diff
|
tree
2013-01-01
wildmatch: support "no FNM_PATHNAME" mode
diff
|
tree
2013-01-01
wildmatch: replace variable 'special' with better named...
diff
|
tree
2013-01-01
wildmatch: make dowild() take arbitrary flags
diff
|
tree
2013-01-01
compat/fnmatch: respect NO_FNMATCH* even on glibc
diff
|
tree
2013-01-01
wildmatch: rename constants and update prototype
diff
|
tree
2013-01-01
wildmatch: fix "**" special case
diff
|
tree
2013-01-01
config.txt: a few lines about branch.<name>.description
diff
|
tree
2012-12-16
cache-tree: invalidate i-t-a paths after generating...
diff
|
tree
2012-12-16
cache-tree: fix writing cache-tree when CE_REMOVE is...
diff
|
tree
2012-12-16
cache-tree: replace "for" loops in update_one with...
diff
|
tree
2012-12-16
cache-tree: remove dead i-t-a code in verify_cache()
diff
|
tree
2012-12-13
index-format.txt: clarify what is "invalid"
diff
|
tree
2012-11-26
tree_entry_interesting: do basedir compare on wildcard...
diff
|
tree
2012-11-26
pathspec: apply "*.c" optimization from exclude
diff
|
tree
2012-11-26
pathspec: do exact comparison on the leading non-wildcard...
diff
|
tree
2012-11-20
compat/fnmatch: fix off-by-one character class's length...
diff
|
tree
2012-11-20
test-wildmatch: avoid Windows path mangling
diff
|
tree
2012-11-19
pathspec: save the non-wildcard length part
diff
|
tree
2012-10-29
fetch-pack: move core code to libgit.a
diff
|
tree
2012-10-29
fetch-pack: remove global (static) configuration variable...
diff
|
tree
2012-10-29
send-pack: move core code to libgit.a
diff
|
tree
2012-10-29
Move setup_diff_pager to libgit.a
diff
|
tree
2012-10-29
Move print_commit_list to libgit.a
diff
|
tree
2012-10-29
Move estimate_bisect_steps to libgit.a
diff
|
tree
2012-10-29
Move try_merge_command and checkout_fast_forward to...
diff
|
tree
2012-10-19
tree-walk: use enum interesting instead of integer
diff
|
tree
2012-10-15
Support "**" wildcard in .gitignore and .gitattributes
diff
|
tree
2012-10-15
wildmatch: make /**/ match zero or more directories
diff
|
tree
2012-10-15
wildmatch: adjust "**" behavior
diff
|
tree
2012-10-15
wildmatch: fix case-insensitive matching
diff
|
tree
2012-10-15
wildmatch: remove static variable force_lower_case
diff
|
tree