summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-13GIT 1.6.5-rc1v1.6.5-rc1Junio C Hamano1-0/+31
2009-09-13Improve --patch option documentation in git-addJari Aalto1-3/+8
2009-09-13Merge branch 'pk/fast-import-tars'Junio C Hamano1-4/+46
2009-09-13Merge branch 'pk/fast-import-dirs'Junio C Hamano1-0/+416
2009-09-13Merge branch 'jt/pushinsteadof'Junio C Hamano5-32/+131
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano8-1/+66
2009-09-13Merge branch 'jc/merge-saner-messages'Junio C Hamano1-4/+21
2009-09-13quiltimport documentation: --dry-run and -n are synonymsJunio C Hamano1-1/+1
2009-09-13preserve mtime of local cloneClemens Buchacher3-1/+23
2009-09-13don't dereference NULL upon fdopen failureJim Meyering5-8/+8
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-7/+3
2009-09-13Merge branch 'db/vcs-helper'Junio C Hamano9-144/+406
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering7-9/+14
2009-09-13wrap git's main usage string.Matthieu Moy1-1/+4
2009-09-13Merge branch 'maint'Junio C Hamano8-39/+76
2009-09-13GIT 1.6.4.3v1.6.4.3Junio C Hamano4-3/+33
2009-09-13svn: properly escape arguments for authors-progMark Lodato2-0/+15
2009-09-13Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano3-27/+30
2009-09-11Makefile: remove remnant of separate http/https/ftp helpersJunio C Hamano2-4/+2
2009-09-11rebase: use plumbing to show dirty stateJeff King1-1/+1
2009-09-11status: make "how to stage" messages optionalJeff King4-0/+15
2009-09-11push: make non-fast-forward help message configurableJeff King7-1/+51
2009-09-11pager: set LESS=FRSX also on WindowsJohannes Sixt1-2/+4
2009-09-11start_command: do not clobber cmd->env on Windows code pathJohannes Sixt3-9/+17
2009-09-11http.c: remove verification of remote packsTay Ray Chuan1-11/+0
2009-09-11add documentation for mailinfo.scissors and '--no-scissors'Nicolas Sebrecht3-2/+10
2009-09-11mailinfo: add '--scissors' to usage messageNicolas Sebrecht1-1/+1
2009-09-10INSTALL: Describe dependency knobs from MakefileBrian Gernhardt1-14/+24
2009-09-10INSTALL: Reorder dependencies, split shell and PerlBrian Gernhardt1-5/+9
2009-09-10git-p4: Avoid modules deprecated in Python 2.6.Reilly Grant1-7/+5
2009-09-10Makefile: Add NEEDS_CRYPTO_WITH_SSLBrian Gernhardt1-1/+7
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts1-12/+1
2009-09-08INSTALL: Update description of our SHA-1 codeBrian Gernhardt1-2/+2
2009-09-08merge-recursive: give less scary messages when merge did not startJunio C Hamano1-4/+21
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett5-10/+106
2009-09-07GIT 1.6.5-rc0v1.6.5-rc0Junio C Hamano1-6/+27
2009-09-07Merge branch 'maint'Junio C Hamano2-15/+20
2009-09-07git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud1-0/+2
2009-09-07githooks.txt: put hooks into subsectionsBert Wesarg1-15/+18
2009-09-07Merge branch 'jc/mailinfo-scissors'Junio C Hamano12-27/+395
2009-09-07Merge branch 'jk/clone-b'Junio C Hamano3-28/+122
2009-09-07Merge branch 'jc/upload-pack-hook'Junio C Hamano4-2/+172
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano14-73/+674
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2-2/+34
2009-09-07grep: accept relative paths outside current working directoryClemens Buchacher3-27/+29
2009-09-07grep: fix exit status if external_grep() puntsClemens Buchacher1-0/+1
2009-09-07Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett1-25/+28
2009-09-06Merge branch 'maint'Junio C Hamano1-3/+3
2009-09-06push: re-flow non-fast-forward messageJeff King1-3/+3
2009-09-06push: fix english in non-fast-forward messageJeff King1-1/+1
2009-09-05Do not scramble password read from .cvspassPascal Obry1-3/+3
2009-09-05pack-objects: free preferred base memory after usageNicolas Pitre1-0/+28
2009-09-05make shallow repository deepening more network efficientNicolas Pitre1-2/+6
2009-09-03Use a clearer style to issue commands to remote helpersDaniel Barkalow1-7/+14
2009-09-03Make the "traditionally-supported" URLs a special caseDaniel Barkalow4-22/+6
2009-09-03Add script for importing bits-and-pieces to Git.Peter Krefting1-0/+416
2009-09-03import-tars: Allow per-tar author and commit message.Peter Krefting1-4/+46
2009-09-03Merge branch 'maint'Junio C Hamano1-1/+1
2009-09-03Merge branch 'maint-1.6.3' into maintJunio C Hamano4-24/+28
2009-09-03Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano3-4/+8
2009-09-03git-clone: add missing comma in --reference documentationMiklos Vajna1-1/+1
2009-09-02Merge branch 'maint'Junio C Hamano3-23/+27
2009-09-02Merge branch 'maint-1.6.3' into maintJunio C Hamano3-23/+27
2009-09-02push: teach --quiet to suppress "Everything up-to-date"Jeff King1-1/+1
2009-09-02Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2-3/+7
2009-09-02git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape1-20/+20
2009-09-02clone: disconnect transport after fetchingJeff King2-3/+7
2009-09-01status: list unmerged files much laterJohannes Sixt1-1/+1
2009-09-01stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy3-8/+39
2009-09-01builtin-apply.c: get rid of an unnecessary use of temporary arrayJunio C Hamano1-8/+6
2009-09-01builtin-pack-objects.c: avoid vlaJunio C Hamano1-1/+3
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro13-30/+28
2009-08-31Merge branch 'lt/approxidate'Junio C Hamano4-107/+316
2009-08-31Merge branch 'mr/gitweb-snapshot'Junio C Hamano4-68/+154
2009-08-31Merge branch 'tf/diff-whitespace-incomplete-line'Junio C Hamano1-33/+53
2009-08-30fix approxidate parsing of relative months and yearsJeff King2-3/+6
2009-08-30tests: add date printing and parsing testsJeff King1-0/+75
2009-08-30refactor test-date interfaceJeff King1-8/+55
2009-08-30Add date formatting and parsing functions relative to a given timeAlex Riesen2-63/+92
2009-08-29Sync with 1.6.4.2Junio C Hamano3-3/+34
2009-08-29GIT 1.6.4.2v1.6.4.2Junio C Hamano4-3/+36
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe10-5/+11
2009-08-29update-server-info: make builtin, use parseoptRené Scharfe5-29/+28
2009-08-29Remove unused t/t8005/iso8859-5.txtNanako Shiraishi1-2/+0
2009-08-28upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano3-2/+30
2009-08-28upload-pack: add a trigger for post-upload-pack hookJunio C Hamano4-2/+144
2009-08-28Draft release notes to 1.6.5 before -rc0Junio C Hamano1-1/+59
2009-08-28Merge branch 'mm/reset-report'Junio C Hamano5-15/+31
2009-08-28Merge branch 'jk/maint-1.6.3-checkout-unborn'Junio C Hamano2-9/+43
2009-08-28Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2-1/+62
2009-08-28Merge branch 'jc/shortstatus'Junio C Hamano6-230/+550
2009-08-28Merge branch 'maint'Junio C Hamano1-1/+6
2009-08-28Merge branch 'rc/maint-http-fix' into maintJunio C Hamano1-1/+3
2009-08-28http.c: set slot callback members to NULL when releasing objectTay Ray Chuan1-1/+6
2009-08-28t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey1-0/+15
2009-08-27Merge branch 'maint'Junio C Hamano4-4/+4
2009-08-27Merge branch 'maint-1.6.3' into maintJunio C Hamano4-4/+4
2009-08-27Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano4-4/+4
2009-08-27Fix overridable written with an extra 'e'Nanako Shiraishi2-2/+2
2009-08-27Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano1-1/+1
2009-08-27Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-1/+1
2009-08-27Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker1-1/+1
2009-08-27Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2-2/+43
2009-08-27Round-down years in "years+months" relative date viewDavid Reiss1-1/+1
2009-08-27gitweb: add t9501 tests for checking HTTP status codesMark Rada1-0/+78
2009-08-27gitweb: split test suite into library and testsMark Rada2-66/+74
2009-08-27Merge branch 'lt/block-sha1'Junio C Hamano11-531/+54
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano5-5/+325
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano5-14/+346
2009-08-27Merge branch 'jc/maint-unpack-objects-strict'Junio C Hamano2-7/+44
2009-08-27Merge branch 'wl/insta-mongoose'Junio C Hamano2-6/+53
2009-08-27Merge branch 'nd/sparse' (early part)Junio C Hamano2-2/+35
2009-08-27Make test case number uniqueJohannes Sixt1-0/+0
2009-08-27commit.c: rename variable named 'n' which masks previous declarationBrandon Casey1-5/+5
2009-08-27abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey1-3/+3
2009-08-27Makefile: remove pointless conditional assignment in SunOS sectionBrandon Casey1-3/+0
2009-08-26mailinfo.scissors: new configurationJunio C Hamano1-1/+13
2009-08-26am/mailinfo: Disable scissors processing by defaultJunio C Hamano10-29/+149
2009-08-26Documentation: describe the scissors mark support of "git am"Nanako Shiraishi1-4/+12
2009-08-26Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano6-2/+233
2009-08-26builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano1-5/+2
2009-08-26clone: add --branch option to select a different HEADJeff King3-28/+122
2009-08-26Merge branch 'maint'Junio C Hamano4-12/+13
2009-08-26git-log: allow --decorate[=short|full]Lars Hjemli9-10/+65
2009-08-26Minor improvement to the write-tree documentationDavid Kågedal1-1/+2
2009-08-26git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi3-11/+11
2009-08-26Merge branch 'js/maint-cover-letter-non-ascii' into maintJunio C Hamano4-12/+17
2009-08-26Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano6-5/+63
2009-08-26Merge branch 'jk/maint-merge-msg-fix' into maintJunio C Hamano4-11/+75
2009-08-26Merge branch 'jc/apply-epoch-patch' into maintJunio C Hamano2-1/+176
2009-08-26Merge branch 'jp/symlink-dirs' into maintJunio C Hamano4-1/+114
2009-08-26Merge branch 'maint-1.6.3' into maintJunio C Hamano2-0/+15
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2-0/+15
2009-08-25gitweb: improve snapshot error handlingMark Rada1-2/+2
2009-08-25Merge branch 'aj/fix-read-tree-from-scratch'Junio C Hamano2-4/+31
2009-08-25Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano3-5/+18
2009-08-25Merge branch 'jl/submodule-summary-diff-files'Junio C Hamano3-5/+49
2009-08-25Merge branch 'lh/short-decorate'Junio C Hamano9-10/+65
2009-08-25Merge branch 'oa/stash-na'Junio C Hamano1-11/+16
2009-08-25Documentation: consistently refer to check-ref-formatNanako Shiraishi2-6/+20
2009-08-25checkout: do not imply "-f" on unborn branchesJeff King2-9/+43
2009-08-24fix simple deepening of a repoNicolas Pitre2-2/+61
2009-08-24Add tests for rev-list --graph with options that simplify historyAdam Simpkins1-0/+276
2009-08-23Merge branch 'jc/verify-pack-stat'Junio C Hamano2-17/+40
2009-08-23Merge branch 'mr/gitweb-xz'Junio C Hamano2-2/+24
2009-08-23Merge branch 'ld/p4'Junio C Hamano1-67/+102
2009-08-23Add support for the Mongoose web server.Wilhansen Li2-6/+53
2009-08-23gitweb: pull ref markes pull out of subject <a> elementGiuseppe Bilotta1-2/+2
2009-08-23xutils: Fix xdl_recmatch() on incomplete linesJunio C Hamano1-31/+49
2009-08-23xutils: Fix hashing an incomplete line with whitespaces at the endJunio C Hamano1-2/+4
2009-08-22Further 'approxidate' improvementsLinus Torvalds1-5/+27
2009-08-22Improve on 'approxidate'Linus Torvalds1-30/+63
2009-08-21reset: make the reminder output consistent with "checkout"Matthieu Moy5-11/+27
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy4-5/+5
2009-08-21Sync with 1.6.4.1Junio C Hamano2-1/+48
2009-08-21GIT 1.6.4.1v1.6.4.1Junio C Hamano4-3/+50
2009-08-21Merge branch 'bc/maint-am-email' into maintJunio C Hamano2-1/+34
2009-08-21compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano1-1/+2
2009-08-21Merge branch 'cc/replace'Junio C Hamano23-13/+610
2009-08-21Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano11-10/+389
2009-08-21Merge branch 'bc/mailsplit-cr-at-eol'Junio C Hamano7-43/+61
2009-08-21graph API: fix bug in graph_is_interesting()Adam Simpkins4-5/+49
2009-08-21Merge branch 'jc/maint-merge-recursive-fix' into maintJunio C Hamano2-3/+80
2009-08-21Merge branch 'zf/maint-gitweb-acname' into maintJunio C Hamano1-3/+2
2009-08-21Merge branch 'np/maint-limit-delta-cache' into maintJunio C Hamano2-4/+12
2009-08-21Merge branch 'jk/maint-show-tag' into maintJunio C Hamano1-1/+7
2009-08-21Merge branch 'sb/maint-pull-rebase' into maintJunio C Hamano2-3/+24
2009-08-21Make test number t7406- uniqueJohannes Sixt1-0/+0
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland3-2/+31
2009-08-20t7407: Use 'rev-parse --short' rather than bash's substring expansion notationJohan Herland1-2/+4
2009-08-19git-compat-util.h: remove superfluous test for __sun__Brandon Casey1-2/+0
2009-08-18Merge branch 'rc/maint-http-fix'Junio C Hamano1-1/+3
2009-08-18Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano2-0/+15
2009-08-18graph API: use a new color when starting a brand new columnAdam Simpkins1-3/+11
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesJohan Herland3-6/+51
2009-08-18git submodule update: Introduce --recursive to update nested submodulesJohan Herland3-3/+36
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland3-4/+124
2009-08-18git submodule foreach: test access to submodule name as '$name'Johan Herland1-3/+3
2009-08-18Add selftest for 'git submodule foreach'Johan Herland1-0/+79
2009-08-18git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland1-3/+25
2009-08-18git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R1-0/+9
2009-08-18svn: assume URLs from the command-line are URI-encodedEric Wong2-0/+54
2009-08-18git-svn.txt: Fix location of parent argumentTuomas Suutari1-3/+3
2009-08-18Merge branch 'maint'Junio C Hamano3-8/+26
2009-08-18remove ARM and Mozilla SHA1 implementationsNicolas Pitre9-526/+11
2009-08-18block-sha1: guard gcc extensions with __GNUC__Nicolas Pitre1-2/+2
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre3-2/+40
2009-08-18http.c: don't assume that urls don't end with slashTay Ray Chuan1-1/+3
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy1-6/+6
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli9-10/+65
2009-08-18tests: disable interactive hunk selection tests if perl is not availableJeff King1-0/+5
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2-1/+3
2009-08-18block-sha1: make the size member first in the context structNicolas Pitre1-1/+1
2009-08-18filter-branch: add an example how to add ACKs to a range of commitsJohannes Schindelin1-0/+10
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano3-5/+18
2009-08-17read-tree: Fix regression with creation of a new index file.Alexandre Julliard2-4/+31
2009-08-17docs: describe impact of repack on "clone -s"Jeff King1-2/+10
2009-08-16Merge branch 'lt/block-sha1'Junio C Hamano3-0/+309
2009-08-16Merge branch 'bc/maint-am-email'Junio C Hamano0-0/+0
2009-08-16Merge branch 'js/maint-cover-letter-non-ascii'Junio C Hamano4-12/+17