Age | Commit message (Expand) | Author | Files | Lines |
2005-12-21 | Post 1.0.0 development track. | Junio C Hamano | 2 | -1/+7 |
2005-12-21 | GIT 1.0.0 | Junio C Hamano | 66 | -617/+778 |
2005-12-20 | Make "git-send-pack" less verbose by default | Linus Torvalds | 1 | -1/+9 |
2005-12-20 | A shared repository should be writable by members. | Junio C Hamano | 1 | -1/+3 |
2005-12-20 | ce_smudge_racily_clean_entry: explain why it works. | Junio C Hamano | 1 | -1/+25 |
2005-12-20 | Racy GIT (part #2) | Junio C Hamano | 2 | -5/+44 |
2005-12-20 | Racy GIT | Junio C Hamano | 2 | -54/+110 |
2005-12-19 | format-patch: make sure header and body are separated. | Junio C Hamano | 1 | -0/+2 |
2005-12-19 | diff --abbrev: document --abbrev=<n> form. | Junio C Hamano | 2 | -5/+6 |
2005-12-19 | diff: --abbrev option | Junio C Hamano | 5 | -23/+93 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 9 | -63/+46 |
2005-12-19 | tests: make scripts executable | Junio C Hamano | 8 | -0/+0 |
2005-12-19 | Remove "octopus". | Junio C Hamano | 5 | -133/+1 |
2005-12-19 | Remove unused cmd-rename.sh | Junio C Hamano | 1 | -62/+0 |
2005-12-19 | Remove generated files */*.py[co] | Junio C Hamano | 1 | -1/+2 |
2005-12-19 | Documentation: stdout of update-hook is connected to /dev/null | Junio C Hamano | 2 | -2/+14 |
2005-12-19 | rev-list --objects: fix object list without commit. | Junio C Hamano | 1 | -1/+2 |
2005-12-19 | Documentation/git-archimport: document -o, -a, f, -D options | Eric Wong | 2 | -3/+25 |
2005-12-19 | howto/using-topic-branches: Recommend public URL git://git.kernel.org/ | Junio C Hamano | 1 | -3/+2 |
2005-12-18 | Make "git help" sort git commands in columns | Linus Torvalds | 1 | -9/+12 |
2005-12-18 | Make "git help" react to window size correctly | Linus Torvalds | 1 | -0/+11 |
2005-12-18 | Documentation: typos and small fixes in "everyday". | Junio C Hamano | 1 | -13/+17 |
2005-12-18 | clone-pack: remove unused and undocumented --keep flag | Junio C Hamano | 2 | -4/+2 |
2005-12-17 | fetch-pack: -k option to keep downloaded pack. | Junio C Hamano | 6 | -173/+206 |
2005-12-17 | Revert "get_sha1_basic(): corner case ambiguity fix" | Junio C Hamano | 2 | -49/+1 |
2005-12-17 | Revert "We do not like "HEAD" as a new branch name" | Junio C Hamano | 1 | -5/+0 |
2005-12-17 | Revert "refs.c: off-by-one fix." | Junio C Hamano | 1 | -5/+2 |
2005-12-17 | Remove misguided branch disambiguation. | Junio C Hamano | 1 | -30/+3 |
2005-12-17 | Documentation: HTTP needs update-server-info. | Junio C Hamano | 3 | -10/+25 |
2005-12-16 | Comment fixes. | Junio C Hamano | 2 | -3/+3 |
2005-12-16 | Fix git-am --skip | Jan Harkes | 1 | -0/+2 |
2005-12-16 | Forbid pattern maching characters in refnames. | Junio C Hamano | 2 | -4/+8 |
2005-12-16 | Examples of resetting. | Junio C Hamano | 4 | -0/+47 |
2005-12-15 | refs.c: off-by-one fix. | Junio C Hamano | 1 | -2/+5 |
2005-12-15 | We do not like "HEAD" as a new branch name | Johannes Schindelin | 1 | -0/+5 |
2005-12-15 | Sort globbed refname in show-branch. | Junio C Hamano | 1 | -0/+2 |
2005-12-15 | small cleanup for diff-delta.c | Nicolas Pitre | 1 | -22/+12 |
2005-12-15 | git-whatchanged: Add usage string | Fredrik Kuivinen | 1 | -0/+5 |
2005-12-15 | git-log: Add usage string | Fredrik Kuivinen | 1 | -4/+4 |
2005-12-15 | git-diff: Usage string clean-up | Fredrik Kuivinen | 1 | -8/+6 |
2005-12-15 | applymbox: typofix | Junio C Hamano | 1 | -1/+1 |
2005-12-15 | get_sha1_basic(): corner case ambiguity fix | Junio C Hamano | 3 | -9/+75 |
2005-12-14 | Documentation: tutorial | Junio C Hamano | 1 | -0/+6 |
2005-12-14 | svnimport: exit cleanly when we are up to date | Martin Langhoff | 1 | -0/+7 |
2005-12-14 | clone-pack: make it usable for partial branch cloning. | Junio C Hamano | 2 | -3/+16 |
2005-12-14 | GIT 0.99.9n aka 1.0rc6 | Junio C Hamano | 54 | -264/+909 |
2005-12-14 | git rebase loses author name/email if given bad email address | Amos Waterland | 1 | -0/+34 |
2005-12-14 | Bugfixes for git-rebase | Lukas Sandström | 1 | -11/+18 |
2005-12-14 | mailinfo and git-am: allow "John Doe <johndoe>" | Junio C Hamano | 2 | -1/+38 |
2005-12-14 | define MAXPATHLEN for hosts that don't support it | Martin Atukunda | 1 | -0/+3 |