summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-19GIT 1.5.6.4v1.5.6.4Junio C Hamano1-6/+10
2008-07-19builtin-rm: fix index lock file pathOlivier Marin2-5/+17
2008-07-18Merge branch 'sp/maint-index-pack' into maintJunio C Hamano1-29/+113
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano1-0/+2
2008-07-17rev-list: honor --quiet optionJunio C Hamano1-4/+1
2008-07-17api-run-command.txt: typofixStephan Beyer1-1/+1
2008-07-16Start preparing 1.5.6.4 release notesJunio C Hamano2-1/+44
2008-07-16git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin1-1/+2
2008-07-16Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano2-2/+27
2008-07-16Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano1-18/+50
2008-07-16Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano1-0/+1
2008-07-16Merge branch 'ls/maint-mailinfo-patch-label' into maintJunio C Hamano7-2/+104
2008-07-16Merge branch 'js/maint-daemon-syslog' into maintJunio C Hamano1-20/+50
2008-07-16rebase-i: keep old parents when preserving mergesStephan Beyer1-0/+2
2008-07-16t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt1-30/+6
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov1-6/+9
2008-07-16Fix buffer overflow in git diffDmitry Potapov5-25/+34
2008-07-16Fix buffer overflow in git-grepDmitry Potapov1-12/+15
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski1-1/+1
2008-07-16Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis2-13/+13
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce1-2/+46
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce1-6/+12
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce1-3/+31
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce1-27/+33
2008-07-14bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce1-2/+25
2008-07-13bash completion: Append space after file names have been completedShawn O. Pearce1-1/+9
2008-07-13git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström7-2/+104
2008-07-13bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce1-3/+0
2008-07-13GIT 1.5.6.3v1.5.6.3Junio C Hamano2-9/+20
2008-07-13git-am: Do not exit silently if committer is unsetStephan Beyer1-1/+2
2008-07-13bash completion: Improve responsiveness of git-log completionShawn O. Pearce1-12/+16
2008-07-12t0004: fix timing bugJunio C Hamano1-9/+10
2008-07-11Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2-2/+27
2008-07-11git-mailinfo: document the -n optionLukas Sandström2-2/+5
2008-07-11Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis2-1/+24
2008-07-09Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce1-0/+1
2008-07-08Start preparing release notes for 1.5.6.3Junio C Hamano2-1/+43
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl1-2/+1
2008-07-08bash: offer only paths after '--'SZEDER Gábor1-0/+30
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce2-3/+24
2008-07-08make deleting a missing ref more quietJeff King3-3/+9
2008-07-08Merge branch 'qq/maint' into maintJunio C Hamano1-0/+2
2008-07-08Merge branch 'lt/racy-empty' into maintJunio C Hamano1-0/+16
2008-07-07Merge branch 'qq/maint' (early part) into maintJunio C Hamano15-88/+73
2008-07-07run_command(): respect GIT_TRACEJohannes Schindelin1-0/+2
2008-07-07git-svn.perl: workaround assertions in svn library 1.5.0Gerrit Pape1-0/+2
2008-07-06mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano1-0/+1
2008-07-06git-clone: remove leftover debugging fprintf().Alex Riesen1-1/+0
2008-07-06Fix grammar in git-rev-parse(1).Mikael Magnusson1-2/+2
2008-07-06git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin1-20/+50
2008-07-05Fix "config_error_nonbool" used with value instead of keyChristian Couder1-1/+1
2008-07-05clone -q: honor "quiet" option over native transports.Junio C Hamano1-1/+3
2008-07-05attribute documentation: keep EXAMPLE at endJunio C Hamano1-16/+17
2008-07-05builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro1-7/+4
2008-07-05http.c: Use 'git_config_string' to clean up SSL config.Brian Hetro1-24/+12
2008-07-05diff.c: Use 'git_config_string' to get 'diff.external'Brian Hetro1-6/+2
2008-07-05convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro1-16/+9
2008-07-05builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...Brian Hetro1-12/+4
2008-07-05Documentation cvs: Clarify when a bare repository is neededMatthew Ogilvie3-0/+14
2008-07-05Documentation: be precise about which date --pretty usesNikolaus Schulz1-4/+4
2008-07-04GIT 1.5.6.2v1.5.6.2Junio C Hamano2-11/+21
2008-07-04Fix executable bits in t/ scriptsJunio C Hamano2-0/+0
2008-07-04Work around gcc warnings from curl headersJunio C Hamano2-12/+10
2008-07-02Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano1-1/+9
2008-07-02Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano1-16/+35
2008-07-02Merge branch 'jc/maint-reset' into maintJunio C Hamano2-5/+81
2008-07-02Fix describe --tags --long so it does not segfaultShawn O. Pearce2-1/+3
2008-07-01Start draft release notes for 1.5.6.2Junio C Hamano2-1/+32
2008-07-01Fix 'git show' on signed tag of signed tag of commitThomas Rast1-1/+1
2008-06-29fetch: give a hint to the user when local refs fail to updateJeff King1-4/+11
2008-06-29doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King1-1/+4
2008-06-29clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin1-0/+7
2008-06-28git-svn: don't sanitize remote names in configEric Wong1-12/+3
2008-06-28git-svn: avoid filling up the disk with temp files.Avery Pennarun1-1/+4
2008-06-28git cat-file: Fix memory leak in batch modeBjörn Steinbrink1-0/+1
2008-06-28fix git config example syntaxJoey Hess1-1/+1
2008-06-28avoid off-by-one error in run_upload_archiveJochen Voss1-1/+1
2008-06-27fetch: report local storage errors in status tableJeff King1-12/+24
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin1-1/+2
2008-06-26Merge branch 'maint-1.5.5' into maintJunio C Hamano3-4/+67
2008-06-26GIT 1.5.5.5v1.5.5.5Junio C Hamano3-2/+13
2008-06-26Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2-4/+56
2008-06-26GIT 1.5.4.6v1.5.4.6Junio C Hamano3-2/+45
2008-06-26git-shell: accept "git foo" formJunio C Hamano1-4/+13
2008-06-26diff --check: do not discard error status upon seeing a good lineJunio C Hamano2-3/+13
2008-06-25Allow "git-reset path" when unambiguousJunio C Hamano2-5/+81
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-19racy-git: an empty blob has a fixed object nameLinus Torvalds1-0/+16
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