summaryrefslogtreecommitdiffstats
path: root/date.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-12-28Makefile: use git-describe to mark the git version.Junio C Hamano3-5/+34
2005-12-28git-describe: documentation.Junio C Hamano2-0/+82
2005-12-28git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano1-9/+25
2005-12-28git-describe: --tags and --abbrevJunio C Hamano1-6/+27
2005-12-28git-describe: use find_unique_abbrev()Junio C Hamano1-1/+2
2005-12-28git-describe: really prefer tags only.Junio C Hamano1-4/+11
2005-12-28Add a "git-describe" commandLinus Torvalds2-1/+120
2005-12-27Handle symlinks graciouslyJohannes Schindelin2-1/+86
2005-12-27t5300: avoid false failures.Junio C Hamano1-1/+7
2005-12-27avoid 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-24Tutorial: mention shared repository management.Junio C Hamano1-0/+18
2005-12-24git-init-db: initialize shared repositories with --sharedJohannes Schindelin1-10/+22
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin4-1/+36
2005-12-24mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano1-1/+1
2005-12-24ls-files --full-name: usage string and documentation.Junio C Hamano2-2/+9
2005-12-24merge --no-commit: tweak messageJunio C Hamano1-1/+10
2005-12-24git-clone: do not special case dumb http.Junio C Hamano1-15/+1
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-23ls-tree: chomp leading directories when run from a subdirectoryJunio C Hamano1-4/+18
2005-12-23checkout: sometimes work from a subdirectory.Junio C Hamano1-0/+9
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2-1/+22
2005-12-23rev-parse: --show-cdupJunio C Hamano2-1/+18
2005-12-23git-clone: Support changing the origin branch with -oJohannes Schindelin2-5/+21
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-22GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明1-8/+24
2005-12-22whatchanged: customize diff-tree outputJunio C Hamano1-2/+8
2005-12-22\n usage in stderr outputAlex Riesen5-9/+9
2005-12-22git-pack-redundant: speed and memory usage improvementsLukas Sandström1-80/+69
2005-12-22merge-recursive: conflicting rename case.Junio C Hamano2-11/+64
2005-12-22Versioning scheme changes.Junio C Hamano2-1/+7
2005-12-22sanity 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-21Post 1.0.0 development track.Junio C Hamano2-1/+7
2005-12-21Make "git-send-pack" less verbose by defaultLinus Torvalds1-1/+9
2005-12-21A 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-20format-patch: make sure header and body are separated.Junio C Hamano1-0/+2