Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] fix t5300-pack-object.sh | Nicolas Pitre | 2007-03-16 | 1 | -1/+1 |
* | [PATCH] local-fetch.c: some error printing cleanup | Nicolas Pitre | 2007-03-16 | 1 | -20/+13 |
* | applymbox: brown paper bag fix. | Junio C Hamano | 2007-03-16 | 1 | -2/+2 |
* | use xstrdup please | Shawn O. Pearce | 2007-03-16 | 1 | -2/+2 |
* | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 | 7 | -22/+79 |
* | Merge GIT 1.5.0.4 | Junio C Hamano | 2007-03-14 | 3 | -2/+26 |
|\ | |||||
| * | GIT 1.5.0.4v1.5.0.4 | Junio C Hamano | 2007-03-14 | 3 | -2/+26 |
| * | Clarify doc for git-config --unset-all. | Yann Dirson | 2007-03-14 | 1 | -1/+1 |
| * | git-checkout: fix "eval" used for merge labelling. | Junio C Hamano | 2007-03-14 | 1 | -1/+1 |
* | | update-hook: fix incorrect use of git-describe and sed for finding previous tag | Andy Parkins | 2007-03-14 | 1 | -1/+1 |
* | | Merge branch 'jc/repack' | Junio C Hamano | 2007-03-14 | 2 | -0/+57 |
|\ \ | |||||
| * | | prepare_packed_git(): sort packs by age and localness. | Junio C Hamano | 2007-03-11 | 2 | -0/+57 |
* | | | Merge branch 'jc/fetch' | Junio C Hamano | 2007-03-14 | 7 | -249/+558 |
|\ \ \ | |||||
| * | | | .gitignore: add git-fetch--tool | Junio C Hamano | 2007-03-04 | 1 | -0/+1 |
| * | | | builtin-fetch--tool: fix reflog notes. | Junio C Hamano | 2007-02-28 | 1 | -4/+6 |
| * | | | git-fetch: retire update-local-ref which is not used anymore. | Junio C Hamano | 2007-02-28 | 2 | -14/+0 |
| * | | | builtin-fetch--tool: make sure not to overstep ls-remote-result buffer. | Junio C Hamano | 2007-02-27 | 1 | -0/+2 |
| * | | | fetch--tool: fix uninitialized buffer when reading from stdin | Junio C Hamano | 2007-02-27 | 1 | -6/+13 |
| * | | | builtin-fetch--tool: adjust to updated sha1_object_info(). | Junio C Hamano | 2007-02-27 | 1 | -4/+6 |
| * | | | Merge branch 'np/types' into jc/fetch | Junio C Hamano | 2007-02-27 | 174 | -3681/+7640 |
| |\ \ \ | |||||
| * | | | | git-fetch--tool takes flags before the subcommand. | Junio C Hamano | 2007-02-24 | 1 | -4/+4 |
| * | | | | Use stdin reflist passing in git-fetch.sh | Julian Phillips | 2007-02-13 | 1 | -1/+1 |
| * | | | | Use stdin reflist passing in parse-remote | Julian Phillips | 2007-02-13 | 1 | -1/+2 |
| * | | | | Allow fetch--tool to read from stdin | Julian Phillips | 2007-02-13 | 1 | -2/+25 |
| * | | | | git-fetch: rewrite expand_ref_wildcard in C | Junio C Hamano | 2007-02-13 | 2 | -45/+91 |
| * | | | | git-fetch: rewrite another shell loop in C | Junio C Hamano | 2007-02-13 | 2 | -28/+48 |
| * | | | | git-fetch: move more code into C. | Junio C Hamano | 2007-02-13 | 2 | -51/+131 |
| * | | | | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 2007-02-13 | 5 | -124/+227 |
| * | | | | git-fetch: split fetch_main into fetch_dumb and fetch_native | Junio C Hamano | 2007-02-13 | 1 | -69/+105 |
* | | | | | Merge branch 'dz/mailinfo' | Junio C Hamano | 2007-03-14 | 13 | -248/+352 |
|\ \ \ \ \ | |||||
| * | | | | | Add a couple more test cases to the suite. | Don Zickus | 2007-03-12 | 8 | -1/+35 |
| * | | | | | restrict the patch filtering | Don Zickus | 2007-03-12 | 1 | -3/+34 |
| * | | | | | builtin-mailinfo.c infrastrcture changes | Don Zickus | 2007-03-12 | 5 | -248/+287 |
* | | | | | | Merge branch 'jb/per-user-exclude' | Junio C Hamano | 2007-03-14 | 1 | -1/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add: Support specifying an excludes file with a configuration variable | James Bowes | 2007-03-09 | 1 | -1/+17 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-03-14 | 1 | -8/+11 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | cvsserver: asciidoc formatting changes | Frank Lichtenheld | 2007-03-13 | 1 | -8/+11 |
* | | | | | | | Merge branch 'pb/branch-track' | Junio C Hamano | 2007-03-14 | 7 | -41/+237 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix broken create_branch() in builtin-branch. | Junio C Hamano | 2007-03-10 | 1 | -14/+17 |
| * | | | | | | | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 | 7 | -36/+229 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | git-grep: don't use sscanf | Jim Meyering | 2007-03-14 | 1 | -1/+14 |
* | | | | | | | Do not output "GEN " when generating perl.mak | Johannes Schindelin | 2007-03-14 | 1 | -1/+1 |
* | | | | | | | shortlog: prompt when reading from terminal by mistake | Junio C Hamano | 2007-03-14 | 1 | -1/+4 |
* | | | | | | | Documentation: add git-mergetool to the command list. | Junio C Hamano | 2007-03-14 | 1 | -0/+1 |
* | | | | | | | Merge branch 'master' of git://repo.or.cz/git/mergetool | Junio C Hamano | 2007-03-14 | 5 | -1/+405 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add git-mergetool to run an appropriate merge conflict resolution program | Theodore Ts'o | 2007-03-13 | 5 | -1/+405 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | git-svn: add -l/--local command to "git svn rebase" | Eric Wong | 2007-03-13 | 2 | -2/+13 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 2007-03-12 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'maint'gitgui-0.6.5 | Shawn O. Pearce | 2007-03-12 | 4 | -156/+15 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | git-gui: Support of "make -s" in: do not output anything of the build itself | Alex Riesen | 2007-03-06 | 1 | -0/+5 |