summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-25GIT 1.5.6.1v1.5.6.1Junio C Hamano3-6/+35
2008-06-25fix update-hook-example to work with packed tag referencesDmitry Potapov1-1/+1
2008-06-25clone: create intermediate directories of destination repoJeff King5-11/+39
2008-06-25Merge branch 'jc/maint-combine-diff-pre-context' into maintJunio C Hamano1-2/+5
2008-06-25Merge branch 'lt/maint-gitdir-relative' into maintJunio C Hamano3-1/+20
2008-06-25Merge branch 'sb/maint-rebase' into maintJunio C Hamano1-4/+10
2008-06-25for-each-ref: implement missing tag valuesJeff King1-0/+7
2008-06-23git-svn: make rebuild respect rewriteRoot optionJan Krüger2-3/+35
2008-06-23Workaround for AIX mkstemp()Patrick Higgins1-0/+1
2008-06-22Extend parse-options test suiteStephan Beyer2-11/+144
2008-06-22api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer1-2/+202
2008-06-22parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2-4/+13
2008-06-22api-builtin.txt: update and fix typoStephan Beyer1-5/+10
2008-06-22git-rebase.sh: Add check if rebase is in progressStephan Beyer1-4/+10
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds3-1/+20
2008-06-19Documentation: fix formatting in git-svnJan Krüger1-1/+2
2008-06-19t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey1-1/+5
2008-06-19completion: add --graph to log command completionDan McGee1-0/+1
2008-06-19git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey1-1/+1
2008-06-18diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano1-2/+5
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitJeff King2-22/+20
2008-06-17Fix approxidate("never") to always return 0Olivier Marin1-4/+2
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-06-17builtin-rerere: fix a small leakJunio C Hamano1-1/+1
2008-06-17gitweb: remove unused parse_ref methodLea Wiemann1-43/+0
2008-06-17gitweb: quote commands properly when calling the shellLea Wiemann1-10/+14
2008-06-16sha1_file.c: simplify parse_pack_index()Junio C Hamano2-9/+1
2008-06-16create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-16write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-16path-list documentation: document all functions and data structuresMiklos Vajna1-4/+121
2008-06-16run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-06-16Merge branch 'maint'Junio C Hamano1-2/+4
2008-06-16diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-16Merge branch 'maint'Junio C Hamano1-0/+4
2008-06-16diff: reset color before printing newlineSZEDER Gábor1-0/+4
2008-06-15Make git reflog expire honour core.sharedRepository.Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementJunio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredJohan Herland1-4/+4
2008-06-15Makefile: update check-docs targetJunio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland4-5/+5
2008-06-15cpio is no longer used by git-cloneJohan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano1-1/+1
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLinus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds1-41/+42
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski1-1/+1
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey1-1/+1
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski1-1/+1
2008-06-14completion: add more 'git add' optionsSZEDER Gábor1-1/+4
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2-4/+7
2008-06-14Merge branch 'rs/attr'Junio C Hamano3-22/+61
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun1-1/+15
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun1-3/+5
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl1-4/+5
2008-06-14documentation: bisect: remove bits talking about a bisection branchChristian Couder1-4/+3
2008-06-13sha1_file.c: dead code removalJunio C Hamano2-145/+0
2008-06-13git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti1-15/+33
2008-06-13t4126: fix test that happened to work due to timingJunio C Hamano1-4/+0
2008-06-12Merge branch 'om/remote-fix'Junio C Hamano3-51/+153
2008-06-12fast-export: Correctly generate initial commits with no parentsShawn O. Pearce1-0/+2
2008-06-12t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2-2/+3
2008-06-12document --pretty=tformat: optionJeff King1-0/+22
2008-06-12Improve sed portabilityChris Ridd1-1/+1
2008-06-12user-manual: describe how higher stages are set during a mergeJunio C Hamano1-8/+7
2008-06-12doc: adding gitman.info and *.texi to .gitignoreGeoffrey Irving1-0/+2
2008-06-12Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate outputJunio C Hamano1-1/+1
2008-06-12Documentation/git-pull.txt: Use more standard [NOTE] markupJunio C Hamano1-1/+2
2008-06-11"remote prune": be quiet when there is nothing to pruneJunio C Hamano1-2/+3
2008-06-11Typo in RelNotes.Mikael Magnusson1-1/+1
2008-06-11Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-20/+30
2008-06-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-06-11fix typo in tutorialFred Maranhão1-1/+1
2008-06-10remote show: list tracked remote branches with -nOlivier Marin2-2/+22
2008-06-10remote prune: print the list of pruned branchesOlivier Marin3-8/+37
2008-06-10builtin-remote: split show_or_prune() in two separate functionsOlivier Marin1-34/+67
2008-06-10remote show: fix the -n optionOlivier Marin3-22/+41
2008-06-10git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)1-0/+1
2008-06-10Consolidate SHA1 object file closeLinus Torvalds1-6/+11
2008-06-09Documentation/git-cat-file.txt: add missing line breakLea Wiemann1-0/+1
2008-06-09Merge branch 'js/merge-recursive'Junio C Hamano2-0/+63
2008-06-09Merge branch 'maint'Junio C Hamano2-0/+3
2008-06-09merge-recursive: respect core.autocrlf when writing out the resultJohannes Schindelin2-1/+12
2008-06-09git-read-tree: document -v option.Miklos Vajna1-0/+3
2008-06-09Add testcase for merging in a CRLF repoMarius Storm-Olsen1-0/+52
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe3-22/+61
2008-06-09cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2-6/+27
2008-06-09t1006-cat-file.sh: typoLea Wiemann1-1/+1
2008-06-08Port to 12 other Platforms.Boyd Lynn Gerber2-1/+40
2008-06-08progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber1-3/+8
2008-06-08git-name-rev.txt: document --no-undefined and --alwaysStephan Beyer1-0/+7
2008-06-08git-describe.txt: document --alwaysStephan Beyer1-0/+3
2008-06-08Docs: add some long/short optionsStephan Beyer4-1/+14
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer56-210/+394
2008-06-08git-commit.txt: Add missing long/short optionsStephan Beyer1-8/+9
2008-06-08git-send-email: allow whitespace in addressee listPieter de Bie1-1/+1
2008-06-08send-email: Allow the envelope sender to be set via configurationAsk Bjørn Hansen1-0/+1
2008-06-08gitweb setup instruction: rewrite HEAD and root as wellAsk Bjørn Hansen1-4/+14
2008-06-08git-commit.txt: Correct option alternativesStephan Beyer1-4/+4
2008-06-08git-rebase -i: mention the short command aliases in the todo listMiklos Vajna1-3/+3
2008-06-08Remove unused code in parse_commit_buffer()Miklos Vajna1-7/+1
2008-06-08http-push.c: remove duplicated codeJunio C Hamano1-26/+3
2008-06-08Remove exec bit from builtin-fast-export.cJohannes Sixt1-0/+0
2008-06-08make_nonrelative_path: Use is_absolute_path()Johannes Sixt1-1/+1
2008-06-07GIT 1.5.6-rc2v1.5.6-rc2Junio C Hamano1-0/+6
2008-06-07Merge 1.5.5.4 inJunio C Hamano2-1/+9
2008-06-07GIT 1.5.5.4v1.5.5.4Junio C Hamano4-3/+11
2008-06-06git log --graph: print '*' for all commits, including mergesAdam Simpkins1-14/+0
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow3-2/+39
2008-06-06documentation: move git(7) to git(1)Christian Couder140-146/+144
2008-06-06documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder8-20/+68
2008-06-06graph API: fix "git log --graph --first-parent"Adam Simpkins1-11/+53
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen3-0/+7
2008-06-06Merge branch 'maint'Junio C Hamano2-10/+15
2008-06-06git-for-each-ref.txt: minor improvementsLea Wiemann1-8/+9
2008-06-05name-rev: Fix segmentation fault when using --allBjörn Steinbrink1-2/+6
2008-06-04gitweb: Add charset info to "raw" output of 'text/plain' blobsJakub Narebski1-9/+20
2008-06-04Strbuf documentation: document most functionsMiklos Vajna1-2/+237
2008-06-04Documentation/git-mailsplit: Enhanced description of -o optionDirk Suesserott1-1/+1
2008-06-04Fix "git clone http://$URL" to check out the worktree when askedJeff King1-0/+1
2008-06-04Merge branch 'maint'Junio C Hamano2-4/+27
2008-06-04describe: match pattern for lightweight tags tooMichael Dressel2-4/+27
2008-06-04t7502: honor SHELL_PATHJunio C Hamano1-3/+3
2008-06-03Documentation: git-log cannot use rev-list specific optionsJunio C Hamano1-0/+6
2008-06-03Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen1-1/+1
2008-06-03t7502: tighten loosely written test sequenceJunio C Hamano1-17/+18
2008-06-03t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano1-3/+6
2008-06-03cat-file --batch: flush stdout also when objects are missingLea Wiemann1-0/+1
2008-06-03GIT v1.5.6-rc1v1.5.6-rc1Junio C Hamano1-1/+5
2008-06-02commit: drop duplicated parentsJunio C Hamano2-0/+23
2008-06-02rebase --interactive: Compute upstream SHA1 before switching branchesJohannes Sixt1-4/+3
2008-06-02Documentation/git-filter-branch.txt: Fix description of --commit-filterKevin Ballard1-1/+1
2008-06-02gitweb: Fix "next" link on bottom of pageJakub Narebski1-8/+5
2008-06-02Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström1-4/+7
2008-06-01Merge branch 'sb/am-tests'Junio C Hamano2-72/+260
2008-06-01Merge branch 'lw/test-fix'Junio C Hamano1-1/+3
2008-06-01Merge branch 'sp/remote'Junio C Hamano2-36/+74
2008-06-01Merge branch 'lt/pack-sync'Junio C Hamano11-10/+26
2008-06-01Merge branch 'np/pack-check'Junio C Hamano1-28/+27
2008-06-01make verify-pack a bit more useful with bad packsNicolas Pitre1-28/+27
2008-06-01Merge branch 'jb/reset-q'Junio C Hamano1-4/+5
2008-06-01Merge branch 'jc/checkout'Junio C Hamano2-42/+43
2008-06-01Merge branch 'lr/init-bare'Junio C Hamano3-3/+24
2008-06-01Git.pm: fix return value of config methodLea Wiemann1-1/+1
2008-06-01glossary: improve a few linksLea Wiemann1-7/+7
2008-06-01Documentation: convert "glossary" and "core-tutorial" to man pagesChristian Couder9-20/+75
2008-06-01Git.pm: fix documentation of hash_objectLea Wiemann1-3/+2
2008-06-01graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins1-5/+8
2008-06-01graph API: improve display of merge commitsAdam Simpkins1-17/+93
2008-06-01git-svn fails in prop_walk if $self->{path} is not emptyChristian Engwer1-1/+1
2008-06-01Add a --dry-run option to git-svn rebaseSeth Falcon2-2/+12
2008-06-01Fix path duplication in git svn commit-diffKarl Hasselström1-2/+1
2008-05-31Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce1-14/+54
2008-05-31Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2-19/+20
2008-05-31Remove unused remote_prefix member in builtin-remoteShawn O. Pearce1-3/+0
2008-05-31t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann1-1/+3
2008-05-31git-reset: honor -q and do not show progress messageJamis Buck1-4/+5
2008-05-31Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer2-72/+34
2008-05-31Add test cases for git-amStephan Beyer1-0/+226
2008-05-31Remove now unnecessary 'sync()' callsLinus Torvalds4-6/+4
2008-05-31Make pack creation always fsync() the resultLinus Torvalds8-6/+24
2008-05-31Clarify description of <repository> argument to pull/fetch for naming remotes.John J. Franey2-34/+63
2008-05-31rollback lock files on more signals than just SIGINTPaolo Bonzini3-0/+18
2008-05-31Revision walking documentation: document most important functionsMiklos Vajna1-1/+59
2008-05-31gitweb: Remove gitweb/test/ directoryJakub Narebski3-12/+0
2008-05-31Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen1-0/+9
2008-05-31Clearify the documentation for core.ignoreStatMarius Storm-Olsen1-4/+7
2008-05-29checkout: "best effort" checkoutJunio C Hamano1-4/+18
2008-05-29unpack_trees(): allow callers to differentiate worktree errors from merge errorsJunio C Hamano1-3/+7
2008-05-29checkout: consolidate reset_{to_new,clean_to_new}()Junio C Hamano1-35/+15
2008-05-28git-init: accept --bare optionLuciano Rocha3-3/+24
2008-05-28checkout: make reset_clean_to_new() not die by itselfJunio C Hamano1-3/+6
2008-05-28"git checkout -- paths..." should error out when paths cannot be writtenJunio C Hamano1-2/+5
2008-05-28Documentation: git-cherry uses git-patch-idJunio C Hamano1-0/+6
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano18-19/+19
2008-05-28bisect: use "$GIT_DIR/BISECT_START" to check if we are bisectingChristian Couder1-16/+13
2008-05-28builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin2-3/+40
2008-05-28fix sha1_pack_index_name()Junio C Hamano1-4/+5
2008-05-27Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano2-4/+4
2008-05-27t5100: Avoid filename "nul"Junio C Hamano2-2/+2
2008-05-27Merge 1.5.5.3 inJunio C Hamano7-18/+24
2008-05-27GIT 1.5.5.3v1.5.5.3Junio C Hamano4-3/+17
2008-05-27commit --interactive: properly update the index before commitingGerrit Pape1-0/+2
2008-05-27gitweb: only display "next" links in logs if there is a next pageLea Wiemann1-4/+4
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt2-12/+3
2008-05-27Documentation/git-bundle.txt: fix synopsisGerrit Pape1-1/+1
2008-05-27clone: make sure we support the transport typeJeff King1-0/+3
2008-05-27t5700-clone-reference: Quote $UJohannes Sixt1-3/+3
2008-05-27Add some tests for git update-ref -dKarl Hasselström1-0/+16
2008-05-26Merge branch 'jc/diff-no-no-index'Junio C Hamano60-738/+740
2008-05-26git diff --no-index: default to page like other diff frontendsJunio C Hamano1-0/+7
2008-05-26git-diff: allow --no-index semantics a bit moreJunio C Hamano1-7/+32
2008-05-26Merge branch 'maint'Junio C Hamano2-12/+14
2008-05-26Merge branch 'gp/bisect-fix' into maintJunio C Hamano3-10/+55
2008-05-26Merge git://repo.or.cz/git-guiJunio C Hamano2-30/+48
2008-05-26Documentation: fix graph in git-rev-parse.txtMichele Ballabio1-10/+12
2008-05-26git-gui: Vertically align textboxes with labelsgitgui-0.10.2Twiinz1-6/+2
2008-05-26show-branch --current: do not barf on detached HEADJunio C Hamano1-2/+2
2008-05-26Makefile: fix dependency on wt-status.hJunio C Hamano1-0/+1