summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-08Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.Nikolai Weibull1-1/+1
2005-12-08Documentation/git-verify-pack.txt: added documentation for --.Nikolai Weibull1-1/+3
2005-12-08Documentation/git-commit.txt: Add long options and -- to documentation.Nikolai Weibull1-6/+12
2005-12-08Use uniform description for the '--' option.Nikolai Weibull1-1/+1
2005-12-08Fix the description of --utf8 and --keep to git-am.Nikolai Weibull1-1/+1
2005-12-08Document the --non-empty command-line option to git-pack-objects.Nikolai Weibull2-2/+6
2005-12-08show-branch: comment typoJunio C Hamano1-1/+1
2005-12-08Documentation: recursive is the default strategy these days.Junio C Hamano3-7/+7
2005-12-07Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano1-1/+12
2005-12-07Clean up file descriptors when calling hooks.Daniel Barkalow3-3/+17
2005-12-07refs.c: make sure leading directories exist before writing a ref.Junio C Hamano1-0/+4
2005-12-07Documentation(tutorial): adjust merge example to the new merge world order.Junio C Hamano1-11/+12
2005-12-07Documentation(cvs-migration): minor cleanups.Junio C Hamano1-1/+2
2005-12-07Documentation(glossary): minor formatting clean-ups.Junio C Hamano2-7/+6
2005-12-07Documentation: git.html/git.7Junio C Hamano2-87/+104
2005-12-07Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-67/+469
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras1-94/+374
2005-12-07update-index: allow --index-info to add higher stages.Junio C Hamano2-18/+104
2005-12-07git-merge-one: new merge world order.Junio C Hamano1-16/+9
2005-12-07checkout-index: allow checking out from higher stages.Junio C Hamano2-19/+48
2005-12-06Use printf rather than echo -n.Jason Riedy4-5/+5
2005-12-06qsort() ptrdiff_t may be larger than intJunio C Hamano1-1/+6
2005-12-06[PATCH] Initial AIX portability fixes.Jason Riedy3-1/+7
2005-12-06git-merge-one-file: resurrect leading path creation.Junio C Hamano1-2/+10
2005-12-05Documentaiton (read-tree): update description of 3-wayJunio C Hamano1-12/+31
2005-12-05Documentation: hash-object.Junio C Hamano1-1/+1
2005-12-05write-tree: check extra arguments and die but be a bit more helpful.Junio C Hamano1-1/+3
2005-12-05init-db: check extra arguments and complain.Junio C Hamano1-3/+1
2005-12-05hash-object: -- and --helpJunio C Hamano1-10/+22
2005-12-05Added documentation for few missing options.Jon Loeliger6-79/+139
2005-12-05git-mv to work with Perl 5.6Junio C Hamano1-1/+1
2005-12-05Fix 5501 testJunio C Hamano1-4/+9
2005-12-05Clean up compatibility definitions.Junio C Hamano8-118/+129
2005-12-06gitk: Some improvements for the code for updating the displayPaul Mackerras1-44/+66
2005-12-05[PATCH] Document config.mak in INSTALL.Jason Riedy1-0/+3
2005-12-05config.c: remove unnecessary header in minimum configuration file.Junio C Hamano2-28/+0
2005-12-05server-info.c: and two functions are not used anymore.Junio C Hamano1-33/+0
2005-12-05server-info.c: use pack_local like everybody else.Junio C Hamano1-4/+2
2005-12-05Documentation: shared repository management in tutorial.Junio C Hamano2-69/+171
2005-12-05Documentation: push/receive hook references.Junio C Hamano2-0/+9
2005-12-05Documentation: git-diff asciidoc table workaround.Junio C Hamano1-8/+10
2005-12-05Documentation: git-mv manpage workaround.Junio C Hamano1-2/+5
2005-12-05Documentation: talk about pathspec in bisect.Junio C Hamano1-15/+51
2005-12-04server-info: throw away T computation as well.Junio C Hamano1-130/+3
2005-12-04server-info: stop sorting packs by latest date.Junio C Hamano1-36/+3
2005-12-04server-info.c: drop unused D lines.Junio C Hamano1-110/+10
2005-12-04sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano1-6/+23
2005-12-04git.c: remove excess output for debugging when command is too long.Junio C Hamano1-1/+1
2005-12-04struct tree: remove unused field "parent"Junio C Hamano2-2/+0
2005-12-04Documentation: rebase does not use cherry-pick anymore.Junio C Hamano1-1/+1
2005-12-04Document the --(no-)edit switch of git-revert and git-cherry-pickPetr Baudis3-4/+17
2005-12-04show-branch: allow glob pattern to name branches to show.Junio C Hamano2-15/+84
2005-12-04Update the git-ls-tree documentationPetr Baudis1-14/+29
2005-12-04git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano1-2/+1
2005-12-04compat/setenv: do not free what we fed putenv(3).Junio C Hamano1-2/+6
2005-12-04Warn when send-pack does nothingDaniel Barkalow1-0/+6
2005-12-03GIT 0.99.9l aka 1.0rc4v1.0rc4v0.99.9lJunio C Hamano90-749/+1507
2005-12-03[PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano2-58/+159
2005-12-03A few more options for git-cat-fileH. Peter Anvin2-18/+42
2005-12-03Add compat/setenv.c, use in git.c.Jason Riedy3-9/+53
2005-12-03New test case: Criss-cross mergeFredrik Kuivinen1-0/+92
2005-12-03New test case: merge with directory/file conflictsFredrik Kuivinen1-0/+25
2005-12-03test-lib.sh: Add new function, test_expect_codeFredrik Kuivinen1-0/+13
2005-12-03git-merge: Exit with code 2 if no strategy was able to handle the merge.Fredrik Kuivinen1-1/+2
2005-12-02documentation: git-tagNo name1-1/+21