summaryrefslogtreecommitdiffstats
path: root/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-12-26t5300: avoid false failures.Junio C Hamano1-1/+7
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano6-19/+39
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong2-1/+4
2005-12-23mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano1-1/+1
2005-12-23ls-files --full-name: usage string and documentation.Junio C Hamano2-2/+9
2005-12-23merge --no-commit: tweak messageJunio C Hamano1-1/+10
2005-12-23show-branch: usability updates.Junio C Hamano1-11/+60
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2-1/+22
2005-12-22sha1_to_hex: properly terminate the SHA1Johannes Schindelin1-0/+2
2005-12-22Fix for http-fetch from file:// URLsNick Hengeveld1-4/+8
2005-12-22git-format-patch should show the correct versionJohannes Schindelin1-0/+3
2005-12-22send-pack: reword non-fast-forward error message.Junio C Hamano1-16/+14
2005-12-21\n usage in stderr outputAlex Riesen5-9/+9
2005-12-21sanity check in add_packed_git()Pavel Roskin1-1/+1
2005-12-21server-info: skip empty lines.Junio C Hamano1-1/+4
2005-12-21[PATCH] quote.c: Make loop control more readable.Pavel Roskin1-2/+4
2005-12-21GIT 1.0.0av1.0.1v1.0.0aJunio C Hamano2-1/+12
2005-12-21An off-by-one bug found by valgrindPavel Roskin1-1/+1
2005-12-21Avoid misleading success message on errorJohannes Schindelin1-1/+1
2005-12-21http-fetch.c: fix objects/info/pack parsing.Junio C Hamano1-2/+2
2005-12-21objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano1-0/+1
2005-12-20Make "git-send-pack" less verbose by defaultLinus Torvalds1-1/+9
2005-12-20A shared repository should be writable by members.Junio C Hamano1-1/+3
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano1-1/+25
2005-12-20Racy GIT (part #2)Junio C Hamano2-5/+44
2005-12-20Racy GITJunio C Hamano2-54/+110
2005-12-19format-patch: make sure header and body are separated.Junio C Hamano1-0/+2
2005-12-19diff --abbrev: document --abbrev=<n> form.Junio C Hamano2-5/+6
2005-12-19diff: --abbrev optionJunio C Hamano5-23/+93
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano9-63/+46
2005-12-19tests: make scripts executableJunio C Hamano8-0/+0
2005-12-19Remove "octopus".Junio C Hamano5-133/+1
2005-12-19Remove unused cmd-rename.shJunio C Hamano1-62/+0
2005-12-19Remove generated files */*.py[co]Junio C Hamano1-1/+2
2005-12-19Documentation: stdout of update-hook is connected to /dev/nullJunio C Hamano2-2/+14
2005-12-19rev-list --objects: fix object list without commit.Junio C Hamano1-1/+2
2005-12-19Documentation/git-archimport: document -o, -a, f, -D optionsEric Wong2-3/+25
2005-12-19howto/using-topic-branches: Recommend public URL git://git.kernel.org/Junio C Hamano1-3/+2
2005-12-18Make "git help" sort git commands in columnsLinus Torvalds1-9/+12
2005-12-18Make "git help" react to window size correctlyLinus Torvalds1-0/+11
2005-12-18Documentation: typos and small fixes in "everyday".Junio C Hamano1-13/+17
2005-12-18clone-pack: remove unused and undocumented --keep flagJunio C Hamano2-4/+2
2005-12-17fetch-pack: -k option to keep downloaded pack.Junio C Hamano6-173/+206
2005-12-17Revert "get_sha1_basic(): corner case ambiguity fix"Junio C Hamano2-49/+1
2005-12-17Revert "We do not like "HEAD" as a new branch name"Junio C Hamano1-5/+0
2005-12-17Revert "refs.c: off-by-one fix."Junio C Hamano1-5/+2
2005-12-17Remove misguided branch disambiguation.Junio C Hamano1-30/+3
2005-12-17Documentation: HTTP needs update-server-info.Junio C Hamano3-10/+25
2005-12-16Comment fixes.Junio C Hamano2-3/+3
2005-12-16Fix git-am --skipJan Harkes1-0/+2