summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-13GIT 1.0.10v1.0.10Junio C Hamano8-14/+49
2006-01-13Documentation: git-reset - interrupted workflow.Junio C Hamano1-1/+26
2006-01-13Documentation: git-commit -aJunio C Hamano1-1/+3
2006-01-12Documentation: clarify fetch parameter descriptions.J. Bruce Fields1-3/+3
2006-01-11show-branch: handle [] globs as well.Junio C Hamano1-1/+1
2006-01-11name-rev: do not omit leading components of ref name.Junio C Hamano2-6/+7
2006-01-11update-index: work with c-quoted nameJunio C Hamano1-1/+8
2006-01-10GIT 1.0.9v1.0.9Junio C Hamano1-0/+11
2006-01-10glossary: explain "master" and "origin"Johannes Schindelin1-0/+11
2006-01-07GIT 1.0.8v1.0.8Junio C Hamano35-492/+47
2006-01-07mailsplit: allow empty input from stdinJunio C Hamano1-1/+4
2006-01-07revert/cherry-pick: handle single quote in author name.Junio C Hamano1-0/+1
2006-01-07Fix git-format-patch usage string wrt output modes.Yann Dirson1-2/+4
2006-01-07Fix typo in debug stanza of t2001Yann Dirson1-1/+1
2006-01-07tar-tree: finish honoring extractor's umask in git-tar-tree.Junio C Hamano1-1/+1
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano10-12/+21
2006-01-07prune: do not show error from pack-redundant when no packs are found.Junio C Hamano1-2/+1
2006-01-06Retire debian/ directory.Junio C Hamano16-441/+0
2006-01-06unpack-objects: default to quiet if stderr is not a tty.Junio C Hamano1-0/+2
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesJoe English1-0/+1
2006-01-06Teach cvsexportcommit to add new filesYann Dirson1-2/+10
2006-01-05GIT 1.0.7v1.0.7Junio C Hamano61-116/+203
2006-01-05Fix git-symbolic-ref typo in git.txt.Jon Loeliger1-1/+1
2006-01-05git: grok 'help' to mean '--help'.Andreas Ericsson1-0/+5
2006-01-05Documentation/git-svnimport: document -T and -t switches correctlyEric Wong1-3/+3
2006-01-05svnimport: support repositories requiring SSL authenticationEric Wong1-2/+4
2006-01-05t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano1-3/+6
2006-01-05format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2-0/+2
2006-01-05git-fetch --tags: reject malformed tags.Junio C Hamano1-5/+14
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca16-34/+49
2006-01-05use GIT_DIR instead of /var/tmpAlex Riesen1-1/+1
2006-01-05trivial: check, if t/trash directory was successfully createdAlex Riesen1-1/+1
2006-01-05trivial: .gitignore precompiled python modulesAlex Riesen1-0/+1
2006-01-05trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2-7/+22
2006-01-05trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen1-0/+8
2006-01-05trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen1-2/+2
2006-01-05trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen1-1/+2
2006-01-05trivial: typo in git-commit.shAlex Riesen1-1/+1
2006-01-05use result of open(2) to check for presenceAlex Riesen1-5/+12
2006-01-05fix potential deadlock in create_one_fileAlex Riesen1-1/+2
2006-01-05trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2-2/+2
2006-01-05trivial: retval of waitpid is not errnoAlex Riesen1-1/+1
2006-01-05Fix nasty approxidate bugLinus Torvalds1-1/+1
2006-01-05AIX compile fix for repo-config.cAmos Waterland1-8/+8
2006-01-05git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca1-2/+14
2005-12-29?alloc: do not return NULL when asked for zero bytesJunio C Hamano1-0/+6
2005-12-29code comments: spellJunio C Hamano7-7/+7
2005-12-29Documentation: spell.Junio C Hamano17-20/+20
2005-12-28Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape1-7/+7
2005-12-27GIT 1.0.6v1.0.6Junio C Hamano6-7/+10
2005-12-27Do not mark tags fetched via --tags flag as mergeableJunio C Hamano1-1/+1
2005-12-27Fix bogus tests on rev-list output.Junio C Hamano2-2/+2
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano1-1/+1
2005-12-27copy_fd: close ifd on errorSam Ravnborg1-2/+5
2005-12-26GIT 1.0.5v1.0.5Junio C Hamano11-23/+137
2005-12-26Handle symlinks graciouslyJohannes Schindelin2-1/+86
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-24GIT 1.0.4v1.0.4Junio C Hamano9-17/+109
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-22GIT 1.0.3v1.0.3Junio C Hamano9-31/+44
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-21GIT 1.0.0bv1.0.2v1.0.0bJunio C Hamano4-4/+15
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-21GIT 1.0.0v1.0.0Junio C Hamano66-617/+778
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
2005-12-16Forbid pattern maching characters in refnames.Junio C Hamano2-4/+8
2005-12-16Examples of resetting.Junio C Hamano4-0/+47
2005-12-15refs.c: off-by-one fix.Junio C Hamano1-2/+5
2005-12-15We do not like "HEAD" as a new branch nameJohannes Schindelin1-0/+5
2005-12-15Sort globbed refname in show-branch.Junio C Hamano1-0/+2
2005-12-15small cleanup for diff-delta.cNicolas Pitre1-22/+12
2005-12-15git-whatchanged: Add usage stringFredrik Kuivinen1-0/+5
2005-12-15git-log: Add usage stringFredrik Kuivinen1-4/+4
2005-12-15git-diff: Usage string clean-upFredrik Kuivinen1-8/+6
2005-12-15applymbox: typofixJunio C Hamano1-1/+1
2005-12-15get_sha1_basic(): corner case ambiguity fixJunio C Hamano3-9/+75
2005-12-14Documentation: tutorialJunio C Hamano1-0/+6
2005-12-14svnimport: exit cleanly when we are up to dateMartin Langhoff1-0/+7
2005-12-14clone-pack: make it usable for partial branch cloning.Junio C Hamano2-3/+16
2005-12-14GIT 0.99.9n aka 1.0rc6v1.0rc6v0.99.9nJunio C Hamano54-264/+909
2005-12-14git rebase loses author name/email if given bad email addressAmos Waterland1-0/+34
2005-12-14Bugfixes for git-rebaseLukas Sandström1-11/+18
2005-12-14mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano2-1/+38
2005-12-14define MAXPATHLEN for hosts that don't support itMartin Atukunda1-0/+3
2005-12-14Do not let errors pass by unnoticed when running `make check'.Junio C Hamano1-1/+1
2005-12-14Merge branch 'hold/am'Junio C Hamano3-42/+75
2005-12-14rebase: do not get confused in fast-forward situation.Junio C Hamano1-0/+3
2005-12-14Merge branch 'fk/usage'Junio C Hamano29-164/+142
2005-12-14Documentation: topic branchesJunio C Hamano1-3/+4
2005-12-14applypatch: no need to do non-portable [[ ... ]]Junio C Hamano1-1/+1
2005-12-14git-repack: Usage string clean-up, emit usage at incorrect invocationfreku045@student.liu.se1-1/+2
2005-12-14git-rebase: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se1-2/+3
2005-12-14git-prune: Usage string clean-up, use the 'usage' functionfreku045@student.liu.se1-1/+2
2005-12-14git-lost-found: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se1-1/+9
2005-12-14git-fetch: Usage string clean-up, emit usage string at unrecognized optionfreku045@student.liu.se1-0/+5
2005-12-14git-cherry: Usage string clean-up, use the 'usage' functionfreku045@student.liu.se1-8/+5
2005-12-14git-applypatch: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se1-0/+4
2005-12-14git-am: Usage string clean-upfreku045@student.liu.se1-7/+3
2005-12-14git-revert: Usage string clean-upfreku045@student.liu.se1-14/+5
2005-12-14git-verify-tag: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se1-5/+7
2005-12-14Trivial usage string clean-upfreku045@student.liu.se14-89/+39
2005-12-14t3200: branch --help does not die anymore.Junio C Hamano1-2/+2
2005-12-14Usage message clean-up, take #2Fredrik Kuivinen4-34/+56
2005-12-14git-am support for naked email messages (take 2)H. Peter Anvin3-42/+75
2005-12-14Everyday: a bit more examples.Junio C Hamano1-29/+118
2005-12-13checkout-index: fix checking out specific path.Junio C Hamano1-1/+1
2005-12-13Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis2-2/+14
2005-12-13[PATCH] allow merging any committishJunio C Hamano1-1/+4
2005-12-13git-clone: tell the user a bit more about clone-pack failure.Junio C Hamano1-1/+4
2005-12-13Documentation: not learning core git commands.Junio C Hamano2-22/+49
2005-12-13Documentation: diff examples.Junio C Hamano2-0/+71
2005-12-12Documentation: fix missing links to git(7)Junio C Hamano3-1/+13
2005-12-12Documentation: more examples.Junio C Hamano7-26/+209
2005-12-12Everyday: a bit more example.Junio C Hamano1-17/+93
2005-12-12diffcore-break: do not break too small filepair.Junio C Hamano1-2/+3
2005-12-12Revert "Add deltifier test."Junio C Hamano2-52/+2
2005-12-12Revert "diff-delta.c: allow delta with empty blob."Junio C Hamano2-3/+3
2005-12-12Everyday: some examples.Junio C Hamano1-4/+68
2005-12-12diff-delta.c: allow delta with empty blob.Junio C Hamano2-3/+3
2005-12-12Add deltifier test.Junio C Hamano2-2/+52
2005-12-12diffcore-break.c: check diff_delta() return value.Junio C Hamano1-0/+2
2005-12-11GIT 0.99.9m aka 1.0rc5v1.0rc5v0.99.9mJunio C Hamano89-1259/+2611
2005-12-11t/t6022: a new test for renaming merge.Junio C Hamano1-0/+164
2005-12-11merge-recursive: cleanup setIndexStagesJunio C Hamano1-12/+5
2005-12-11merge-recursive: leave unmerged entries in the index.Junio C Hamano1-8/+46
2005-12-10format-patch: use same number of digits in numbersJunio C Hamano1-4/+10
2005-12-10t0000: catch trivial pilot errors.Junio C Hamano2-2/+36
2005-12-10t3300: funny name testJunio C Hamano1-14/+14
2005-12-10Allow saving an object from a pipeDaniel Barkalow4-3/+52
2005-12-11archimport: fix a in new changeset applyer additionEric Wong1-5/+1
2005-12-11archimport: Fix a bug I introduced in the new log parserEric Wong1-2/+2
2005-12-11archimport: Add the accurate changeset applyerEric Wong1-28/+171
2005-12-11archimport: safer log file parsingEric Wong1-98/+111
2005-12-11archimport: add -D <depth> and -a switchEric Wong1-90/+135
2005-12-11archimport: remove git wrapper dependencyEric Wong1-1/+1
2005-12-11archimport: fix -t tmpdir switchEric Wong1-3/+2
2005-12-11archimport: remove String::ShellQuote dependency.Eric Wong1-23/+28
2005-12-11archimport: first, make sure it still compilesEric Wong1-0/+16
2005-12-09Link Everyday GIT to main documentation tree.Junio C Hamano2-10/+11
2005-12-09Everyday GIT with 20 commandsJunio C Hamano2-0/+139
2005-12-09Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano1-3/+2
2005-12-09use "git init-db" in testsAlex Riesen1-2/+2
2005-12-08git-prune: never lose objects reachable from our refs.Junio C Hamano2-19/+14
2005-12-08qsort(): ptrdiff_t may be larger than intJunio C Hamano1-1/+6
2005-12-08Documentation: git-pruneJunio C Hamano1-1/+29
2005-12-08Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come...Nikolai Weibull1-20/+20
2005-12-08Documentation/git-update-server-info.txt: Add -f alias for --force to documen...Nikolai Weibull1-1/+1
2005-12-08Documentation/git-http-fetch.txt: Document the commit-id argument.Nikolai Weibull1-0/+6
2005-12-08Documentation/git-repack.txt: Add -l and -n.Nikolai Weibull1-1/+8
2005-12-08Documentation/git-ls-remote.txt: Add -h and -t.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-format-patch.txt: Add --signoff, --check, and long option-n...Nikolai Weibull1-6/+17
2005-12-08Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2-2/+8
2005-12-08Add documentation for git-revert and git-cherry-pick.Nikolai Weibull3-4/+4
2005-12-08Documentation/git-cherry-pick: Add --replay and --no-commit.Nikolai Weibull1-2/+2