summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-117-42/+135
|\
| * git-checkout: handle local changes sanely when detaching HEADJunio C Hamano2007-01-091-11/+25
| * git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano2007-01-091-7/+7
| * git-checkout: fix branch name output from the commandJunio C Hamano2007-01-082-2/+2
| * git-checkout: safety when coming back from the detached HEAD state.Junio C Hamano2007-01-081-0/+18
| * git-checkout: rewording comments regarding detached HEAD.Junio C Hamano2007-01-081-9/+12
| * git-checkout: do not warn detaching HEAD when it is already detached.Junio C Hamano2007-01-081-3/+8
| * Detached HEAD (experimental)Junio C Hamano2007-01-085-23/+50
| * git-branch: show detached HEADLars Hjemli2007-01-081-7/+24
| * git-status: show detached HEADJunio C Hamano2007-01-081-2/+11
* | git-status: wording update to deal with deleted files.Junio C Hamano2007-01-111-3/+16
* | git-rm: do not fail on already removed file.Junio C Hamano2007-01-111-1/+5
* | Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2007-01-112-0/+10
* | Better error messages for corrupt databasesLinus Torvalds2007-01-112-1/+3
* | config-set: check write-in-full returns in set_multivarJunio C Hamano2007-01-111-19/+24
* | index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano2007-01-111-1/+1
* | write_in_full: really write in full or return error on disk full.Linus Torvalds2007-01-111-7/+6
* | Document git-initJunio C Hamano2007-01-112-90/+115
* | write-cache: do not leak the serialized cache-tree data.Linus Torvalds2007-01-111-1/+1
* | Provide better feedback for the untracked only case in status outputJürgen Rühle2007-01-102-11/+16
* | Merge branch 'js/reflog'Junio C Hamano2007-01-106-24/+44
|\ \
| * | Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-096-24/+44
* | | Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano2007-01-101-3/+9
* | | send-email: work around double encoding of in-body From field.Jürgen Rühle2007-01-101-0/+10
* | | Add git-init documentation.Nicolas Pitre2007-01-101-0/+1
* | | Fix t1410 for core.filemode==falseJohannes Schindelin2007-01-101-0/+2
* | | Make git-describe a builtin.Shawn O. Pearce2007-01-104-3/+6
* | | Don't save the commit buffer in git-describe.Shawn O. Pearce2007-01-101-0/+1
* | | Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin2007-01-091-4/+11
* | | -u is now default for 'git-mailinfo'.Junio C Hamano2007-01-094-18/+21
* | | -u is now default for 'git-applymbox'Junio C Hamano2007-01-092-8/+9
* | | git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano2007-01-091-1/+1
* | | Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2007-01-092-0/+4
* | | Update git-svn manpage to remove the implication that SVN::* is optional.Steven Grimm2007-01-091-59/+6
* | | Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn2007-01-093-0/+30
* | | gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski2007-01-091-3/+4
* | | git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard2007-01-091-5/+13
* | | git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard2007-01-091-1/+1
* | | git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard2007-01-091-2/+13
* | | get_tree_entry: map blank requested entry to tree rootJeff King2007-01-091-1/+8
* | | builtin-archive: do not free a tree held by the object layer.Junio C Hamano2007-01-091-1/+0
* | | Merge branch 'maint'Junio C Hamano2007-01-091-1/+2
|\ \ \ | |/ / |/| |
| * | Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano2007-01-091-1/+2
| * | Do not ignore a detected patchfile brokenness.Junio C Hamano2007-01-091-1/+1
* | | merge-base: do not leak commit listJunio C Hamano2007-01-081-2/+4
* | | Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2007-01-082-0/+31
* | | Ignore git-init and git-remoteBrian Gernhardt2007-01-081-0/+2
* | | rm git-rerere.perl -- it is now a built-in.Junio C Hamano2007-01-081-284/+0
* | | cvsserver: fix revision number during file addsMartin Langhoff2007-01-081-1/+4
* | | cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff2007-01-081-1/+8