Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 70 | -1611/+2330 |
|\ | |||||
| * | Merge branch 'cc/branch-test' | Junio C Hamano | 2006-09-27 | 2 | -0/+22 |
| |\ | |||||
| | * | Remove empty ref directories that prevent creating a ref. | Christian Couder | 2006-09-25 | 2 | -0/+22 |
| * | | Merge branch 'sp/void' | Junio C Hamano | 2006-09-27 | 2 | -1/+17 |
| |\ \ | |||||
| | * | | Allow git-checkout when on a non-existant branch. | Shawn Pearce | 2006-09-27 | 2 | -1/+17 |
| * | | | Merge branch 'jc/whitespace' | Junio C Hamano | 2006-09-27 | 3 | -66/+229 |
| |\ \ \ | |||||
| | * | | | git-apply: second war on whitespace. | Junio C Hamano | 2006-09-24 | 1 | -25/+97 |
| | * | | | diff.c: second war on whitespace. | Junio C Hamano | 2006-09-24 | 2 | -41/+132 |
| * | | | | Merge branch 'jc/repack' | Junio C Hamano | 2006-09-27 | 1 | -9/+5 |
| |\ \ \ \ | |||||
| | * | | | | git-repack: allow git-repack to run in subdirectory | Jeff King | 2006-09-24 | 1 | -0/+1 |
| | * | | | | repack: use only pack-objects, not rev-list. | Junio C Hamano | 2006-09-20 | 1 | -9/+4 |
| * | | | | | Merge branch 'jc/deprecate-recursive' | Junio C Hamano | 2006-09-27 | 7 | -41/+17 |
| |\ \ \ \ \ | |||||
| | * | | | | | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | 7 | -41/+17 |
| * | | | | | | runstatus: do not recurse into subdirectories if not needed | Johannes Schindelin | 2006-09-27 | 1 | -12/+15 |
| * | | | | | | grep: fix --fixed-strings combined with expression. | Junio C Hamano | 2006-09-27 | 1 | -5/+2 |
| * | | | | | | grep: free expressions and patterns when done. | Junio C Hamano | 2006-09-27 | 3 | -0/+45 |
| * | | | | | | Corrected copy-and-paste thinko in ignore executable bit test case. | Shawn Pearce | 2006-09-27 | 1 | -1/+1 |
| * | | | | | | An illustration of rev-list --parents --pretty=raw | Junio C Hamano | 2006-09-27 | 1 | -0/+113 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | gitweb: Decode long title for link tooltips | Yasushi SHOJI | 2006-09-27 | 1 | -1/+1 |
| * | | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1 | Sergey Vlasov | 2006-09-26 | 1 | -0/+1 |
| * | | | | | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 2006-09-26 | 3 | -2/+28 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Use const for interpolate arguments | Alex Riesen | 2006-09-25 | 2 | -5/+10 |
| * | | | | git-archive: update documentation | Franck Bui-Huu | 2006-09-25 | 2 | -0/+16 |
| |/ / / | |||||
| * | | | gitweb: fix over-eager application of esc_html(). | Petr Baudis | 2006-09-24 | 1 | -6/+6 |
| * | | | Allow '(no author)' in git-svn's authors file. | Shawn Pearce | 2006-09-24 | 1 | -1/+1 |
| * | | | Allow 'svn fetch' on '(no date)' revisions in Subversion. | Shawn Pearce | 2006-09-24 | 2 | -1/+16 |
| * | | | Merge branch 'sk/svnimport' | Junio C Hamano | 2006-09-24 | 1 | -11/+20 |
| |\ \ \ | |||||
| | * | | | git-svnimport: Parse log message for Signed-off-by: lines | Sasha Khapyorsky | 2006-09-22 | 1 | -11/+20 |
| * | | | | Merge early parts of branch 'np/pack' | Junio C Hamano | 2006-09-24 | 6 | -117/+111 |
| |\ \ \ \ | |||||
| | * | | | | many cleanups to sha1_file.c | Nicolas Pitre | 2006-09-23 | 4 | -114/+104 |
| | * | | | | move pack creation to version 3 | Nicolas Pitre | 2006-09-22 | 2 | -3/+7 |
| | |/ / / | |||||
| * | | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archive | Junio C Hamano | 2006-09-24 | 8 | -200/+53 |
| * | | | | git-tar-tree: Move code for git-archive --format=tar to archive-tar.c | Rene Scharfe | 2006-09-24 | 3 | -314/+326 |
| * | | | | git-tar-tree: Remove duplicate git_config() call | Rene Scharfe | 2006-09-24 | 1 | -2/+0 |
| * | | | | Merge branch 'jc/filter-commit' | Junio C Hamano | 2006-09-24 | 8 | -507/+641 |
| |\ \ \ \ | |||||
| | * | | | | git log: Unify header_filter and message_filter into one. | Junio C Hamano | 2006-09-20 | 3 | -54/+27 |
| | * | | | | Update grep internal for grepping only in head/body | Junio C Hamano | 2006-09-20 | 2 | -16/+42 |
| | * | | | | git-log --author and --committer are not left-anchored by default | Linus Torvalds | 2006-09-20 | 1 | -2/+8 |
| | * | | | | rev-list: fix segfault with --{author,committer,grep} | Jeff King | 2006-09-20 | 1 | -1/+3 |
| | * | | | | revision traversal: --author, --committer, and --grep. | Junio C Hamano | 2006-09-20 | 2 | -1/+86 |
| | * | | | | revision traversal: prepare for commit log match. | Junio C Hamano | 2006-09-20 | 2 | -0/+17 |
| | * | | | | builtin-grep: make pieces of it available as library. | Junio C Hamano | 2006-09-20 | 4 | -506/+531 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'sb/branch-attributes' | Junio C Hamano | 2006-09-24 | 4 | -13/+115 |
| |\ \ \ \ | |||||
| | * | | | | Add test for the default merges in fetch. | Santi Béjar | 2006-09-24 | 1 | -0/+25 |
| | * | | | | fetch: get the remote branches to merge from the branch properties | Santi Béjar | 2006-09-24 | 2 | -8/+33 |
| | * | | | | Add t5510 to test per branch configuration affecting git-fetch. | Junio C Hamano | 2006-09-24 | 1 | -0/+44 |
| | * | | | | Fetch: default remote repository from branch properties | Santi Béjar | 2006-09-24 | 3 | -5/+13 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'jl/daemon' | Junio C Hamano | 2006-09-24 | 5 | -11/+229 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 | 5 | -11/+229 |
| | |/ / | |||||
| * | | | builtin-upload-archive.c broken on openbsd | Randal L. Schwartz | 2006-09-24 | 1 | -2/+2 |