summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-10send-email: work around double encoding of in-body From field.Libravatar Jürgen Rühle1-0/+10
2007-01-10Add git-init documentation.Libravatar Nicolas Pitre1-0/+1
2007-01-10Fix t1410 for core.filemode==falseLibravatar Johannes Schindelin1-0/+2
2007-01-10Make git-describe a builtin.Libravatar Shawn O. Pearce4-3/+6
2007-01-10Don't save the commit buffer in git-describe.Libravatar Shawn O. Pearce1-0/+1
2007-01-09Fix warnings in sha1_file.c - use C99 printf format if availableLibravatar Pavel Roskin1-4/+11
2007-01-09-u is now default for 'git-mailinfo'.Libravatar Junio C Hamano4-18/+21
2007-01-09-u is now default for 'git-applymbox'Libravatar Junio C Hamano2-8/+9
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenLibravatar Junio C Hamano1-1/+1
2007-01-09git-checkout: handle local changes sanely when detaching HEADLibravatar Junio C Hamano1-11/+25
2007-01-09Don't die in git-http-fetch when fetching packs.Libravatar Shawn O. Pearce2-0/+4
2007-01-09git-checkout: safety check for detached HEAD checks existing refsLibravatar Junio C Hamano1-7/+7
2007-01-09Update git-svn manpage to remove the implication that SVN::* is optional.Libravatar Steven Grimm1-59/+6
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Libravatar Stefan-W. Hahn3-0/+30
2007-01-09gitweb: Fix git_patchset_body not closing <div class="patch">Libravatar Jakub Narebski1-3/+4
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Libravatar Alexandre Julliard1-5/+13
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Libravatar Alexandre Julliard1-1/+1
2007-01-09git-apply: Remove directories that have become empty after deleting a file.Libravatar Alexandre Julliard1-2/+13
2007-01-09get_tree_entry: map blank requested entry to tree rootLibravatar Jeff King1-1/+8
2007-01-09builtin-archive: do not free a tree held by the object layer.Libravatar Junio C Hamano1-1/+0
2007-01-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Libravatar Junio C Hamano1-1/+2
2007-01-09Sanitize for_each_reflog_ent()Libravatar Johannes Schindelin6-24/+44
2007-01-09Do not ignore a detected patchfile brokenness.Libravatar Junio C Hamano1-1/+1
2007-01-08merge-base: do not leak commit listLibravatar Junio C Hamano1-2/+4
2007-01-08Auto-quote config values in config.c:store_write_pair()Libravatar Brian Gernhardt2-0/+31
2007-01-08Ignore git-init and git-remoteLibravatar Brian Gernhardt1-0/+2
2007-01-08rm git-rerere.perl -- it is now a built-in.Libravatar Junio C Hamano1-284/+0
2007-01-08cvsserver: fix revision number during file addsLibravatar Martin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listLibravatar Martin Langhoff1-1/+8
2007-01-08Documentation: add git-remote man pageLibravatar J. Bruce Fields1-0/+76
2007-01-08Merge branch 'jc/reflog'Libravatar Junio C Hamano6-222/+571
2007-01-08short i/o: fix config updates to use write_in_fullLibravatar Andy Whitcroft1-29/+77
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft20-89/+74
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft17-39/+57
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyLibravatar Andy Whitcroft4-35/+48
2007-01-08--prune is now default for 'pack-refs'Libravatar Junio C Hamano3-7/+13
2007-01-08--utf8 is now default for 'git-am'Libravatar Junio C Hamano2-6/+21
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADLibravatar Michael Loeffler1-1/+1
2007-01-08ssh-upload: prevent buffer overrunLibravatar Andy Whitcroft1-1/+1
2007-01-08git-checkout: fix branch name output from the commandLibravatar Junio C Hamano2-2/+2
2007-01-08git-checkout: safety when coming back from the detached HEAD state.Libravatar Junio C Hamano1-0/+18
2007-01-08git-checkout: rewording comments regarding detached HEAD.Libravatar Junio C Hamano1-9/+12
2007-01-08git-checkout: do not warn detaching HEAD when it is already detached.Libravatar Junio C Hamano1-3/+8
2007-01-08Detached HEAD (experimental)Libravatar Junio C Hamano5-23/+50
2007-01-08git-branch: show detached HEADLibravatar Lars Hjemli1-7/+24
2007-01-08git-status: show detached HEADLibravatar Junio C Hamano1-2/+11
2007-01-08cvsimport: cleanup temporary cvsps fileLibravatar Martin Langhoff1-5/+11
2007-01-08cvsimport: document -S and -L optionsLibravatar Martin Langhoff1-0/+8
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Libravatar Martin Langhoff2-4/+11