summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-20GIT v1.5.0-rc2v1.5.0-rc2Junio C Hamano1-1/+1
2007-01-20prune: --grace=timeMatthias Lederhofer6-12/+48
2007-01-20--walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin1-2/+5
2007-01-20--walk-reflogs: actually find the right commit by date.Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano4-14/+28
2007-01-20reflog-walk: build fixesJunio C Hamano2-1/+2
2007-01-20log --walk-reflog: documentationJunio C Hamano1-0/+15
2007-01-20--walk-reflogs: disallow uninteresting commitsJohannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin6-1/+263
2007-01-20git-rebase: allow rebasing a detached HEAD.Junio C Hamano1-2/+6
2007-01-20branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano1-1/+1
2007-01-20git-tag -d: allow deleting multiple tags at once.Junio C Hamano2-10/+19
2007-01-20Do not verify filenames in a bare repositoryJohannes Schindelin3-0/+56
2007-01-20Stop ignoring Documentation/READMEJunio C Hamano1-1/+0
2007-01-20apply --cached: fix crash in subdirectoryJohannes Schindelin1-1/+1
2007-01-20show-branch --reflog: fix show_date() callJunio C Hamano1-1/+1
2007-01-20show_date(): fix relative datesJohannes Schindelin1-3/+2
2007-01-19show-branch --reflog: tighten input validation.Junio C Hamano1-4/+11
2007-01-19show-branch --reflog: show the reflog message at the top.Junio C Hamano3-33/+109
2007-01-19Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano4-13/+52
2007-01-19dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano2-14/+26
2007-01-19config_set_multivar(): disallow newlines in keysJohannes Schindelin2-0/+11
2007-01-19rename --exec to --receive-pack for push and send-packUwe Kleine-König4-18/+32
2007-01-19make --exec=... option to git-push configurableUwe Kleine-König2-0/+15
2007-01-19Update documentation of fetch-pack, push and send-packUwe Kleine-König6-13/+33
2007-01-19Documentation/git.txt: command re-classificationJunio C Hamano3-48/+86
2007-01-19Documentation: generated cmds-*.txt does not depend on git.txtJunio C Hamano1-1/+1
2007-01-19refs.c::read_ref_at(): fix bogus munmap() call.Junio C Hamano1-3/+5
2007-01-18for_each_reflog_ent: do not leak FILE *Junio C Hamano1-3/+4
2007-01-18Documentation: Generate command lists.Junio C Hamano9-379/+196
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano63-143/+132
2007-01-18Documentation: move command list in git.txt into separate files.Junio C Hamano7-387/+393
2007-01-18prune-packed: add -q to usageMatthias Lederhofer1-1/+1
2007-01-18Document --ignore-if-in-upstream in git-format-patchDavid Kågedal1-0/+8
2007-01-18Shell syntax fix in git-resetDavid Kågedal1-1/+1
2007-01-18Use standard -t option for touch.Simon 'corecode' Schubert1-12/+12
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano3-7/+7
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert2-3/+4
2007-01-17git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano3-10/+9
2007-01-17git-format-patch: make --binary on by defaultJunio C Hamano1-0/+3
2007-01-17Add --summary to git-format-patch by defaultJunio C Hamano7-1/+13
2007-01-17git-format-patch -3Junio C Hamano2-2/+10
2007-01-17Document pack .idx file format upgrade strategy.Shawn O. Pearce2-3/+42
2007-01-17Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce7-1/+17
2007-01-17Document the master@{n} reflog query syntax.Shawn O. Pearce1-0/+8
2007-01-17Documentation/git-parse-remote.txt: we deal with config vars as wellJunio C Hamano1-2/+4
2007-01-17Documentation: m can be relative in "git-blame -Ln,m"Junio C Hamano1-1/+4
2007-01-17Documentation: suggest corresponding Porcelain-level in plumbing docs.Junio C Hamano5-1/+13
2007-01-17Documentation/git-resolve: deprecated.Junio C Hamano1-0/+2
2007-01-17sanitize content of README fileNicolas Pitre4-582/+618
2007-01-17git-format-patch: do not crash with format.headers without value.Junio C Hamano1-1/+5
2007-01-17Introduce 'git-format-patch --suffix=.patch'Junio C Hamano2-4/+32
2007-01-17Documentation/glossary.txt: describe remotes/ tracking and packed-refsJunio C Hamano1-0/+9
2007-01-17Documentation/glossary.txt: unpacked objects are loose.Junio C Hamano1-1/+1
2007-01-17Documentation: describe shallow repositoryJunio C Hamano2-0/+20
2007-01-17Make a short-and-sweet "git-add -i" synonym for "git-add --interactive"Junio C Hamano2-4/+5
2007-01-17Documentation: detached HEADJunio C Hamano2-2/+58
2007-01-17Documentation: a few spelling fixesRené Scharfe12-15/+15
2007-01-17Documentation/git-sh-setup.txt: programmer's docsJunio C Hamano1-8/+45
2007-01-17Documentation/git-whatchanged.txt: show -<n> instead of --max-count.Junio C Hamano1-1/+1
2007-01-17Documentation/git-status.txt: mention color configurationJunio C Hamano1-0/+9
2007-01-17Documentation/git-tar-tree.txt: default umask is now 002Junio C Hamano1-1/+1
2007-01-17Documentation/git-tools.txt: mention tig and refer to wikiJunio C Hamano1-2/+12
2007-01-17Documentation/git-tag: the command can be used to also verify a tag.Junio C Hamano2-2/+2
2007-01-17Documentation/SubmittingPatches: Gnus tipsJunio C Hamano1-1/+19
2007-01-16git-commit: document log message formatting conventionJunio C Hamano1-0/+6
2007-01-16cache.h; fix a couple of prototypesChris Wedgwood1-2/+2
2007-01-16Document where configuration files are in config.txtJunio C Hamano1-1/+6
2007-01-16Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano2-10/+36
2007-01-16git-commit documentation: remove comment on unfixed git-rmJunio C Hamano1-5/+0
2007-01-16tutorial: shorthand for remotes but show distributed nature of gitJunio C Hamano1-19/+24
2007-01-16tutorial: Use only separate layoutSanti Béjar1-13/+13
2007-01-16Fix spurious compile errorJohannes Schindelin1-0/+4
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano2-9/+5
2007-01-16git-push documentation: remaining bitsJunio C Hamano1-1/+13
2007-01-16document --exec for git-pushUwe Kleine-K,Av(Bnig1-1/+7
2007-01-15git-svn: print and flush authentication prompts to STDERREric Wong1-15/+22
2007-01-15Solaris 5.8 returns ENOTDIR for inappropriate renames.Jason Riedy1-1/+6
2007-01-15Replace "echo -n" with printf in shell scripts.Jason Riedy6-7/+7
2007-01-15Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy1-2/+5
2007-01-15Start all test scripts with /bin/sh.Jason Riedy3-1/+3
2007-01-15git-pull: disallow implicit merging to detached HEADJeff King2-2/+15
2007-01-15Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano3-8/+40
2007-01-15git reflog expire: document --stale-fix option.Junio C Hamano2-2/+2
2007-01-14Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-1/+2
2007-01-14Use nice names in conflict markers during cherry-pick/revert.Shawn O. Pearce1-0/+6
2007-01-14Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano2-17/+74
2007-01-14Documentation: merge-output is not too verbose now.Junio C Hamano2-11/+2
2007-01-14Remove hash in git-describe in favor of util slot.Shawn O. Pearce1-64/+12
2007-01-14Correct priority of lightweight tags in git-describe.Shawn O. Pearce1-12/+25
2007-01-14Add describe test.Junio C Hamano1-0/+97
2007-01-14Improve git-describe performance by reducing revision listing.Shawn O. Pearce2-49/+106
2007-01-14Use binary searching on large buckets in git-describe.Shawn O. Pearce1-8/+21
2007-01-14Hash tags by commit SHA1 in git-describe.Shawn O. Pearce1-12/+17
2007-01-14Always perfer annotated tags in git-describe.Shawn O. Pearce1-11/+13
2007-01-14some doc updatesNicolas Pitre5-49/+29
2007-01-14git log documentation: teach -<n> form.Junio C Hamano1-1/+1
2007-01-14Convert output messages in merge-recursive to past tense.Shawn O. Pearce1-18/+18
2007-01-14Display a progress meter during merge-recursive.Shawn O. Pearce1-7/+66
2007-01-14Enable output buffering in merge-recursive.Shawn O. Pearce1-1/+39
2007-01-14Allow the user to control the verbosity of merge-recursive.Shawn O. Pearce2-38/+69
2007-01-14Remove unnecessary call_depth parameter in merge-recursive.Shawn O. Pearce1-9/+7
2007-01-14Merge branch 'jc/int'Junio C Hamano6-33/+333
2007-01-14Merge branch 'sp/merge' (early part)Junio C Hamano1-17/+23
2007-01-14Merge branch 'jc/subdir'Junio C Hamano9-31/+34
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce3-15/+4
2007-01-14Hide output about SVN::Core not being found during tests.Shawn O. Pearce1-1/+1
2007-01-13simplify the "no changes added to commit" messageNicolas Pitre1-1/+1
2007-01-13More tests in t3901.Junio C Hamano1-36/+137
2007-01-13Consistent message encoding while reusing log from an existing commit.Junio C Hamano2-6/+15
2007-01-13git-commit documentation: -a adds and also removesJunio C Hamano1-1/+2
2007-01-13t3901: test "format-patch | am" pipe with i18nJunio C Hamano3-0/+162
2007-01-13Use log output encoding in --pretty=email headers.Junio C Hamano1-27/+55
2007-01-13git-remote: no longer silent on unknown commands.Quy Tonthat1-1/+6
2007-01-13git-svn: fix tests to work with older svnEric Wong2-2/+4
2007-01-13[PATCH] Make gitk work when launched in a subdirectoryPeter Baumann1-1/+1
2007-01-13[PATCH] gitk: add current directory to main window titleDoug Maxey1-0/+1
2007-01-12Allow whole-tree operations to be started from a subdirectoryJunio C Hamano4-2/+12
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano4-29/+11
2007-01-12Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano1-0/+11
2007-01-12Make git-prune-packed a bit more chatty.Junio C Hamano3-9/+22
2007-01-12glossary typofixJunio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre29-45/+42
2007-01-12Explain "Not a git repository: '.git'".Junio C Hamano1-1/+5
2007-01-12merge-recursive: do not report the resulting tree object nameJunio C Hamano1-6/+3
2007-01-12git-revert: Fix die before git-sh-setup defines it.Bob Proulx1-1/+2
2007-01-12fix documentation for git-commit --no-verifyMichael S. Tsirkin1-6/+2
2007-01-11Fix up totally buggered read_or_die()Linus Torvalds1-14/+8
2007-01-11Clean up write_in_full() usersLinus Torvalds2-36/+4
2007-01-11reflog-expire: brown paper bag fix.Junio C Hamano1-6/+12
2007-01-11GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano1-1/+1
2007-01-11plug a few leaks in revision walking used in describe.Junio C Hamano2-3/+6
2007-01-11Chose better tag names in git-describe after merges.Shawn O. Pearce1-11/+67
2007-01-11Merge branch 'jc/bare'Junio C Hamano17-15/+62
2007-01-11Merge branch 'ar/merge-recursive'Junio C Hamano1-126/+46
2007-01-11Merge branch 'jc/detached-head'Junio C Hamano7-42/+135
2007-01-11git-status: wording update to deal with deleted files.Junio C Hamano1-3/+16
2007-01-11git-rm: do not fail on already removed file.Junio C Hamano1-1/+5
2007-01-11Avoid errors and warnings when attempting to do I/O on zero bytesEric Wong2-0/+10
2007-01-11Better error messages for corrupt databasesLinus Torvalds2-1/+3
2007-01-11config-set: check write-in-full returns in set_multivarJunio C Hamano1-19/+24
2007-01-11index-pack: write-or-die instead of unchecked write-in-full.Junio C Hamano1-1/+1
2007-01-11write_in_full: really write in full or return error on disk full.Linus Torvalds1-7/+6
2007-01-11Document git-initJunio C Hamano2-90/+115
2007-01-11write-cache: do not leak the serialized cache-tree data.Linus Torvalds1-1/+1
2007-01-10Improve merge performance by avoiding in-index merges.Shawn O. Pearce1-17/+23
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce11-4/+25
2007-01-10merge-recursive: do not use on-file index when not needed.Junio C Hamano1-123/+46
2007-01-10Speed-up recursive by flushing index only once for all entriesAlex Riesen1-5/+2
2007-01-10Provide better feedback for the untracked only case in status outputJürgen Rühle2-11/+16
2007-01-10Merge branch 'js/reflog'Junio C Hamano6-24/+44
2007-01-10Makefile: remove $foo when $foo.exe is built/installed.Junio C Hamano1-3/+9
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle1-0/+10
2007-01-10Add git-init documentation.Nicolas Pitre1-0/+1
2007-01-10Fix t1410 for core.filemode==falseJohannes Schindelin1-0/+2
2007-01-10Make git-describe a builtin.Shawn O. Pearce4-3/+6
2007-01-10Don't save the commit buffer in git-describe.Shawn O. Pearce1-0/+1
2007-01-09Fix warnings in sha1_file.c - use C99 printf format if availablePavel Roskin1-4/+11
2007-01-09-u is now default for 'git-mailinfo'.Junio C Hamano4-18/+21
2007-01-09-u is now default for 'git-applymbox'Junio C Hamano2-8/+9
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano1-1/+1
2007-01-09git-checkout: handle local changes sanely when detaching HEADJunio C Hamano1-11/+25
2007-01-09Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2-0/+4
2007-01-09git-checkout: safety check for detached HEAD checks existing refsJunio C Hamano1-7/+7
2007-01-09Update git-svn manpage to remove the implication that SVN::* is optional.Steven Grimm1-59/+6
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn3-0/+30
2007-01-09gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski1-3/+4
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard1-5/+13
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard1-1/+1
2007-01-09git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard1-2/+13
2007-01-09get_tree_entry: map blank requested entry to tree rootJeff King1-1/+8
2007-01-09builtin-archive: do not free a tree held by the object layer.Junio C Hamano1-1/+0
2007-01-09Merge branch 'maint'Junio C Hamano1-1/+2
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano1-1/+2
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin6-24/+44
2007-01-09Do not ignore a detected patchfile brokenness.Junio C Hamano1-1/+1
2007-01-08merge-base: do not leak commit listJunio C Hamano1-2/+4
2007-01-08Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2-0/+31
2007-01-08Ignore git-init and git-remoteBrian Gernhardt1-0/+2
2007-01-08rm git-rerere.perl -- it is now a built-in.Junio C Hamano1-284/+0
2007-01-08cvsserver: fix revision number during file addsMartin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff1-1/+8
2007-01-08Documentation: add git-remote man pageJ. Bruce Fields1-0/+76
2007-01-08Merge branch 'jc/reflog'Junio C Hamano6-222/+571
2007-01-08short i/o: fix config updates to use write_in_fullAndy Whitcroft1-29/+77
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft20-89/+74
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft17-39/+57
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft4-35/+48
2007-01-08--prune is now default for 'pack-refs'Junio C Hamano3-7/+13
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano2-6/+21
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler1-1/+1
2007-01-08ssh-upload: prevent buffer overrunAndy Whitcroft1-1/+1
2007-01-08git-checkout: fix branch name output from the commandJunio C Hamano2-2/+2
2007-01-08git-checkout: safety when coming back from the detached HEAD state.Junio C Hamano1-0/+18
2007-01-08git-checkout: rewording comments regarding detached HEAD.Junio C Hamano1-9/+12
2007-01-08git-checkout: do not warn detaching HEAD when it is already detached.Junio C Hamano1-3/+8
2007-01-08Detached HEAD (experimental)Junio C Hamano5-23/+50
2007-01-08git-branch: show detached HEADLars Hjemli1-7/+24
2007-01-08git-status: show detached HEADJunio C Hamano1-2/+11
2007-01-08cvsimport: cleanup temporary cvsps fileMartin Langhoff1-5/+11