Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up docs where "--" isn't displayed correctly. | sean | 2006-05-05 | 12 | -13/+13 |
* | Several trivial documentation touch ups. | sean | 2006-05-05 | 6 | -6/+10 |
* | git-svn 1.0.0 | Eric Wong | 2006-05-05 | 1 | -1/+1 |
* | git-svn: documentation updates | Eric Wong | 2006-05-05 | 2 | -13/+38 |
* | delta: stricter constness | Junio C Hamano | 2006-05-05 | 3 | -6/+6 |
* | Makefile: do not link rev-list any specially. | Junio C Hamano | 2006-05-04 | 1 | -4/+0 |
* | builtin-push: --all and --tags _are_ explicit refspecs | Johannes Schindelin | 2006-05-04 | 1 | -2/+2 |
* | Merge branch 'jc/logs' | Junio C Hamano | 2006-05-04 | 2 | -34/+3 |
|\ | |||||
| * | builtin-log/whatchanged/show: make them official. | Junio C Hamano | 2006-05-01 | 2 | -34/+3 |
* | | Merge branch 'jc/show-branch-dense' | Junio C Hamano | 2006-05-03 | 1 | -3/+30 |
|\ \ | |||||
| * | | show-branch: omit uninteresting merges. | Junio C Hamano | 2006-05-01 | 1 | -3/+30 |
| |/ | |||||
* | | Merge branch 'jc/symref' | Junio C Hamano | 2006-05-03 | 6 | -11/+17 |
|\ \ | |||||
| * | | core.prefersymlinkrefs: use symlinks for .git/HEAD | Junio C Hamano | 2006-05-02 | 6 | -11/+17 |
* | | | Merge branch 'jc/diff' | Junio C Hamano | 2006-05-03 | 8 | -94/+407 |
|\ \ \ | |||||
| * | | | builtin-diff: call it "git-diff", really. | Junio C Hamano | 2006-05-01 | 3 | -77/+4 |
| * | | | builtin-diff.c: die() formatting type fix. | Junio C Hamano | 2006-04-30 | 1 | -1/+1 |
| * | | | built-in diff: assorted updates. | Junio C Hamano | 2006-04-29 | 4 | -26/+79 |
| * | | | built-in diff. | Junio C Hamano | 2006-04-28 | 4 | -1/+335 |
* | | | | Merge branch 'js/repoconfig' | Junio C Hamano | 2006-05-03 | 3 | -31/+79 |
|\ \ \ \ | |||||
| * | | | | repo-config: deconvolute logics | Johannes Schindelin | 2006-05-03 | 1 | -24/+26 |
| * | | | | repo-config: readability fixups. | Junio C Hamano | 2006-05-02 | 1 | -26/+20 |
| * | | | | repo-config: support --get-regexp | Johannes Schindelin | 2006-05-02 | 3 | -8/+60 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/count' | Junio C Hamano | 2006-05-03 | 6 | -35/+141 |
|\ \ \ \ | |||||
| * | | | | builtin-count-objects: open packs when running -v | Junio C Hamano | 2006-05-02 | 1 | -0/+2 |
| * | | | | builtin-count-objects: make it official. | Junio C Hamano | 2006-05-01 | 3 | -34/+14 |
| * | | | | built-in count-objects. | Junio C Hamano | 2006-04-27 | 4 | -1/+126 |
* | | | | | Merge branch 'js/remoteconfig' | Junio C Hamano | 2006-05-03 | 4 | -3/+319 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "fetch, pull: ask config for remote information" | Junio C Hamano | 2006-05-02 | 1 | -51/+4 |
| * | | | | | fetch, pull: ask config for remote information | Johannes Schindelin | 2006-05-02 | 1 | -4/+51 |
| * | | | | | builtin-push: also ask config for remote information | Johannes Schindelin | 2006-05-02 | 1 | -0/+39 |
| * | | | | | builtin-push: make it official. | Junio C Hamano | 2006-05-01 | 1 | -2/+3 |
| * | | | | | Fix builtin-push to honor Push: lines in remotes file. | Junio C Hamano | 2006-04-30 | 1 | -16/+18 |
| * | | | | | builtin-push: resurrect parsing of Push: lines | Johannes Schindelin | 2006-04-30 | 1 | -5/+21 |
| * | | | | | git builtin "push" | Linus Torvalds | 2006-04-30 | 4 | -1/+259 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-05-03 | 2 | -169/+242 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a few more words to the glossary.v1.3.2 | Jon Loeliger | 2006-05-03 | 1 | -12/+51 |
| * | | | | | | Added definitions for a few words: | Jon Loeliger | 2006-05-03 | 2 | -1/+34 |
| * | | | | | | Alphabetize the glossary. | Jon Loeliger | 2006-05-03 | 1 | -169/+170 |
* | | | | | | | sha1_to_hex() usage cleanup | Linus Torvalds | 2006-05-03 | 3 | -10/+7 |
* | | | | | | | Merge branch 'fix' | Junio C Hamano | 2006-05-03 | 3 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | fix various typos in documentation | Matthias Kestenholz | 2006-05-03 | 3 | -4/+4 |
* | | | | | | | blame: Fix path pruning | Fredrik Kuivinen | 2006-05-03 | 1 | -5/+5 |
* | | | | | | | cvsserver: use git-rev-list instead of git-log | Martin Langhoff | 2006-05-03 | 1 | -2/+3 |
* | | | | | | | Fix "git-log --parents" breakage post v1.3.0 | Linus Torvalds | 2006-05-03 | 1 | -2/+16 |
* | | | | | | | add documentation for update-index --unresolve | Matthias Kestenholz | 2006-05-03 | 2 | -2/+6 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2006-05-02 | 1 | -357/+1414 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitk: Allow view to specify arbitrary arguments to git-rev-list | Paul Mackerras | 2006-05-03 | 1 | -51/+196 |
| * | | | | | | gitk: Fix file list display when files are renamed | Paul Mackerras | 2006-05-02 | 1 | -62/+29 |
| * | | | | | | gitk: Basic support for highlighting one view within another | Paul Mackerras | 2006-05-02 | 1 | -221/+343 |
| * | | | | | | gitk: Add a tree-browsing mode | Paul Mackerras | 2006-05-01 | 1 | -20/+358 |