summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano36-504/+47
2006-01-08Add a test for rebase when a change was picked upstreamYann Dirson1-0/+53
2006-01-08Add a minimal test for git-cherryYann Dirson1-0/+53
2006-01-08Add an optional limit to git-cherryYann Dirson1-7/+13
2006-01-07git-daemon --base-pathPetr Baudis2-2/+30
2006-01-07describe: allow more than one revs to be named.Junio C Hamano3-1/+17
2006-01-07ls-files --others --directory: testJunio C Hamano1-6/+28
2006-01-07git-status: use ls-files --others --directory for untracked list.Junio C Hamano1-2/+2
2006-01-07ls-files --others --directory: give trailing slashJunio C Hamano1-2/+3
2006-01-07ls-files --others --directory: fix a bug with index entry orderingJunio C Hamano1-8/+5
2006-01-07ls-files -o: optionally skip showing the contents in "untracked" directoriesLinus Torvalds1-0/+22
2006-01-07git-fetch: auto-following tags.Junio C Hamano2-124/+169
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-05Make GIT-VERSION-GEN tolerate missing git describe commandJohn Ellson1-1/+1
2006-01-05Merge fixes up to GIT 1.0.7Junio C Hamano60-115/+202
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-27Merge fixes up to GIT 1.0.6Junio C Hamano5-6/+9
2005-12-27GIT 1.0.6v1.0.6Junio C Hamano6-7/+10
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano3-39/+148
2005-12-27Makefile: use git-describe to mark the git version.Junio C Hamano3-5/+34
2005-12-27git-describe: documentation.Junio C Hamano2-0/+82
2005-12-27git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano1-9/+25
2005-12-27git-describe: --tags and --abbrevJunio C Hamano1-6/+27
2005-12-27git-describe: use find_unique_abbrev()Junio C Hamano1-1/+2
2005-12-27git-describe: really prefer tags only.Junio C Hamano1-4/+11
2005-12-27Add a "git-describe" commandLinus Torvalds2-1/+120
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-26Merge fixes up to GIT 1.0.5Junio C Hamano10-22/+136
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-25Merge branch 'jc/checkout'Junio C Hamano2-5/+28
2005-12-24Tutorial: mention shared repository management.Junio C Hamano1-0/+18
2005-12-24git-init-db: initialize shared repositories with --sharedJohannes Schindelin1-10/+22
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin4-1/+36
2005-12-24Merge fixes up to GIT 1.0.4Junio C Hamano6-15/+86
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-23git-clone: do not special case dumb http.Junio C Hamano1-15/+1
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-23Adjust to ls-tree --full-name when run from a subdirectory.Junio C Hamano2-5/+19
2005-12-23ls-tree: chomp leading directories when run from a subdirectoryJunio C Hamano1-4/+18
2005-12-22checkout: sometimes work from a subdirectory.Junio C Hamano1-0/+9
2005-12-22check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2-1/+22
2005-12-22rev-parse: --show-cdupJunio C Hamano2-1/+18
2005-12-22Merge in fixes up to 1.0.3 maintenance branch.Junio C Hamano5-20/+50
2005-12-22GIT 1.0.3v1.0.3Junio C Hamano9-31/+44
2005-12-22git-clone: Support changing the origin branch with -oJohannes Schindelin2-5/+21
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-21GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明1-8/+24
2005-12-21whatchanged: customize diff-tree outputJunio C Hamano1-2/+8
2005-12-21Merge branch 'fixes'Junio C Hamano5-10/+10
2005-12-21\n usage in stderr outputAlex Riesen5-9/+9
2005-12-21git-pack-redundant: speed and memory usage improvementsLukas Sandström1-80/+69
2005-12-21merge-recursive: conflicting rename case.Junio C Hamano2-11/+64
2005-12-21Versioning scheme changes.Junio C Hamano2-1/+7
2005-12-21sanity check in add_packed_git()Pavel Roskin1-1/+1
2005-12-21Merge branch 'fixes'Junio C Hamano5-7/+13
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-21Post 1.0.0 development track.Junio C Hamano2-1/+7
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