2006-10-11 | git-fetch --update-head-ok typofix Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-10 | Fix git-revert Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-06 | cherry-pick: make -r the default Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-05 | git-send-email: avoid uninitialized variable warning. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-05 | gitweb: Make the Git logo link target to point to the... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-05 | tar-tree deprecation: we eat our own dog food. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-03 | escape tilde in Documentation/git-rev-parse.txt Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-02 | Merge branch 'maint' |
diff | tree |
2006-10-02 | git-push: .git/remotes/ file does not require SP after... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-02 | git-mv: invalidate the removed path properly in cache... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-02 | Makefile: install and clean merge-recur, still. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-01 | GIT 1.4.3-rc1 Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-10-01 | Merge branch 'maint' |
diff | tree |
2006-10-01 | Merge branch 'jc/gitpm' |
diff | tree |
2006-10-01 | Merge branch 'jc/diff-stat' |
diff | tree |
2006-10-01 | Merge branch 'lt/web' |
diff | tree |
2006-09-30 | git-diff -B output fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-30 | Remove -fPIC which was only needed for Git.xs Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-29 | git-diff -B output fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-28 | Contributed bash completion support for core Git tools. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-28 | Merge branch 'jl/virtual' |
diff | tree |
2006-09-28 | Merge branch 'cc/branch-test' |
diff | tree |
2006-09-28 | Merge branch 'sp/void' |
diff | tree |
2006-09-28 | Merge branch 'jc/whitespace' |
diff | tree |
2006-09-28 | Merge branch 'jc/repack' |
diff | tree |
2006-09-28 | Merge branch 'jc/deprecate-recursive' |
diff | tree |
2006-09-27 | grep: fix --fixed-strings combined with expression. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-27 | grep: free expressions and patterns when done. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-27 | An illustration of rev-list --parents --pretty=raw Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-27 | diff --stat: color output. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-27 | diff --stat: allow custom diffstat output width. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-25 | Deprecate merge-recursive.py Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-25 | Merge branch 'sk/svnimport' |
diff | tree |
2006-09-25 | Merge early parts of branch 'np/pack' |
diff | tree |
2006-09-25 | Remove upload-tar and make git-tar-tree a thin wrapper... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-25 | Merge branch 'jc/filter-commit' |
diff | tree |
2006-09-25 | Merge branch 'sb/branch-attributes' |
diff | tree |
2006-09-24 | Merge branch 'jl/daemon' |
diff | tree |
2006-09-24 | Add t5510 to test per branch configuration affecting... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-24 | git-apply: second war on whitespace. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-24 | diff.c: second war on whitespace. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | sha1_name.c: understand "describe" output as a valid... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | Make hexval() available to others. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | git log: Unify header_filter and message_filter into... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | Update grep internal for grepping only in head/body Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | repack: use only pack-objects, not rev-list. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | revision traversal: --author, --committer, and --grep. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | revision traversal: prepare for commit log match. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-20 | builtin-grep: make pieces of it available as library. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-18 | Fix git-am safety checks Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-18 | Merge branch 'sk/ftp' |
diff | tree |
2006-09-18 | Merge part of branch 'jc/upload-pack' |
diff | tree |
2006-09-18 | Merge branch 'jc/pack' |
diff | tree |
2006-09-18 | Merge branch 'jc/am' |
diff | tree |
2006-09-18 | Merge branch 'jk/diff' |
diff | tree |
2006-09-17 | Merge branch 'jc/archive' |
diff | tree |
2006-09-17 | apply --unidiff-zero: loosen sanity checks for --unidiff... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | t1400: make test debuggable. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | Add ftp:// protocol support for git-http-fetch Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | http-fetch.c: consolidate code to detect missing fetch... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | Fix git-am safety checks Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | Define fallback PATH_MAX on systems that do not define... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-16 | Document git-grep -[Hh] Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-14 | Merge branches 'maint' and 'jc/http' |
diff | tree |
2006-09-13 | Merge branch 'jc/unpack' |
diff | tree |
2006-09-13 | unpack-objects -r: call it "recover". Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-13 | Merge branch 'jc/binary' |
diff | tree |
2006-09-13 | Merge branch 'aw/send-pack' |
diff | tree |
2006-09-13 | http-fetch: fix alternates handling. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-13 | http-fetch: fix alternates handling. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-13 | pack-objects: document --revs, --unpacked and --all. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-13 | builtin-archive.c: rename remote_request() to extract_remote... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-13 | upload-archive: monitor child communication more carefully. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-11 | Add sideband status report to git-archive protocol Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-11 | Merge branch 'jc/sideband' into jc/archive |
diff | tree |
2006-09-10 | Prepare larger packet buffer for upload-pack protocol. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | Teach --exec to git-archive --remote Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | Add --verbose to git-archive Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | archive: force line buffered output to stderr Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | Move sideband server side support into reusable form. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | Move sideband client side support into reusable form. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | archive: allow remote to have more formats than we... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-10 | get_sha1_hex() micro-optimization Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | pack-objects --unpacked=<existing pack> option. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | pack-objects: further work on internal rev-list logic. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | pack-objects: run rev-list equivalent internally. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | Separate object listing routines out of rev-list Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | diff --binary generates full index on binary files. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | Make apply --binary a no-op. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | Merge branch 'jc/daemon' |
diff | tree |
2006-09-07 | Revert "daemon: add upload-tar service." Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-07 | Merge branch 'pm/diff' |
diff | tree |
2006-09-06 | Teach rev-list an option to read revs from the standard... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-06 | revision.c: allow injecting revision parameters after... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-05 | Merge branch 'jc/pack' |
diff | tree |
2006-09-04 | unpack-objects desperately salvages objects from a... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-04 | more lightweight revalidation while reusing deflated... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-03 | pack-objects: fix thinko in revalidate code Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-09-03 | Revert "Make it possible to set up libgit directly... |
diff | tree |
2006-09-03 | Revert "Git.pm: Introduce fast get_object() method" |
diff | tree |